github foundry-rs/starknet-foundry v0.40.0
0.40.0

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

Cast

Added

  • --l1-gas, --l1-gas-price, --l2-gas, --l2-gas-price, --l1-data-gas, --l1-data-gas-price flags
  • methods for fee settings creation, in FeeSettingsTrait: max_fee(), resource_bounds() and estimate() (in sncast_std)

Changed

  • Updated argent class hash used in account creation to v0.4.0
  • wrapped error for ContractError is now of type ContractErrorData (in sncast_std)
  • field execution_error in TransactionExecutionErrorData is now of type ContractExecutionError (in sncast_std)
  • Using Braavos accounts is temporarily disabled because they don't yet work with the RPC version supported by sncast
  • sncast script init command now initializes project with the sncast_std dependency from the registry

Removed

  • --max-gas and --max-gas-unit-price flags
  • max_gas, max_gas_unit_price fields in FeeSettings (in sncast_std)

Don't miss a new starknet-foundry release

NewReleases is sending notifications on new releases.