v0.8.0
What's Changed
- Support Starknet 0.13 by @DelevoXDG in #129
Breaking changes
StarknetAccountProtocol
,StarknetAccount
.sign
,estimateFee
,execute
,signDeployAccount
,estimateDeployFee
are now split into two versions, withV1
andV3
postfix for transactions version 1 and 3 respectfully- Removed
StarknetExecutionParams
andStarknetOptionalExecutionParams
; UseStarknetInvokeParamsV1
,StarknetOptionalInvokeParamsV1
andStarknetDeployAccountV1
instead StarknetProviderProtocol
,StarknetProvider
:estimateFee
andsimulateTransactions
now only support transactions that conform toStarknetExecutableTransaction
StarknetTransactionReceipt
:actualFee
is now of typeStarknetFeePayment
instead of `FeltStarknetExecutionResources
fields are now of typeInt
instead ofNumAsHex
Full Changelog: v0.7.3...v0.8.0