Skip to content

Conversation

sukunrt
Copy link

@sukunrt sukunrt commented Jun 17, 2025

Smoke testing the new go-libp2p release.

@github-project-automation github-project-automation bot moved this to 📌 Triage in FilOz Jun 17, 2025
@sukunrt sukunrt force-pushed the chore/update-libp2p-42 branch from 381e7dd to e7ea28e Compare June 17, 2025 14:09
@sukunrt sukunrt force-pushed the chore/update-libp2p-42 branch from e7ea28e to 23bd274 Compare June 17, 2025 17:23
@BigLep BigLep mentioned this pull request Jun 23, 2025
43 tasks
BigLep added a commit that referenced this pull request Jun 30, 2025
Updates go-libp2p from v0.39.1 to v0.42.0.

This builds on the work to update to 0.41.1 in #13173
and validates the draft PR submitted in #13179.

Key dependency updates:
- go-yamux v4.0.2 → v5.0.1 (major version bump)
- go-datastore v0.6.0 → v0.8.2 (API compatibility)
- go-multiaddr v0.14.0 → v0.16.0
- go-ds-badger2 v0.1.3 → v0.1.5 (fixes API breaking change)
- Multiple golang.org/x/* standard library updates

All changes maintain API compatibility with existing lotus code.
Local testing shows successful compilation and unit tests pass.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@BigLep BigLep changed the title chore: update go-libp2p to v0.42 chore: update go-libp2p to v0.42 and golang to 1.23.10 Jun 30, 2025
@BigLep BigLep changed the title chore: update go-libp2p to v0.42 and golang to 1.23.10 chore: update go-libp2p to v0.42 Jun 30, 2025
@BigLep
Copy link
Member

BigLep commented Jun 30, 2025

Thanks @sukunrt! We'll get this landed in #13190 . I'll close this PR

@BigLep BigLep closed this Jun 30, 2025
@github-project-automation github-project-automation bot moved this from 📌 Triage to 🎉 Done in FilOz Jun 30, 2025
BigLep added a commit that referenced this pull request Jun 30, 2025
* chore: update go-libp2p to v0.42.0

Updates go-libp2p from v0.39.1 to v0.42.0.

This builds on the work to update to 0.41.1 in #13173
and validates the draft PR submitted in #13179.

Key dependency updates:
- go-yamux v4.0.2 → v5.0.1 (major version bump)
- go-datastore v0.6.0 → v0.8.2 (API compatibility)
- go-multiaddr v0.14.0 → v0.16.0
- go-ds-badger2 v0.1.3 → v0.1.5 (fixes API breaking change)
- Multiple golang.org/x/* standard library updates

All changes maintain API compatibility with existing lotus code.
Local testing shows successful compilation and unit tests pass.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* chore: update CHANGELOG.md for go-libp2p v0.42.0

* chore: update Go version to 1.23.10 and remove toolchain directive

* chore: update all Go version references to 1.23.10

- Update GO_VERSION_MIN to enforce 1.23.10 minimum
- Update .go-version for version managers
- Update README.md badge and documentation
- Update installation example to use 1.23.10

This follows the lotus standard practice of updating all Go version
files together for consistency across the codebase.

* chore: update Dockerfile to use Go 1.23.10

Updates the Docker base image from golang:1.23.7-bullseye to
golang:1.23.10-bullseye to match the updated Go version requirements.

* chore: run go mod tidy to clean up unused checksums

Removes checksums for modules that are no longer needed after
the go-libp2p v0.42.0 update and Go 1.23.10 version bump.

* chore: remove .go-version from tracking and add to .gitignore

The .go-version file is developer-specific and should not be tracked
in version control. Developers can create their own local .go-version
file for their preferred Go version manager (gvm, g, etc.).

* fix(docker): update Rust version to 1.86.0 to match filecoin-ffi requirements

The filecoin-ffi submodule now requires Rust 1.86.0 as specified in rust-toolchain.toml,
but the Dockerfile was still using Rust 1.63.0, causing Docker builds to fail during
the 'make clean deps' step when trying to update the Rust toolchain.

Also add changelog entry for Go version update to 1.23.10.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🎉 Done
Development

Successfully merging this pull request may close these issues.

2 participants