You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<List of items with remaining PRs and/or Issues to be considered for this release>
🔦 Highlights
< top highlights for this release notes >
Changelog
< changelog generated by scripts/mkreleaselog >
✅ Release Checklist
Stage 0 - Finishing Touches
Go through relevant libp2p repos looking for unreleased changes that should make it into the release. If you find any, cut releases.
Run go get -u ./... to see if there are any out-of-date deps that look important. If there are, bubble them. Try to avoid directly updating indirect deps in go-libp2p's go.mod when possible.
Make sure local tests are passing.
Stage 1 - Upstream Testing
Create testing branches in lotus & go-ipfs with the new go-libp2p release and run CI/tests. Many upstream projects are tested in CI, but lotus & go-ipfs are not.
We can skip most of the manual testing, as the only change is the yamux patch, and we already confirmed that it fixes the problem we were seeing in production.
@marten-seemann will fill in.
This is followup to #1090
🗺 What's left for release
<List of items with remaining PRs and/or Issues to be considered for this release>
🔦 Highlights
< top highlights for this release notes >
Changelog
< changelog generated by scripts/mkreleaselog >
✅ Release Checklist
go get -u ./...
to see if there are any out-of-date deps that look important. If there are, bubble them. Try to avoid directly updating indirect deps in go-libp2p's go.mod when possible.ipfs swarm peers
) to make sure we're connecting to peers on all transports.ipfs id
) to make sure they're sane.The text was updated successfully, but these errors were encountered: