chore(deps): bump most libp2p dependencies#2788
Merged
Merged
Conversation
qdm12
force-pushed
the
qdm12/deps/libp2p
branch
from
August 30, 2022 19:54
42fd336 to
9f769e0
Compare
qdm12
force-pushed
the
qdm12/deps/libp2p
branch
4 times, most recently
from
August 30, 2022 23:42
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
qdm12
force-pushed
the
qdm12/deps/libp2p
branch
from
October 26, 2022 16:29
5abcec8 to
16b254c
Compare
qdm12
changed the base branch from
development
to
qdm12/dot/network/mdns-upgrade
October 26, 2022 16:29
qdm12
force-pushed
the
qdm12/deps/libp2p
branch
from
October 27, 2022 11:57
16b254c to
57c700b
Compare
qdm12
force-pushed
the
qdm12/dot/network/mdns-upgrade
branch
4 times, most recently
from
December 1, 2022 13:19
6ac78b7 to
9a0ae60
Compare
qdm12
force-pushed
the
qdm12/dot/network/mdns-upgrade
branch
2 times, most recently
from
December 14, 2022 09:53
a706332 to
152c60b
Compare
qdm12
force-pushed
the
qdm12/dot/network/mdns-upgrade
branch
2 times, most recently
from
January 2, 2023 11:19
b093f4e to
618e985
Compare
qdm12
force-pushed
the
qdm12/deps/libp2p
branch
from
January 2, 2023 15:15
57c700b to
9bcebd3
Compare
qdm12
marked this pull request as ready for review
January 2, 2023 15:21
qdm12
requested review from
EclesioMeloJunior,
edwardmack,
jimjbrettj,
kishansagathiya,
noot and
timwu20
as code owners
January 2, 2023 15:21
EclesioMeloJunior
approved these changes
Jan 2, 2023
EclesioMeloJunior
left a comment
Member
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
qdm12
force-pushed
the
qdm12/deps/libp2p
branch
from
January 4, 2023 16:27
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