Skip to content

v0.18.0

Compare
Choose a tag to compare
@juliancwirko juliancwirko released this 28 Apr 14:55
· 3 commits to main since this release
c5d1873

What's Changed

  • switch to SDK v13
  • breaking: SmartContract is no longer exported. Use SmartContractTransactionsFactory
  • breaking: GasEstimator removed
  • breaking: ContractFunction removed, pass normal strings
  • breaking: TransactionPayload removed, you can now pass Uint8Array instead
  • update examples
  • update reexported functions and helpers
  • return transaction on a network in onTxFinalized
  • added two amount-related helper functions: parseAmount and formatAmount

Full Changelog: v0.17.0...v0.18.0