For Operators
This upgrade is ONLY FOR TESTNET.
We will announce Mainnet updates next week.
Troubleshooting
- Error when checking out to latest release.
error: Your local changes to the following files would be overwritten by checkout:
go.mod
go.sum
To solve this, run
git reset --hard HEAD
- Rust version error.
error: failed to parse manifest at `/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/alloy-primitives-1.2.0/Cargo.toml`
Caused by:
feature `edition2024` is required
The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.83.0 (5ffbef321 2024-10-29)).
Consider trying a newer version of Cargo (this may require the nightly release).
See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature.
To solve this, update Rust and proceed with standard installation
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
What's Changed
- fix(operator): set channel stable on risc0 and merkle tree ffi by @JuArce in #1974
- docs: update to v0.16.1 by @JuArce in #1976
Full Changelog: v0.16.0...v0.16.1