-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update Libp2p to v0.15.1 #9960
Update Libp2p to v0.15.1 #9960
Conversation
return nil, err | ||
} | ||
return addr.Multiaddr(), nil | ||
return ma.NewMultiaddr(address) |
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.
What's up with this, my not change then calls to multiAddrFromString
?
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.
github.com/ipfs/go-ipfs-addr is deprecated and no longer works with new updates to github.com/multiformats/go-multiaddr
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 see what you are saying as feedback though. There is no longer a need to have this helper function.
Let's follow up refactor this in another PR to minimize changes.
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!
Please note that this PR also updates go-ethereum to ethereum/go-ethereum@b97f57882c14.
This was a necessary update for #9772 and the update is not technically required for libp2p, but it seems safe to update anyway.
What type of PR is this?
Dependency Update
What does this PR do? Why is it needed?
go-libp2p
to v0.15.1 and updates all its related transitive dependencies along with it.Which issues(s) does this PR fix?
This PR is split out from #9772 to make it smaller and more manageable to merge in separately.
Other notes for review