This release is available as a Docker image on Docker Hub at offchainlabs/nitro-node:v2.0.13-174496c
It's unnecessary to upgrade existing nodes, as this release only fixes an issue syncing new Arbitrum Nova and Arbitrum Goerli nodes.
What's Changed
This release fixes an issue when first creating the database directory, where the node attempted to create the jwt secret file before creating the directory containing it. This would result in an error when first starting up a new node for the Arbitrum Nova and Arbitrum Goerli networks (Arbitrum One was not affected as it requires a seed database).
User-facing Improvements
- Create jwt dir before file: #1539
Internal Highlights
- Separate out batch poster max mempool txs from max queue size: #1534
- Validator metrics regarding wallet and staking: #1463
Full Changelog: v2.0.12...v2.0.13