0.40.0
·
119 commits
to master
since this release
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()
andestimate()
(insncast_std
)
Changed
- Updated argent class hash used in account creation to v0.4.0
- wrapped error for
ContractError
is now of typeContractErrorData
(insncast_std
) - field
execution_error
inTransactionExecutionErrorData
is now of typeContractExecutionError
(insncast_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 thesncast_std
dependency from the registry
Removed
--max-gas
and--max-gas-unit-price
flagsmax_gas
,max_gas_unit_price
fields inFeeSettings
(insncast_std
)