-
Notifications
You must be signed in to change notification settings - Fork 215
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
[Merged by Bors] - Upgrade go-libp2p to v0.37.2 #6497
Conversation
Also, upgrade go-libp2p-kad-dht to v0.28.1 and quic-go to v0.48.2. There's a bug in go-libp2p related to reuse of the slices retured by `AddrsFactory`, fix: libp2p/go-libp2p#3068 For now, the problem is mitigated by cloning the slice returned from `AddrsFactory` (`cfg.AdvertiseAddress`). Deprecated `max-reservations-per-peer` field in the relay server config, as now it is always 1 (and other values didn't make too much sense).
Marking it as a draft to give it a bit more testing before we merge it. |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## develop #6497 +/- ##
=========================================
Coverage ? 79.9%
=========================================
Files ? 352
Lines ? 46441
Branches ? 0
=========================================
Hits ? 37131
Misses ? 7207
Partials ? 2103 ☔ View full report in Codecov by Sentry. |
bors try |
tryBuild succeeded: |
P2P appears to work fine |
bors merge |
## Motivation Need to switch to a more up-do-date go-libp2p version.
Build failed (retrying...):
|
## Motivation Need to switch to a more up-do-date go-libp2p version.
Pull request successfully merged into develop. Build succeeded: |
Motivation
Need to switch to a more up-do-date go-libp2p version.
Description
Also, upgrade go-libp2p-kad-dht to v0.28.1 and quic-go to v0.48.2.
There's a bug in go-libp2p related to reuse of the slices retured by
AddrsFactory
, fix: libp2p/go-libp2p#3068For now, the problem is mitigated by cloning the slice returned from
AddrsFactory
(cfg.AdvertiseAddress
).Deprecated
max-reservations-per-peer
field in the relay server config, as now it is always 1 (and other values didn't make too much sense).Test Plan
Verify on mainnet / testnet nodes
TODO