-
Notifications
You must be signed in to change notification settings - Fork 532
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
Upgrade github.com/libp2p/go-libp2p from to v0.22.0 and Remove github.com/libp2p/go-libp2p-core #730
Conversation
Bumps [github.com/libp2p/go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/libp2p/go-libp2p-pubsub/releases) - [Commits](libp2p/go-libp2p-pubsub@v0.7.1...v0.8.0) --- updated-dependencies: - dependency-name: github.com/libp2p/go-libp2p-pubsub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/libp2p/go-libp2p-core](https://github.com/libp2p/go-libp2p-core) from 0.17.0 to 0.20.1. - [Release notes](https://github.com/libp2p/go-libp2p-core/releases) - [Commits](libp2p/go-libp2p-core@v0.17.0...v0.20.1) --- updated-dependencies: - dependency-name: github.com/libp2p/go-libp2p-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/libp2p/go-libp2p-kbucket](https://github.com/libp2p/go-libp2p-kbucket) from 0.4.7 to 0.5.0. - [Release notes](https://github.com/libp2p/go-libp2p-kbucket/releases) - [Commits](libp2p/go-libp2p-kbucket@v0.4.7...v0.5.0) --- updated-dependencies: - dependency-name: github.com/libp2p/go-libp2p-kbucket dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…thub.com-libp2p-go-libp2p-kbucket-0.5.0' into feature/upgrade-go-libp2p-to-0.22.0
…thub.com-libp2p-go-libp2p-pubsub-0.8.0' into feature/upgrade-go-libp2p-to-0.22.0
Codecov Report
@@ Coverage Diff @@
## develop #730 +/- ##
===========================================
- Coverage 52.51% 52.48% -0.03%
===========================================
Files 130 130
Lines 17069 17069
===========================================
- Hits 8964 8959 -5
- Misses 7462 7466 +4
- Partials 643 644 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Passed locally
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.
Passing locally, thank you for the fix 🙏
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, passed locally
Fixes EDGE-850
Description
This PR contains the following auto-generated PR:
#701
#728
#729
#740
github.com/libp2p/go-libp2p-core has moved to github.com/libp2p/go-libp2p from v0.22.0 and github.com/libp2p/go-libp2p-core has been marked as deprecated. Some recent auto-generated PRs failed tests because codes in Edge contains github.com/libp2p/go-libp2p-core.
This PR upgrades the related packages at once and remove
github.com/libp2p/go-libp2p-core
from Edge.Changes include
Breaking changes
Please complete this section if any breaking changes have been made, otherwise delete it
Checklist
Testing
Manual tests
Please complete this section if you ran manual tests for this functionality, otherwise delete it
Documentation update
Please link the documentation update PR in this section if it's present, otherwise delete it
Additional comments
Please post additional comments in this section if you have them, otherwise delete it