fix(platform-wallet): spv client clear storage works after stopping the client#4042
Conversation
|
Warning Review limit reached
Next review available in: 56 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughRemoves a stale documentation line in PlatformWalletManagerSPV.swift and adds a new Swift integration test file that verifies SPV storage clearing wipes on-disk data after stopping the SPV client, including a helper for computing deterministic directory signatures. ChangesSPV Storage Clear Verification
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
✅ Review complete (commit c55e63f) |
e5b7e8f to
c55e63f
Compare
There was a problem hiding this comment.
Code Review
Source: reviewers: claude opus general (failed), codex gpt-5.5 general (ok; wrapper rc=5 after valid JSON), claude opus rust-quality (failed), codex gpt-5.5 rust-quality (ok). Verifier: codex gpt-5.5 (ok; wrapper rc=5 after valid JSON).
Carried-Forward Prior Findings: none; prior-1 is FIXED because current SpvRuntime::clear_storage no longer requires a live client and falls back to a cached ClientConfig after stopSpv(). New Findings In Latest Delta: none. I verified the Swift call path through FFI into the updated Rust runtime; cargo check -p platform-wallet could not complete because the required network escalation for Tenderdash proto sources was rejected.
Checklist:
For repository code-owners and collaborators only
Summary by CodeRabbit
Bug Fixes
Tests