Skip to content

v0.11.0-pre

Pre-release
Pre-release
Compare
Choose a tag to compare
@liorgold2 liorgold2 released this 22 Feb 14:53
· 28 commits to master since this release

Starknet:

  • Initial support of Cairo1.0 contracts:
    • New declare transaction version for declaring Cairo1.0 contracts
    • Only a few syscalls are currently supported.
  • Changes to on-chain data format. Include the Cairo1.0 declared classes and changes to the class hash of a given contract instance. See more information here
  • Support for Poseidon hash

Cairo:

  • New builtins:
    • Poseidon hash function (efficient, STARK-friendly hash function)
    • Keccak hash function (currently, the keccak builtin cannot be used in Starknet)