Skip to content

Releases: cartesi/rollups-contracts

v2.0.0-rc.12

30 Oct 16:55
Compare
Choose a tag to compare
v2.0.0-rc.12 Pre-release
Pre-release

Patch Changes

  • 68673bd: Restore transaction receipts from Ethereum Sepolia deployment

v2.0.0-rc.11

30 Oct 13:47
Compare
Choose a tag to compare
v2.0.0-rc.11 Pre-release
Pre-release

Major Changes

  • 32ee7d7: Raise an error if voucher has more value than the contract has balance

v1.4.3

22 Oct 14:53
Compare
Choose a tag to compare

Patch Changes

  • 4996b38: Update Etherscan verification configuration for OP Sepolia

v2.0.0-rc.10

16 Oct 19:15
Compare
Choose a tag to compare
v2.0.0-rc.10 Pre-release
Pre-release

Major Changes

  • 9e515d4: Make IAuthorityFactory functions return IAuthority
  • 9e515d4: Made ISelfHostedApplicationFactory return IApplication
  • 3ef8cb5: Make IQuorumFactory functions return IQuorum

Minor Changes

v1.4.2

04 Oct 14:55
Compare
Choose a tag to compare

Patch Changes

  • 2073332: Fix paths in CI that publishes Rust bindings

v1.4.1

30 Sep 17:33
Compare
Choose a tag to compare

Patch Changes

  • f039328: Push bindings to crates.io

v2.0.0-rc.9

07 Sep 13:39
Compare
Choose a tag to compare
v2.0.0-rc.9 Pre-release
Pre-release

Patch Changes

  • 4f28ef9: Bump alloy to 0.3.1 for Rust bindings

v2.0.0-rc.8

19 Aug 12:37
Compare
Choose a tag to compare
v2.0.0-rc.8 Pre-release
Pre-release

Patch Changes

  • 25da049: Fix alloy dependency in Cargo.toml

v2.0.0-rc.7

19 Aug 12:00
Compare
Choose a tag to compare
v2.0.0-rc.7 Pre-release
Pre-release

Patch Changes

  • 56a8d11: Generate Alloy bindings in the CI

v2.0.0-rc.6

07 Aug 19:47
Compare
Choose a tag to compare
v2.0.0-rc.6 Pre-release
Pre-release

Major Changes

  • f8c25e9: Added a lastProcessedBlockNumber parameter to IConsensus functions and events.

  • 3d40890: Removed authorityOwner parameter from AuthorityCreated event.

  • 7f27379: Added an epochLength parameter to functions of:

    • IAuthorityFactory
    • ISelfHostedApplicationFactory
    • IQuorumFactory

Minor Changes

  • 7f27379: Added a getEpochLength function to IConsensus interface.