Skip to content

v2.6.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Mar 22:32
· 101 commits to main since this release
c4c7c0b

Cairo release notes ➡️

Welcome to the release notes for Scarb v2.6.4!
This release introduces preliminary work on procedural macros and a new configuration flag.

An option to disable gas calculation

This release introduces a new flag in the Cairo compiler configuration, called enable-gas.

If set to false, Scarb will not add any instructions related to gas usage calculation during the project compilation. By default, this flag is set to true. This flag cannot be disabled while compiling the starknet-contract target.

[cairo]
enable-gas = false

Cairo Version

This version of Scarb comes with Cairo v2.6.3.

What's Changed

New Contributors

Full Changelog: v2.6.3...v2.6.4