-
Notifications
You must be signed in to change notification settings - Fork 955
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
feat(kad): only dial if not connected AND not dialing #4957
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.
I believe this is fine. Will let @thomaseizinger take a final look.
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.
LGTM but needs changelog entry and version bump!
friendly ping @joshuef |
89504b3
to
54d5966
Compare
Ah! forgot all about this. That's updated with master and a changelog entry added now 🙇 |
This pull request has merge conflicts. Could you please resolve them @joshuef? 🙏 |
cargo deny is unrelated, submitted #5293 to address it |
I was looking about our code and noticed we still used the old DialCondition (before the change to not dialling NOR connected as default) and thought I'd double check in libp2p.
These places looked a bit suss and we can perhaps rely on the defaults here?