This release is available as a Docker image on Docker Hub at offchainlabs/nitro-node:v2.1.0-beta.3-278bcab
What's Changed
This release fixes an issue processing unsigned transactions and fixes the sequenced L1 block number on L3 chains compared to the previous beta release.
Internal Highlights
- Fix nonce checks being enabled for Arbitrum "fake" txs: OffchainLabs/go-ethereum#233
- Sequence txs with the L1 (not parent chain) block number: #1693
- Remove pycache, ldcache aux-cache, /var/log from docker and Update go to 1.20: #1622
- Use create2 to deploy the RollupProxy and predict address: #1629
Full Changelog: v2.1.0-beta.2...v2.1.0-beta.3