This release is available as a Docker Image on Docker Hub at offchainlabs/nitro-node:v3.11.0-rc.3-7b9e49b
This Docker image specifies default flags in its entrypoint which should be replicated if you're overriding the entrypoint: /usr/local/bin/nitro --validation.wasm.allowed-wasm-module-roots /home/user/nitro-legacy/machines,/home/user/target/machines\
v3.11.0-rc.3 - 2026-06-08
Changed
- Replace
sha3/digestkeccak withtiny-keccakacrossproverandcaller-env.
Fixed
- Fix invalid Prometheus metric names in filtering-report and transaction-filterer components; hyphens in geth metric paths survive the
/→_translation and produce names that violate the Prometheus spec. - Removed legacy validator (was included but not working since wasmer upgrade).
- Removed unnecessary tokens from consensus machine downloads in Dockerfile.
Internal
- NIT-5012: fail fast when delayed-sequencing filtering is active but
transaction-filterer-rpc-client.urlis unset, and pin thetransaction-filtererbinary to serve only thetransactionfiltererRPC namespace. - Make
GuestPtrfield private with checked addition (panics on overflow instead of silent wraparound). - Remove JIT wrappers for arbcrypto and arbcompress.