-
Notifications
You must be signed in to change notification settings - Fork 152
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
Enhance KademliaProtocol.BootstrapAsync()
#1219
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1219 +/- ##
==========================================
- Coverage 86.01% 86.00% -0.02%
==========================================
Files 361 361
Lines 32505 32523 +18
==========================================
+ Hits 27960 27972 +12
- Misses 2762 2767 +5
- Partials 1783 1784 +1
|
d1d9cb3
to
242efee
Compare
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.
Maybe we need a changelog if this PR fixes some bug.
242efee
to
946a606
Compare
946a606
to
e7c3573
Compare
This patch fixes a bug where protocol has been pinged to peers that were already pinged. Additionally, fixes duplicated cache updates.