-
Notifications
You must be signed in to change notification settings - Fork 223
[Merged by Bors] - Update go-libp2p #6556
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
Conversation
bors try |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## develop #6556 +/- ##
=========================================
- Coverage 79.8% 79.8% -0.1%
=========================================
Files 354 354
Lines 47015 47015
=========================================
- Hits 37537 37519 -18
- Misses 7345 7367 +22
+ Partials 2133 2129 -4 ☔ View full report in Codecov by Sentry. |
tryBuild succeeded: |
bors merge |
## Motivation This updates go-libp2p to the most recent v0.38.1.
Build failed: |
flaky bors merge |
## Motivation This updates go-libp2p to the most recent v0.38.1.
Build failed: |
flaky systest bors merge |
## Motivation This updates go-libp2p to the most recent v0.38.1.
Build failed:
|
flaky bors merge |
## Motivation This updates go-libp2p to the most recent v0.38.1.
Pull request successfully merged into develop. Build succeeded: |
Motivation
This updates go-libp2p to the most recent v0.38.1.
Description
The only non-backwards compatible change that affects us seems to be the introduction of this feature: libp2p/go-libp2p#2984 Since we are not using shared connections the fix should be simple.
Test Plan
TODO