Skip to content
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

Merged
merged 7 commits into from
Dec 1, 2021
Merged

Update Libp2p to v0.15.1 #9960

merged 7 commits into from
Dec 1, 2021

Conversation

nisdas
Copy link
Member

@nisdas nisdas commented Dec 1, 2021

What type of PR is this?

Dependency Update

What does this PR do? Why is it needed?

  • Updates 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

@nisdas nisdas requested a review from a team as a code owner December 1, 2021 05:37
return nil, err
}
return addr.Multiaddr(), nil
return ma.NewMultiaddr(address)
Copy link
Contributor

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?

Copy link
Member

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

Copy link
Member

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.

Copy link
Member

@prestonvanloon prestonvanloon left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants