Arbitrum Nitro v2.3.4 Release Candidate 3
Pre-release
Pre-release
PlasmaPower
released this
25 Apr 00:46
·
5359 commits
to master
since this release
This release is available as a Docker image on Docker Hub at offchainlabs/nitro-node:v2.3.4-rc.3-fb101a8
What's Changed
This release improves EIP-4844 batch posting and adds support for Redis streams as a block validation work queue compared to the previous release candidate.
Configuration Changes
- If any config options in
--node.block-validator.validation-server.*
are set, they must be copied (not moved) to--node.block-validator.execution-server-config.*
.- E.g. if
--node.block-validator.validation-server.url http://localhost:1234
was set, you must also set--node.block-validator.execution-server-config.url http://localhost:1234
on this new version.
- E.g. if
User-facing Improvements
- eth_syncing: improve fields and naming: #2224
- Pull in geth fix for stopping the flat call tracer: #2258
- Add support for Redis streams to Nitro's block validation: #2241
Internal Highlights
- Reduce maximum EIP-4844 batch size slightly: #2220
- Fix data poster noop storage check in batch poster: #2225
- Avoid deadlocking sender account w/ diff type txs: #2234
- Merge upstream go-ethereum v1.13.5: #2230
- Improve preimage validation in JIT and Arbitrator: #2217
- Use metrics namespaces when opening databases: #2229
Full Changelog: v2.3.4-rc.2...v2.3.4-rc.3