Skip to content

v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@liorgold2 liorgold2 released this 17 Nov 12:28
· 52 commits to master since this release

StarkNet:

  • Replace block id with block hash (not verified by the OS yet)
  • Add constructor arguments to the computation of the contract's address
  • Add get_transaction_receipt command to the starknet CLI
  • New system calls:
    • get_contract_address - returns the address of the current contract
    • get_sequencer_address - this may be used in the future for paying fees
    • delegate_call - partial support

Cairo:

  • Add dw keyword for defining constant arrays