Skip to content

Releases: cartesi/rollups-contracts

v1.2.0

16 Dec 04:10
Compare
Choose a tag to compare

Minor Changes

  • 321e29a: Support deployment to arbitrum_sepolia and optimism_sepolia networks.
  • 618121e: Bumped @cartesi/util from 6.0.0 to 6.1.0.

v1.1.0

04 Oct 17:45
Compare
Choose a tag to compare

Added

  • AuthorityFactory: Allows anyone to deploy Authority contracts. Supports deterministic deployment.
  • HistoryFactory: Allows anyone to deploy History contracts. Supports deterministic deployment.
  • AuthorityHistoryPairFactory: Allows anyone to deploy Authority and History contract pairs (such that History is owned by Authority, and Authority stores/retrieves claims from History). Supports deterministic deployment.

Changed

  • Authority: Removed deployment files and script.
  • History: Removed deployment files and script.

Removed

  • rollups-cli package