Releases: Tim00x/starknet-foundry
Releases · Tim00x/starknet-foundry
0.9.0
Forge
Added
#[ignore]
attribute together with--ignored
andinclude-ignored
flags - read more here- support for
deploy_syscall
directly in the test code (alternative todeploy
) snforge_std::signing
module for performing ecdsa signatures
Changed
- updated Cairo version to 2.3.0 - compatible Scarb version is 2.3.0:
- tests in
src
folder now have to be in a module annotated with#[cfg(test)]
- tests in
snforge_std::PrintTrait
will not convert values representing ASCII control characters to strings- separated
snforge
to subcommands:snforge test
,snforge init
andsnforge clean-cache
.
Read more here. starknet::get_block_info
now returns correct block info in a forked block
Cast
Added
show-config
subcommand to display currently used configurationaccount delete
command for removing accounts from the accounts file--hex-format
flag has been added
Removed
-i
short for--int-format
is removed, now have to use the full form--int-format