github foundry-rs/starknet-foundry v0.47.0
0.47.0

latest releases: v0.54.0, v0.53.0, v0.53.0-rc.0...
4 months ago

Forge

Added

  • interact_with_state cheatcode to enable effective use of contract_state_for_testing in snforge tests
  • Support for using Scarb profiles with snforge test, allowing to pass the same profile flags as in Scarb (--release, --dev, --profile) to build artifacts using a specific profile

Deprecated

  • The snforge completion command. Use snforge completions instead

Fixed

  • Passing a cheatcode span of 0 was incorrectly treated as CheatSpan::Indefinite. This is now resolved by making CheatSpan::TargetCalls accept NonZero<usize> instead of just usize in snforge_std.

Cast

Added

  • ready option for --type flag in account create and account import commands (Argent wallet has rebranded as Ready)

Changed

  • Braavos accounts with all class hashes are now supported

Deprecated

  • argent option for --type flag in account create and account import commands. Use ready instead
  • The sncast completion command. Use sncast completions instead

Don't miss a new starknet-foundry release

NewReleases is sending notifications on new releases.