xJonathanLEI / starkli

Starkli (/ˈstɑːrklaɪ/), a ⚡ blazing ⚡ fast ⚡ CLI tool for Starknet powered by 🦀 starknet-rs 🦀
https://book.starkli.rs
Apache License 2.0
164 stars 47 forks source link

feat: add `2.4.0` compiler version #51

Closed glihm closed 9 months ago

glihm commented 9 months ago

To declare cairo 2.4.0 contract, in some scenario on Sierra to Casm compilation (especially with components) this may occur:

Error: #993: Inconsistent references annotations.

To solve this issue, this PR introduces the version 2.4.0 for cairo-starknet to support the latest features.

The auto-version is still on 2.1.0 for all the networks as the 2.4.0 should land testnet shortly.

The bump of anyhow was a dependency bump needed by cairo-starknet-2-4-0.