@metamask-previews/transaction-controller 62.22.0-preview-a12b37cc3 → 63.0.0-preview-3685bfb
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [63.0.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- New public `getGasFeeTokens()` controller method ([#8183](https://github.com/MetaMask/core/pull/8183))
|
|
@@ -32,6 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
32
34
|
|
|
33
35
|
### Changed
|
|
34
36
|
|
|
37
|
+
- Bump `@metamask/approval-controller` from `^8.0.0` to `^9.0.0` ([#8225](https://github.com/MetaMask/core/pull/8225))
|
|
38
|
+
- Bump `@metamask/gas-fee-controller` from `^26.0.3` to `^26.1.0` ([#8225](https://github.com/MetaMask/core/pull/8225))
|
|
35
39
|
- **BREAKING:** Standardize names of `TransactionController` messenger action types ([#8183](https://github.com/MetaMask/core/pull/8183))
|
|
36
40
|
- All existing types for messenger actions have been renamed so they end in `Action` (e.g. `TransactionControllerEmulateNewTransaction` -> `TransactionControllerEmulateNewTransactionAction`). You will need to update imports appropriately.
|
|
37
41
|
- This change only affects the types. The action type strings themselves have not changed, so you do not need to update the list of actions you pass when initializing `TransactionController` messenger.
|
|
@@ -2250,7 +2254,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
2250
2254
|
|
|
2251
2255
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
2252
2256
|
|
|
2253
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@
|
|
2257
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@63.0.0...HEAD
|
|
2258
|
+
[63.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.22.0...@metamask/transaction-controller@63.0.0
|
|
2254
2259
|
[62.22.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.21.0...@metamask/transaction-controller@62.22.0
|
|
2255
2260
|
[62.21.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.20.0...@metamask/transaction-controller@62.21.0
|
|
2256
2261
|
[62.20.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.19.0...@metamask/transaction-controller@62.20.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "63.0.0-preview-3685bfb",
|
|
4
4
|
"description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
"@ethersproject/providers": "^5.7.0",
|
|
57
57
|
"@ethersproject/wallet": "^5.7.0",
|
|
58
58
|
"@metamask/accounts-controller": "^37.0.0",
|
|
59
|
-
"@metamask/approval-controller": "^
|
|
59
|
+
"@metamask/approval-controller": "^9.0.0",
|
|
60
60
|
"@metamask/base-controller": "^9.0.0",
|
|
61
61
|
"@metamask/controller-utils": "^11.19.0",
|
|
62
62
|
"@metamask/core-backend": "^6.1.1",
|
|
63
63
|
"@metamask/eth-query": "^4.0.0",
|
|
64
|
-
"@metamask/gas-fee-controller": "^26.0
|
|
64
|
+
"@metamask/gas-fee-controller": "^26.1.0",
|
|
65
65
|
"@metamask/messenger": "^0.3.0",
|
|
66
66
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
67
67
|
"@metamask/network-controller": "^30.0.0",
|