-
Notifications
You must be signed in to change notification settings - Fork 114
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
chore(deps): bump most libp2p dependencies #2788
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 |
5abcec8
to
16b254c
Compare
16b254c
to
57c700b
Compare
6ac78b7
to
9a0ae60
Compare
a706332
to
152c60b
Compare
b093f4e
to
618e985
Compare
57c700b
to
9bcebd3
Compare
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.
Nice stuff! 🎉 Those upgrades enable Gossamer to use go1.19?
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.
Nice work!
- `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
Yes, see #2719 |
🎉 This PR is included in version 0.8.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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/pstoreds
github.com/libp2p/go-libp2p-discovery
->github.com/libp2p/go-libp2p/p2p/discovery/routing
Tests
go test -tags integration github.com/ChainSafe/gossamer
Issues
Unblocks #2768
Primary Reviewer
@jimjbrettj