This release is available as a Docker image on Docker Hub at offchainlabs/nitro-node:v2.0.12-alpha.7-5834021
What's Changed
This release separates the block validator out from the rest of the node and fixes the receipt's contractAddress value for certain rare smart contract deployments compared to the previous alpha release.
User Facing Improvements
- Block validation service: #1507
- Test receipt contract address for ArbitrumContractTx transactions: https://github.com/OffchainLabs/nitro
Configuration Changes
- All
--node.validator.*
options were renamed to--node.staker.*
--node.block-validator.jit-validator
was renamed to--validation.use-jit
(both default to true)--node.block-validator.arbitrator-validator
was removed; it's now enabled if use-jit is false--node.block-validator.concurrent-runs-limit
is now--validation.arbitrator.workers
or --validation.jit.workers` depending on if jit is enabled or not (default enabled)
Full Changelog: v2.0.12-alpha.6...v2.0.12-alpha.7