Forge
Added
snforge clean
command - used to manage and remove files generated by snforge. It supports cleaning the following components: coverage, profile, cache, trace, allsnforge new
now adds thesnfoundry_trace
,coverage
, andprofile
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 usingaccount create
(default name is generated)