Skip to content

Arbitrum Nitro v3.0.2

Compare
Choose a tag to compare
@PlasmaPower PlasmaPower released this 17 Jun 21:21
· 339 commits to master since this release
v3.0.2
9efbc16

This release is available as a Docker image on Docker Hub at offchainlabs/nitro-node:v3.0.2-9efbc16

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.0.2-9efbc16-validator which has the extra script /usr/local/bin/split-val-entry.sh as the entrypoint.

What's Changed

This release fixes a crash on startup in v3.0.1, along with fixing the consensus-v30 present in Docker for validators, and fixing an issue with the STOP opcode in the flatCallTracer.

Internal Highlights

  • Re-download consensus v30 in Dockerfile: #2403
  • Add nil check for the staker's DataPoster: #2404
  • Improve error log when opening database: #2353
  • Handle STOP opcode in flatCallTracer: #2402

Full Changelog: v3.0.1...v3.0.2