fix: subscribe to SPV event monitors before startup#636
fix: subscribe to SPV event monitors before startup#636xdustinface merged 1 commit intov0.42-devfrom
Conversation
Start sync, network, wallet, and progress monitors before calling `start()`. This avoids a race where the initial connection events can be missed.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v0.42-dev #636 +/- ##
=============================================
- Coverage 67.96% 67.92% -0.05%
=============================================
Files 318 318
Lines 67976 67978 +2
=============================================
- Hits 46199 46172 -27
- Misses 21777 21806 +29
|
|
@CodeRabbit review |
✅ Actions performedReview triggered.
|
wallet-run had been rebased onto newer v0.42-dev than wallet2; this merge brings in the upstream fixes, plus resolves the mirror-commit overlap on key-wallet. No branch-specific logic — every wallet-run key-wallet commit has an identical mirror on wallet2. v0.42-dev upstream bits: - fix: announce tip to new peers when synced (#490) - fix: subscribe to SPV event monitors before startup (#636) - refactor: unify logging on tracing (#635) - chore: cleanup unused dependencies (#633) - fix: process broadcast transactions via dispatch_local (#626) - fix: gate FilterHeadersSyncComplete on block header sync (#631) - refactor: use String for TransactionRecord::label (#624) # Conflicts: # key-wallet/src/managed_account/transaction_record.rs
Start sync, network, wallet, and progress monitors before calling `start()`. This avoids a race where the initial connection events can be missed.
Start sync, network, wallet, and progress monitors before calling
start(). This avoids a race where the initial connection events can be missed.Summary by CodeRabbit