Arbitrum Nitro v2.2.5 Release Candidate 1
Pre-release
Pre-release
PlasmaPower
released this
16 Feb 18:19
·
4676 commits
to master
since this release
This release is available as a Docker image on Docker Hub at offchainlabs/nitro-node:v2.2.5-rc.1-a20a1c7
What's Changed
This release fixes retryable gas estimation, and makes a number of improvements preparing for ArbOS 20 and EIP-4844.
User-facing Improvements
- Add an option to support multiple block validation RPCs: #2071
- Handle INVALID opcode in the flatCallTracer: OffchainLabs/go-ethereum#289
- Add option to save arbitrum blobs to disk when they are fetched: #2145
Internal Highlights
- Fix retryable gas estimation: OffchainLabs/go-ethereum#290
- Error if reading authenticated batch with unknown header bits: #2147
- Gate 4844 Batch Posting on ArbOS 20: #2136
- Rename force-post-4844-blobs opt ignore-blob-price: #2144
- Move Prefetch flag from sequencer to execution node: #2137
- Add a flag to enable re-execution of a range of historic blocks: #2107
- Add P2P options: #2124
- Produce better error messages when failing to read the delayed inbox: #2135
- Error on rpc daserver configured without bls key: #2150
Full Changelog: v2.2.4...v2.2.5-rc.1