Arbitrum Nitro v3.6.7-rc.1
Pre-release
Pre-release
This release is available as a Docker Image on Docker Hub at offchainlabs/nitro-node:v3.6.7-rc.1-abb0111
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.7-rc.1-abb0111-validator which has the extra script /usr/local/bin/split-val-entry.sh as the entrypoint.
What's Changed
- refactor: move mocks to contracts-local in #3311
- We have been experiencing a lot of CI flakiness in #3315
- feat: add static foundry profile for gas sensitive build in #3313
- fix allowed wasm module roots check in #3320
- Gas Dimension Trace Tests: Precompiles and Stylus in #3316
- Add a submodule pin check for the openzeppelin-contracts submodule in #3321
- Limit parallel jobs within make to 8 in #3322
- Submodule pin check only works with branch names, not tags in #3323
- Gas Dimension Trace Tests in #3233
- Add missing account lookups for trace in #3329
- Remove stateless_block_validator public function for reader, streamer and tracker in #3331
Full Changelog: v3.6.6...v3.6.7-rc.1