This release is available as a Docker image on Docker Hub at offchainlabs/nitro-node:v2.0.12-alpha.1-297577c
What's Changed
This release makes various database and state cache sizes configurable, and improves the user experience when a new sequencer version is being rolled out.
The default cache sizes are now also larger, which will result in about 3GB of extra memory usage in exchange for making the node faster. To use the old defaults, add --node.caching.database-cache=0 --node.caching.snapshot-cache=100 --node.caching.trie-clean-cache=150
.
User-facing Improvements
- Feed connection limit: #1481
Internal Highlights
- Make more caches configurable: #1478
- Populate feed broadcaster catchup buffer on startup: #1480
- Wait for another sequencer to come alive before shutting down sequencer: #1482
Full Changelog: v2.0.11...v2.0.12-alpha.1