Releases: cartesi/rollups-contracts
Releases · cartesi/rollups-contracts
v1.2.0
v1.1.0
Added
AuthorityFactory
: Allows anyone to deployAuthority
contracts. Supports deterministic deployment.HistoryFactory
: Allows anyone to deployHistory
contracts. Supports deterministic deployment.AuthorityHistoryPairFactory
: Allows anyone to deployAuthority
andHistory
contract pairs (such thatHistory
is owned byAuthority
, andAuthority
stores/retrieves claims fromHistory
). Supports deterministic deployment.
Changed
Authority
: Removed deployment files and script.History
: Removed deployment files and script.
Removed
rollups-cli
package