github foundry-rs/starknet-foundry v0.37.0
0.37.0

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

Forge

Added

  • Rust is no longer required to use snforge if using Scarb >= 2.10.0 on supported platforms - precompiled snforge_scarb_plugin plugin binaries are now published to package registry for new versions.
  • Added a suggestion for using the --max-n-steps flag when the Cairo VM returns the error: Could not reach the end of the program. RunResources has no remaining steps.
  • Environmental variables in both Scarb.toml and snfoundry.toml can be now used either with or without curly braces (e.g. ${MY_ENV} or $MY_ENV)

Fixed

  • coverage validation now supports comments in Scarb.toml

Cast

Added

  • Default RPC providers under --network flag

Changed

  • Renamed --network flag to --network-name in sncast account delete command

Fixed

  • Bug resulting in value passed for max_fee being ignored in cast scripts when using deploy with STRK token

Removed

  • --fee-token and --version flags, subsequently support for transaction versions other than v3
  • Support for ETH transactions in scripts

Don't miss a new starknet-foundry release

NewReleases is sending notifications on new releases.