This release is available as a Docker Image on Docker Hub at offchainlabs/nitro-node:v3.6.6-rc.2-a1deae2
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.6-rc.2-a1deae2-validator which has the extra script /usr/local/bin/split-val-entry.sh as the entrypoint.
What's Changed
Various code cleanup tasks
Internal Highlights
- Handle incompatible wasmer serialize version: #3275
- Fix eth_simulateV1 and add test for the same: #3304
- Solve race in TestRequestForwardingToArchiveNodes system_test: #3307
- Tests exact ink usage of HostIOs: #3306
- [MEL] - Implement a Pure, Delayed Message Lookup Function: #3284
- Refactor HostIO Pricing: #3312
Full Changelog: v3.6.6-rc.1...v3.6.6-rc.2