This release is available as a Docker image on Docker Hub at offchainlabs/nitro-node:v2.3.4-rc.2-c84507b
Note that release candidate 1 was never fully released in favor of this release candidate which has an additional PR.
What's Changed
This release improves sequencer reliability and node performance, in addition to adding metrics for chain pricing data.
User-facing Improvements
- Set default --execution.sequencer.max-revert-gas-reject=0 to improve sequencer reliability: #2213
Internal Highlights
- Execution service 4: execution->consensus interface: #1535
- syncProgressMap: bug fix: #2209
- Validate preimages in both JIT and Arbitrator: #2208
- Don't wait on the prefetcher to complete before producing the next block: #2216
- Add metrics to track L1 price in batch poster: #2173
- Track pricing data in sequencer and batch poster. Add option to decline incoming transactions during extreme l1 pricing conditions: #2180
- Don't increment the gas used metric in the prefetcher: #2214
- Do not log 'error applying transaction' errors when the block is being created for the prefetcher: #2215
Full Changelog: v2.3.3...v2.3.4-rc.2