Skip to content

0.40.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 15:54
· 119 commits to master since this release
c20f769

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)