This release is available as a Docker image on Docker Hub at offchainlabs/nitro-node:v2.1.0-beta.2-58a23c8
What's Changed
This release fixes and hardens the batch poster and updates go-ethereum to v1.11.4 compared to the previous beta release.
User-facing Improvements
- Testnode update: #1662
Internal Highlights
- Fix data poster nonce query: #1682
- Add a safety check that we aren't reposting a known batch: #1685
- If the data poster fails to acquire the redis lock, retry quicker: #1684
- Update to build against geth v1.11.3 merge branch: #1631
- Update to build against geth merge-v1.11.4 branch: #1652
- rpcclient: dont retry on empty config: #1668
- Use atomic.Bool instead of (atomically) loading 0/1 into int32: #1677
- Replace deprecated "github.com/pkg/errors" library with builtin "errors" library: #1673
Full Changelog: v2.1.0-beta.1...v2.1.0-beta.2