This release is available as a Docker image on Docker Hub at offchainlabs/nitro-node:v2.3.4-rc.5-b4cc111
What's Changed
This release prepares support for Arbitrum Stylus block validation compared to the previous release candidate.
Configuration Changes
This PR undoes the configuration changes in release candidate 3 and removes the --node.block-validator.execution-server-config.*
config block.
Pending ArbOS 30 Improvements (work in progress)
- Add Precompile for secp256r1 conditionally based on ArbOS version: OffchainLabs/go-ethereum#303
- Clean up retryable escrow accounts: #2257
Internal Highlights
- Multi exec server: #2267
- Merge upstream go-ethereum v1.13.11: #2251 and #2259
- Fix eth_feeHistory gasUsedRatio: OffchainLabs/go-ethereum#313
- Implement reading all wasm module roots in machine locator: #2254
- Fix requested block ahead of current block check: OffchainLabs/go-ethereum#312
- Fix pebble metrics registration: OffchainLabs/go-ethereum#314
Full Changelog: v2.3.4-rc.4...v2.3.4-rc.5