Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

v0.5.2

Compare
Choose a tag to compare
@FabijanC FabijanC released this 20 May 16:11
· 57 commits to master since this release

Usage related changes

  • Adapted to cairo-lang / Starknet v0.11.1.1
  • Default gas price set to 1e8 (was 1e11)
  • Updated JSON RPC API to spec v0.3.0.-rc1
  • In L2-L1 message relaying, emit LogMessageToL1 event
  • When forking, suppressed the misleading log messages coming from missing resources in forking origin
  • Improved Cairo 1 support
    • New way of specifying a custom compiler:
      • --sierra-compiler-path <EXECUTABLE_PATH>
      • Instead of --cairo-compiler-manifest which requires you to link to the whole repo, this new option allows providing just the built binary
      • Works better with Devnet in Docker
    • Expanded docs with a page on Cairo 1 support
    • Fixed failing Cairo 1 class redeclaring
    • Improved recompilation error message
    • Fixed feeder_gateway/get_code failing for Cairo 1 contracts

Development related changes

  • Updated dependencies

Merged PRs

New Contributors

Full Changelog: v0.5.1...v0.5.2