-
Notifications
You must be signed in to change notification settings - Fork 983
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: ensure Multiaddr
s are /p2p
terminated where possible
#4596
fix: ensure Multiaddr
s are /p2p
terminated where possible
#4596
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.
Thank you!
All of these changes need changelog entries please.
14fecdc
to
d747cfd
Compare
d747cfd
to
59a2d57
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.
Small comment in regards to sanitization in libp2p-kad
. Overall this turned out very clean. Thank you!
5eb013f
to
65b76ca
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.
Looks great!
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, two minor suggestions.
Thanks for upstreaming a nice solution to multiaddr
:)
7ca8502
to
858936a
Compare
This pull request has merge conflicts. Could you please resolve them @stormshield-frb? 🙏 |
faecd23
to
d0e5531
Compare
This pull request has merge conflicts. Could you please resolve them @stormshield-frb? 🙏 |
d1d2888
to
379b538
Compare
@stormshield-frb Sorry that this is taking so long. We are currently prioritizing getting the |
379b538
to
0bdc927
Compare
This pull request has merge conflicts. Could you please resolve them @stormshield-frb? 🙏 |
0bdc927
to
a766dbc
Compare
325b7c5
to
7d0a576
Compare
In the meantime, I don't think there is any need for forcepushing the pull request. Once I released rust-multiaddr, I will merge |
Ok sure 😊 I just did it once more because with the release of |
This comment was marked as resolved.
This comment was marked as resolved.
1 similar comment
This pull request has merge conflicts. Could you please resolve them @stormshield-frb? 🙏 |
2145b20
to
a217468
Compare
1974003
to
3bf6c1e
Compare
This pull request has merge conflicts. Could you please resolve them @stormshield-frb? 🙏 |
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.
This LGTM, thank you! :)
Multiaddr
s are /p2p
terminated where possible
Description
Fixes #4573.
Notes & open questions
Change checklist