Skip to content

v0.8.0

Compare
Choose a tag to compare
@DelevoXDG DelevoXDG released this 24 Jan 13:35
· 33 commits to main since this release
8a1040f

What's Changed

Breaking changes

  • StarknetAccountProtocol, StarknetAccount. sign, estimateFee, execute, signDeployAccount, estimateDeployFee are now split into two versions, with V1 and V3 postfix for transactions version 1 and 3 respectfully
  • Removed StarknetExecutionParams and StarknetOptionalExecutionParams; Use StarknetInvokeParamsV1, StarknetOptionalInvokeParamsV1 and StarknetDeployAccountV1 instead
  • StarknetProviderProtocol, StarknetProvider: estimateFee and simulateTransactions now only support transactions that conform to StarknetExecutableTransaction
  • StarknetTransactionReceipt: actualFee is now of type StarknetFeePayment instead of `Felt
  • StarknetExecutionResources fields are now of type Int instead of NumAsHex

Full Changelog: v0.7.3...v0.8.0