github foundry-rs/starknet-foundry v0.38.0
0.38.0

latest releases: v0.49.0, v0.48.1, v0.48.0...
6 months ago

Forge

Added

  • snforge clean command - used to manage and remove files generated by snforge. It supports cleaning the following components: coverage, profile, cache, trace, all
  • snforge new now adds the snfoundry_trace, coverage, and profile directories to .gitignore.
  • Custom types can be used in fuzz testing by implementing the Fuzzable trait
  • Support for Cairo 2.10.0

Changed

  • It is now required to include the #[fuzzer] attribute for fuzz tests to work
  • Scarb 2.8.5 is now the minimal recommended version. Using Starknet Foundry with versions below it is no longer officially supported and may not work.

Deprecated

  • snforge clean-cache command

Cast

Changed

  • --name flag is now optional when using account create (default name is generated)

Don't miss a new starknet-foundry release

NewReleases is sending notifications on new releases.