github foundry-rs/starknet-foundry v0.39.0
0.39.0

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

Forge

Added

  • snforge completion command - used to generate autocompletion script
  • Cheats for get_block_hash_syscall
  • new --tracked-resource flag, that will change currently tracked resource
    (cairo-steps for vm resources - default; sierra-gas for sierra gas consumed resources in cairo native)

Changed

  • gas is now reported using resource bounds triplet (l1_gas, l1_data_gas and l2_gas)
  • available_gas now accepts named arguments denoting resource bounds (eg #[available_gas(l1_gas: 1, l1_data_gas: 2, l2_gas: 3)])

Fixed

  • Bug with file locking that prevented forking from working on Windows

Cast

Added

  • sncast completion command - used to generate autocompletion script

Don't miss a new starknet-foundry release

NewReleases is sending notifications on new releases.