v1.2.0-rc.2
Pre-release
Pre-release
github-actions
released this
21 Nov 14:15
·
226 commits
to main
since this release
Added
- Added
DAPP_ADDRESS
,DAPP_DEPLOY_BLOCK_HASH
,HISTORY_ADDRESS
,AUTHORITY_ADDRESS
, and
INPUT_BOX_ADDRESS
env vars to the dispatcher and the authority claimer.
These are optional and will overwrite the values from the dapp and rollups deployment files. - Added
cartesi-rollups-node
Go binary as a single entrypoint to execute all Cartesi Node services - Added
authority-claimer
service - Added
CHAIN_ID
environment variable to dispatcher config
Changed
- Added rollups-node version to the logs in all services
- The dispatcher no longer sends claims, this functionality is executed by the authority-claimer
- Bumped Rollups Contracts to 1.1.0
- Bumped Rust Version to 1.73.0
Removed
- Removed
AUTHORITY
andTXMANAGER
environment variables from dispatcher config