refactor: remove current_sync_peer from network manager#511
refactor: remove current_sync_peer from network manager#511xdustinface wants to merge 1 commit intorefactor/peer-service-lookupfrom
current_sync_peer from network manager#511Conversation
Simplify peer selection in `send_to_single_peer` by removing the sticky sync peer tracking. Peers are now selected directly based on message type requirements and the round-robin counter.
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## refactor/peer-service-lookup #511 +/- ##
================================================================
+ Coverage 66.90% 66.95% +0.05%
================================================================
Files 313 313
Lines 64835 64795 -40
================================================================
+ Hits 43376 43383 +7
+ Misses 21459 21412 -47
*This pull request uses carry forward flags. Click here to find out more.
🚀 New features to boost your workflow:
|
Simplify peer selection in
send_to_single_peerby removing the sticky sync peer tracking. Peers are now selected directly based on message type requirements and the round-robin counter.Based on:
PeerPoolhelpers #509