Skip to content

v0.9.0

Compare
Choose a tag to compare
@DelevoXDG DelevoXDG released this 27 Mar 10:44
· 24 commits to main since this release
6da127e

What's Changed

Breaking changes

  • StarknetFeeEstimate extension fee calculation utils
    • toResourceBounds() now takes amountMultiplier, unitPriceMultiplier instead of amountOverhead, unitPriceOverhead
    • toMaxFee() now takes multiplier instead of overhead
  • version of StarknetTransaction is now of type StarknetTransactionVersion instead of Felt; This applies to all derived transaction structs
  • Removed StarknetPendingTransactionReceipt, StarknetProcessedTransactionReceipt protocols
  • Renamed all Starknet[..]TransactionReceipt protocols to Starknet[..]TransactionReceiptProtocol
  • Removed all StarknetPending[..]TransactionReceipt and StarknetProcessed[..]TransactionReceipt classes; Use Starknet[..]TransactionReceipt classes with optional blockHash and blockNumber instead

Full Changelog: v0.8.3...v0.9.0