Releases: cartesi/rollups-contracts
Releases · cartesi/rollups-contracts
v2.0.0-rc.12
Patch Changes
- 68673bd: Restore transaction receipts from Ethereum Sepolia deployment
v2.0.0-rc.11
Major Changes
- 32ee7d7: Raise an error if voucher has more value than the contract has balance
v1.4.3
v2.0.0-rc.10
v1.4.2
v1.4.1
v2.0.0-rc.9
Patch Changes
- 4f28ef9: Bump alloy to 0.3.1 for Rust bindings
v2.0.0-rc.8
Patch Changes
- 25da049: Fix alloy dependency in Cargo.toml
v2.0.0-rc.7
Patch Changes
- 56a8d11: Generate Alloy bindings in the CI
v2.0.0-rc.6
Major Changes
-
f8c25e9: Added a
lastProcessedBlockNumber
parameter toIConsensus
functions and events. -
3d40890: Removed
authorityOwner
parameter fromAuthorityCreated
event. -
7f27379: Added an
epochLength
parameter to functions of:IAuthorityFactory
ISelfHostedApplicationFactory
IQuorumFactory
Minor Changes
- 7f27379: Added a
getEpochLength
function toIConsensus
interface.