v1.2.0-rc.3
Pre-release
Pre-release
github-actions
released this
30 Nov 22:32
·
219 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 - Added redis-tools to rollups-node Docker image
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
- The dispatcher will now fail to start if there are inputs from a previous execution in the broker
- Bumped Rollups Contracts to 1.1.0
- Bumped Rust Version to 1.74.0
Removed
- Removed
AUTHORITY
andTXMANAGER
environment variables from dispatcher config - Removed deployment files from rollups-node Docker image