chore(deps): bump most libp2p dependencies#2788
Merged
qdm12 merged 6 commits intodevelopmentfrom Jan 4, 2023
Merged
Conversation
42fd336 to
9f769e0
Compare
1c316a9 to
0c5a99c
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## development #2788 +/- ##
===============================================
+ Coverage 51.87% 51.88% +0.01%
===============================================
Files 219 219
Lines 27718 27718
===============================================
+ Hits 14379 14382 +3
+ Misses 12113 12111 -2
+ Partials 1226 1225 -1 |
This was referenced Sep 1, 2022
5abcec8 to
16b254c
Compare
16b254c to
57c700b
Compare
6ac78b7 to
9a0ae60
Compare
a706332 to
152c60b
Compare
b093f4e to
618e985
Compare
57c700b to
9bcebd3
Compare
EclesioMeloJunior
approved these changes
Jan 2, 2023
Member
EclesioMeloJunior
left a comment
There was a problem hiding this comment.
Nice stuff! 🎉 Those upgrades enable Gossamer to use go1.19?
- `github.com/libp2p/go-libp2p-core/*` -> `github.com/libp2p/go-libp2p/core/*` - `github.com/libp2p/go-libp2p-peerstore/pstoreds` -> `github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoremem` - `github.com/libp2p/go-libp2p-discovery` -> `github.com/libp2p/go-libp2p/p2p/discovery/routing` - `github.com/libp2p/go-libp2p/p2p/discovery/mdns_legacy` -> `github.com/libp2p/go-libp2p/p2p/discovery/mdns` - Fix network/mdns.go code - Update mocks
d6f784a to
31c138a
Compare
Contributor
Author
Yes, see #2719 |
|
🎉 This PR is included in version 0.8.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes
Unblocks #2768
github.com/libp2p/go-libp2p-core/*->github.com/libp2p/go-libp2p/core/*github.com/libp2p/go-libp2p-peerstore/pstoreds->github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoredsgithub.com/libp2p/go-libp2p-discovery->github.com/libp2p/go-libp2p/p2p/discovery/routingTests
go test -tags integration github.com/ChainSafe/gossamerIssues
Unblocks #2768
Primary Reviewer
@jimjbrettj