-
Notifications
You must be signed in to change notification settings - Fork 924
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(p2p): couple bitswap client and server #3641
fix(p2p): couple bitswap client and server #3641
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utack
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3641 +/- ##
==========================================
+ Coverage 44.83% 45.62% +0.78%
==========================================
Files 265 281 +16
Lines 14620 16040 +1420
==========================================
+ Hits 6555 7318 +763
- Misses 7313 7887 +574
- Partials 752 835 +83 ☔ View full report in Codecov by Sentry. |
(cherry picked from commit d593e37)
(cherry picked from commit d593e37)
(cherry picked from commit d593e37)
Decoupled client was not able to notify server on newly available blocks.