-
Notifications
You must be signed in to change notification settings - Fork 991
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(kad): close progress whenever closer in range #4934
Conversation
2b333db
to
9324fa1
Compare
525faad
to
3865016
Compare
This pull request has merge conflicts. Could you please resolve them @maqi? 🙏 |
3865016
to
5257090
Compare
PR is updated, sorry for the delay |
This pull request has merge conflicts. Could you please resolve them @maqi? 🙏 |
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.
Thanks @maqi for looking into this, it is an important issue!
5257090
to
bd15207
Compare
Hi, @guillaumemichel , Really appreciate your comments and suggestions. Sorry for the late reply, have not check back this crate for a while as had been a while not receive any feedback. Thx again and hope this PR could be merged soon. Best Regards, |
The failing clippy as at https://github.com/libp2p/rust-libp2p/actions/runs/8534098889/job/23377901550?pr=4934 |
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.
Looks good to me! Thanks for your contribution @maqi!
Closer
shall be calculated ascloser to the seen num_results peers
,not just to be
being the closest
as current.This is in parallel to the PR #4932
Split them into two to make the work easier to be discussed and reviewed.
Description
Notes & open questions
Change checklist