-
Notifications
You must be signed in to change notification settings - Fork 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.32.1 and Go to v1.21.5 #13304
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nisdas
added
Ready For Review
A pull request ready for code review
dependencies
Pull requests that update a dependency file
labels
Dec 8, 2023
nisdas
changed the title
Update Libp2p To v0.32.1
Update Libp2p To v0.32.1 and Go to v1.21.5
Dec 8, 2023
terencechain
approved these changes
Dec 10, 2023
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
This PR is not intended to be in our next release, so marking it blocked until our release candidate is selected |
prestonvanloon
approved these changes
Dec 20, 2023
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
Ready For Review
A pull request ready for code review
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
Dependency Update
What does this PR do? Why is it needed?
This PR is an update for our libp2p dependencies. This updates our
go-libp2p
version tov.0.32.1
and updates ourgo-libp2p-pubsub
version tov0.10.0
For a summary on what are the big changes for these versions, these tracking issues serve as the canonical references for it:
libp2p/go-libp2p#2237
libp2p/go-libp2p#2326
libp2p/go-libp2p#2428
libp2p/go-libp2p#2481
libp2p/go-libp2p#2523
This also updates Prysm to go 1.21.5 which is necessary to be bundled together with this PR.
Which issues(s) does this PR fix?
Fixes #13206
Fixes #13373
Other notes for review