Skip to content

0.38.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 13:20
· 2 commits to master since this release
f2e7d0d

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)