github foundry-rs/starknet-foundry v0.50.0
0.50.0

5 hours ago

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

Don't miss a new starknet-foundry release

NewReleases is sending notifications on new releases.