Skip to content

Releases: MetaMask/smart-transactions-controller

4.0.0

13 Jul 21:20
e537104
Compare
Choose a tag to compare

Changed

  • BREAKING: Bump minimum Node.js version to v16 (#161)
  • BREAKING: Remove isomorphic-fetch (#131)
    • Projects lacking fetch will now have to supply their own polyfill.
  • Update metamask/* dependencies (#131), (#172)
  • Move @types/lodash to devDependencies (#141)

3.1.0

10 Jan 16:16
08ed4b4
Compare
Choose a tag to compare

Changed

  • Replace use of full @metamask/controllers repo with packages from @metamask/core-monorepo (#110, #112, #113)

3.0.0

15 Nov 16:12
9b33351
Compare
Choose a tag to compare

Changed

Fixed

  • Ensure the nonce lock is always released (#108)

2.3.2

13 Sep 18:52
6c80e10
Compare
Choose a tag to compare

Changed

  • Replace ethers with submodules (@ethersproject/bignumber,@ethersproject/bytes, @ethersproject/providers,) - no functional change (#95)

2.3.1

19 Aug 17:06
c0977b4
Compare
Choose a tag to compare

Changed

  • Remove unnecessary event props (#93)
  • Update is-release filter (#91)
  • update is-release filter (#89)
  • use MetaMask/[email protected] (#88)
  • add config for MetaMask/action-npm-publish (#85)

2.3.0

15 Jul 09:48
b90bd69
Compare
Choose a tag to compare

Added

  • Add the "clearFees" function (#84)

2.2.0

11 Jul 12:19
3dc760b
Compare
Choose a tag to compare

Changed

  • chore(deps): bump @metamask/controllers from 30.0.0 to 30.1.0 (#81)
  • chore(deps-dev): bump @metamask/eslint-config-nodejs from 8.0.0 to 9.0.0 (#80)
  • chore(deps-dev): bump @metamask/auto-changelog from 2.6.0 to 2.6.1 (#79)
  • Return all error props in an error response (#82)

2.1.0

14 Jun 15:16
0fa9bfb
Compare
Choose a tag to compare

Added

  • chore(deps): bump @metamask/controllers from 29.0.1 to 30.0.0 (#75)
  • chore(deps-dev): bump @metamask/auto-changelog from 2.5.0 to 2.6.0 (#71)
  • Return a pending status for a cancelled tx that hasn't been settled yet (#74)

2.0.1

19 May 21:25
0cf41b8
Compare
Choose a tag to compare

Changed

  • Previous version deprecated due to missing build files. No code changes made.

2.0.0 [DEPRECATED]

17 May 17:01
ec12181
Compare
Choose a tag to compare

Added

  • "estimateGas" -> "getFees", support a new cancellation reason, refactoring (#69)
  • chore(deps): bump @metamask/controllers from 28.0.0 to 29.0.1 (#68)
  • If mined status is not mined and cancel reason not set, then show the cancel link, refactoring (#66)
  • chore(deps): bump @metamask/controllers from 27.1.1 to 28.0.0 (#65)