Arbitrum Nitro v2.3.2
This release is available as a Docker image on Docker Hub at offchainlabs/nitro-node:v2.3.2-064fa11
It is identical to v2.3.2-rc.1 aside from the updated version tag.
What's Changed
This release improves batch poster support for EIP-4844 and fixes a rare state corruption issue with debug tracing requests.
Configuration Changes
- The DAS option
--data-availability.local-cache.expiration
has been removed in favor of the new--data-availability.local-cache.capacity
flag. This config option is only available for data availability servers, not nitro nodes.
Internal Highlights
- Supply a maxFeePerGas for batch gas estimation: #2187
- Disable EIP-4844 blob posting when another DAS is enabled: #2186
- Set a maximum multiple of the current tx fees to bid in the data poster: #2188
- Add extra check for recent block in debug tracing by hash: OffchainLabs/go-ethereum#293
- Pull in geth changes for state recreation: #2005
- Handle go-ethereum's blob tx already known: #2182
- Include chainID in Tx to signtx args conversion: #2171
- Support blob transactions in data poster external signer: #2169
- Update badgerdb: #2172
- Das replace cache: #2179
- Fix ErrExceedsMaxMempoolSize err log: #2183
Full Changelog: v2.3.1...v2.3.2