-
Notifications
You must be signed in to change notification settings - Fork 957
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
multistream-select: Remove parallel dialing optimization #2934
multistream-select: Remove parallel dialing optimization #2934
Conversation
This is to avoid the usage of the now optional `ls` command, and stay compatible with go-multistream. Closes libp2p#2925
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!
I am okay with this change :)
I think we should also straight-up bump the version in the manifest file and use this new implementation in |
done |
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, thank you!
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
@mxinden anyhing blocking from merging this PR? would be great to have this in |
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 @dignifiedquire for debugging, reporting and fixing this!
Not sure why the interoperability tests are failing. I assume due to:
I will look further into this. |
This is to avoid the usage of the now optional
ls
command, and stay compatible with go-multistream.Closes #2925
Change checklist