Skip to content

Arbitrum Nitro v3.4.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@joshuacolvin0 joshuacolvin0 released this 14 Jan 23:10
· 664 commits to master since this release
d896e9c

This release is available as a Docker Image on Docker Hub at offchainlabs/nitro-node:v3.4.0-rc.2-d896e9c

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 offchain-labs/nitro-node:v3.4.0-rc.2-d896e9c-validator which has the extra script /usr/local/bin/split-val-entry.sh as the entrypoint.

User-facing Improvements

  • Update google-cloud-storage parameters and object retention setting: #2794
  • Enable the geth trie prefetcher to improve sequencer performance: #2877
  • Revert wasmer upgrade: #2878

Internal Highlights

  • Create ADR-0001 Avoid primative constraint types: #2812

Full Changelog: v3.4.0-rc.1...v3.4.0-rc.2