chore: clean deps#9
Merged
Merged
Conversation
Contributor
|
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
4 tasks
shumkov
added a commit
that referenced
this pull request
Apr 13, 2026
HIGH #6: Add tracing::warn to 7 silent identity_id decode continues. All `Err(_) => continue` in load() now log before skipping. Matches the existing pattern for account_type/txid decode failures. HIGH #7: payment_type/status catch-all masks corruption. Unknown payment_type no longer defaults to Received — skips row with tracing::warn. Unknown status no longer defaults to Pending — same treatment. Explicitly matches "pending"/"sent"/"received"/ "confirmed"/"failed". HIGH #8: created_at type mismatch (write i64, load u64). Load now reads as Option<i64> (matching the write cast), clamps negative values to 0 via .max(0), converts explicitly to u64. HIGH #9: Proof decode failure silently degrades asset lock status. When proof_data was present but decode failed AND no legacy fallback columns (islock_data, chain_height) exist, skip the entire row with tracing::error instead of loading a degraded entry with Broadcast status. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.