This release is available as a Docker image on Docker Hub at offchainlabs/nitro-node:v2.0.14-alpha.3-8af02e0
What's Changed
This release adds offline pruning support and begins pulling apart the execution code from consensus code compared to the previous alpha release.
User-facing Improvements
- Add CLI flags for offline pruning: #1360
- Retry block validation if we fail to add the sequencer message: #1548
Internal Highlights
- Initial Execution separation: #1467
- Prefer IPv4 connections in TxForwarder: #1561
- Use the best brotli compression level for the batch poster defaults: #1580
- Add an option to wait for the max batch delay, even if the batch is full: #1579
Full Changelog: v2.0.14-alpha.2...v2.0.14-alpha.3