This release is available as a Docker Image on Docker Hub at offchainlabs/nitro-node:v3.6.3-rc.1-11cfc6f
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.6.3-rc.1-11cfc6f-validator which has the extra script /usr/local/bin/split-val-entry.sh as the entrypoint.
What's Changed
User-facing Improvements
- Fix secondary feed start sequence starting from 0: #3212
- make MaxWasmSize a json input: #3218
- Eliminate delay on first feed reconnection attempt: #3220
Internal Highlights
- ci: upgrade actions/setup-node to v4: #3203
- Separate out the DA client into a separate binary: #2533
- revert setFeeDefaults to original code from geth: #3228
Full Changelog: v3.6.2...v3.6.3-rc.1