This release is available as a Docker image on Docker Hub at offchainlabs/nitro-node:v2.2.0-alpha.5-09d45c1
What's Changed
This release adds backup transaction forwarding and feed URLs, improves batch poster reliability especially for L3 chains, and fixes a go-ethereum triedb issue compared to the last alpha release.
User-facing improvements
- Add backup transaction forwarding URLs: #1975
- Add backup transaction submission RPC URLs to arb1 chain information: #1985
- Add backup feed URLs to chain information: #1958
- Increase the default BatchPosterConfig MaxSize for DAS chains to ~1MB: #1982
Internal highlights
- Use normal gas estimation when possible in the batch poster: #1986
- Pull in go-ethereum fixes: #1987
- Pulls in OffchainLabs/go-ethereum#270 and OffchainLabs/go-ethereum#272
- Merge in upstream go-ethereum v1.12.2: #1973
- Don't re-request parent block if same block as previous block: #1977
- Allow orbit chains to add additional transaction validity checks: #1956
- Fix retryable scheduling gas usage: #1980
- Rpcclient: retry delay: #1957
- Bump fastcache pin to latest master: #1984
- Pulls in OffchainLabs/fastcache#1
Full Changelog: v2.2.0-alpha.4...v2.2.0-alpha.5