This release is available as a Docker Image on Docker Hub at offchainlabs/nitro-node:v3.11.4-7d5ac27
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\
If you're running a validator without a split validation server (this will be true of most validators), you should instead use the image offchainlabs/nitro-node:v3.11.4-7d5ac27-validator which has the extra script /usr/local/bin/split-val-entry.sh as the entrypoint.
v3.11.4 - 2026-09-09
Changed
- The BoLD staker's "Waiting for more batches to post next assertion" log now includes a
reasonfield. [commit]
Fixed
- Parent chain headers with the Glamsterdam devnet-8 fields
blockAccessListHash(EIP-7928) andslotNumber(EIP-7843) are now decoded and reproduce the canonical block hash. [commit] eth_getProofnow rejects requests with more than 1024 storage keys instead of allocating unbounded memory, matching upstream geth's limit. [commit]- The batch poster no longer treats a reverted gas estimation as a successful estimate of zero gas. [commit]
eth_feeHistorynow rejects requests with more than 100 reward percentiles. [commit]