Skip to content

0.50.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Sep 09:28
· 35 commits to master since this release
bf0ade0

Forge

Added

  • #[test_case] attribute for parameterized testing. Read more here

Changed

  • Minimal supported Scarb version is now 2.10.0 (updated from 2.9.1)
  • Minimal supported snforge_std and snforge_std_deprecated version is now 0.50.0

Fixed

Removed

  • Possibility to use #[available_gas] with unnamed argument. Use named arguments instead, e.g. #[available_gas(l2_gas: 5)].
  • The deprecated command snforge init. Use snforge new to initialize new Forge projects

Cast

Added

  • sncast declare-from command to declare a contract by fetching it from a different Starknet instance