v2.2.4
This release is available as a Docker image on Docker Hub at offchainlabs/nitro-node:v2.2.4-8517340
What's Changed
This release fixes an issue querying Arbitrum Classic transactions and uses the current timestamp as block.timestamp for gas estimation by default.
User-facing Improvements
- Use current timestamp for "pending" block tag instead of last block timestamp, e.g. in eth_estimateGas: OffchainLabs/go-ethereum#286
- Add an option for the inbox reader to only read safe or finalized L1 blocks: #2080
- Add a CLI option for the RPC “finalized” and "safe" block to wait for the block validator to complete: #2086
Internal Highlights
- Fix ArbitrumLegacyTxData decoding: OffchainLabs/go-ethereum#288
- Pull in geth changes to parse ABI errors: #2121
Full Changelog: v2.2.3...v2.2.4