Skip to content

Releases: MetaMask/smart-transactions-controller

1.6.0

28 Jan 15:27
3357784
Compare
Choose a tag to compare

Added

  • Change cancellable interval to be 1 minute (#47)
  • Estimate approval transaction along with swaps transaction (#46)
  • chore(deps): bump @metamask/controllers from 20.1.0 to 25.1.0 (#44)
  • Add support for approveTxParams (#45)
  • Add method for estimateGas (#43)

1.5.0

19 Jan 18:21
73b8d65
Compare
Choose a tag to compare

Added

  • Add "fees" and "liveness" into the smartTransactionsState, update version (#41)

1.4.0

12 Jan 19:37
4471915
Compare
Choose a tag to compare

Added

  • Add isomorphic-fetch to stx controller (#38)
  • feat: create new handleFetch with custom error handling (#35)
  • Unblock submit if ethers errors (#30)
  • Parse chain ids from hex to dec instead of mapping them (#31)
  • chore(deps): bump @metamask/controllers from 20.0.0 to 20.1.0 (#28)
  • getTransactions -> getFees, refactoring (#27)
  • chore(deps): bump @metamask/controllers from 19.0.0 to 20.0.0 (#24)
  • Switch license with MetaMask license (#25)

1.2.0

17 Nov 20:30
c0a945d
Compare
Choose a tag to compare

Added

  • Add more unit tests for SmartTransactionsController (#23)
  • chore(deps): bump @metamask/controllers from 16.0.0 to 19.0.0 (#18)
  • Add canclled status to stx after successful cancel request (#21)
  • 1.1.0 (#22)

1.0.0

20 Oct 20:23
015d65e
Compare
Choose a tag to compare

Added

  • Adds nonce to a tx, adds yarn build:link support, updates functions for API calls, refactoring (#8)
  • Add many unit tests, support for the batch_status API, refactoring (#6)
  • Bump @metamask/controllers from 15.1.0 to 16.0.0
  • Bump @metamask/controllers from 15.0.0 to 15.1.0 (#4)
  • Add initial methods (#3)
  • Add initial SmartTransactionsController (#1)
  • Initial commit