github starkware-libs/cairo-lang v0.11.0.2

latest releases: v0.13.2, v0.13.2a0, v0.13.1...
18 months ago

Starknet:

  • Declaring Cairo 1.0 contract classes using the CLI:
    • Allow specifying the Sierra->Casm compiler in starknet declare using --compiler_dir to override the use of the default compiler
      • The value should point to a directory containing the starknet-sierra-compile executable, which can be obtained by building the Cairo 1.0 compiler (via running cargo build --release from the root folder of the compiler)
    • Allow specifying the compiler's arguments using --compiler_args (when using this flag, be sure to include --add-pythonic-hints in the compiler arguments)
  • web3.py v6.0.0 support in the python package
  • Rename the old (Cairo 0) starknet-compile executable to starknet-compile-deprecated

Don't miss a new cairo-lang release

NewReleases is sending notifications on new releases.