github OffchainLabs/nitro v3.8.0-rc.13
Arbitrum Nitro v3.8.0-rc.13

latest releases: v3.8.0-rc.16, v3.8.0-rc.15, v3.8.0-rc.14...
pre-releaseone day ago

This release is available as a Docker Image on Docker Hub at offchainlabs/nitro-node:v3.8.0-rc.13-1d5e968
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.8.0-rc.13-1d5e968-validator which has the extra script /usr/local/bin/split-val-entry.sh as the entrypoint.

Note

This is a Release Candidate, and should only be used to upgrade nodes that are already running a previous release candidate.

Special Note about ArbOS 50 Support

Release v3.8.0-rc.13 is unrelated to ArbOS50. A future version of Nitro that supports ArbOS50 will eventually be mandatory if the DAO votes to adopt ArbOS50, but this will be addressed later.

Special Note For Database Schema

  • Nitro 3.8.0 changes the database schema, so once a database has been run with 3.8.0, the database can no longer be opened with Nitro 3.7.x.

Schema Change

  • ArbOS database schema version is updated to version 2. This is a one-way upgrade and nodes may not be downgraded to a pre-v3.8.0 release without restoring their database from a backup.

What's Changed

Improve node stability, fix feed issues and reduce warning log messages

Internal Highlights

  • getNextBlockToRead does not depend on FillInBatchGasField (#3851): #3864
  • Exclude BatchDataStats from feed for old ArbOS versions (#3853): #3866
  • Fix broadcast client shutdown deadlock: #3885
  • Turn off feed-signed flag for arbSepolia: #3895
  • Revert #3866 Exclude BatchDataStats from feed for old ArbOS versions: #3866

Full Changelog: v3.8.0-rc.12...v3.8.0-rc.13

Don't miss a new nitro release

NewReleases is sending notifications on new releases.