Skip to content

Cairo 1

Compare
Choose a tag to compare
@sgc-code sgc-code released this 21 Aug 13:22
· 2208 commits to main since this release

First release using Cairo 1.
This includes the multisig (multisig-0.1.0) and also the the regular account (account-0.3.0)

Notable changes in the account since v0.2.3.1:

  • Renamed methods and events to follow Cairo 1 conventions. We also renamed signer to owner to make the role clearer
  • Events also include more keys for indexing
  • Implements the new SNIP5
  • Recovery changes: For extra safety now you need to specify the new signer when triggering the escape. Escapes will automatically expire after a week if not completed
  • Outside execution: There is a new method that allows metatransactions by leveraging offchain signatures
  • This account can only declare Cairo 1 contracts, not allowed to declare Cairo 0 code

Multisig

Bringing multisig to Starknet. Read more about our new account here