Releases: MetaMask/smart-transactions-controller
Releases · MetaMask/smart-transactions-controller
2.0.0 [DEPRECATED]
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)
1.10.0
Added
- Handle the "cancelled" status, lower status polling interval from 10s to 5s, don't mark a tx as cancelled immediately, track uuid (#63)
- chore(deps): bump @metamask/controllers from 25.1.0 to 27.1.1 (#62)
- Add tracking of the "current_stx_enabled" param (#58)
1.9.1
Added
- Use the "confirmExternalTransaction" fn directly (#56)
1.9.0
Added
- Only accept the "getNonceLock" fn and not the whole "nonceTracker" (#54)
1.8.0
Added
- Do not update an STX which doesn't exist anymore, add UTs (#52)
1.7.0
Added
- Fix UTs, change threshold (#49)
1.6.0
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
Added
- Add "fees" and "liveness" into the smartTransactionsState, update version (#41)
1.4.0
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
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)