This release is available as a Docker image on Docker Hub at offchainlabs/nitro-node:v2.2.0-alpha.4-7d5ee32
What's Changed
This release fixes retryable transaction processing, which was broken in https://github.com/OffchainLabs/nitro/releases/tag/v2.2.0-alpha.2 and https://github.com/OffchainLabs/nitro/releases/tag/v2.2.0-alpha.3. If either of those versions were used, you should restore with a database backup taken before either alpha release was used.
User-facing improvements
- Resolve configuration issue with datool: #1963
- Fix processing retryable transactions and add regression test for the empty retryable escrow account: #1976
Internal highlights
- Fix unit test race conditions: #1974
- Sequence delayed initially when starting without coordinator: #1952
- Fix the check for duplicate sequencerBatches in inbox_reader: #1970
Full Changelog: v2.2.0-alpha.3...v2.2.0-alpha.4