@metamask/transaction-controller 37.3.0 → 38.0.0
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 +12 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [38.0.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **BREAKING:** Bump `@metamask/gas-fee-controller` peer dependency from `^20.0.0` to `^21.0.0` ([#4810](https://github.com/MetaMask/core/pull/4810))
|
|
15
|
+
- **BREAKING:** Bump `@metamask/network-controller` peer dependency from `^21.0.0` to `^22.0.0` ([#4841](https://github.com/MetaMask/core/pull/4841))
|
|
16
|
+
- Bump `@metamask/controller-utils` to `^11.4.0` ([#4834](https://github.com/MetaMask/core/pull/4834))
|
|
17
|
+
- Bump `@metamask/rpc-errors` to `^7.0.1` ([#4831](https://github.com/MetaMask/core/pull/4831))
|
|
18
|
+
- Bump `@metamask/utils` to `^10.0.0` ([#4831](https://github.com/MetaMask/core/pull/4831))
|
|
19
|
+
|
|
10
20
|
## [37.3.0]
|
|
11
21
|
|
|
12
22
|
### Added
|
|
@@ -1062,7 +1072,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1062
1072
|
|
|
1063
1073
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
1064
1074
|
|
|
1065
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@
|
|
1075
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@38.0.0...HEAD
|
|
1076
|
+
[38.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@37.3.0...@metamask/transaction-controller@38.0.0
|
|
1066
1077
|
[37.3.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@37.2.0...@metamask/transaction-controller@37.3.0
|
|
1067
1078
|
[37.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@37.1.0...@metamask/transaction-controller@37.2.0
|
|
1068
1079
|
[37.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@37.0.0...@metamask/transaction-controller@37.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/transaction-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "38.0.0",
|
|
4
4
|
"description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
"@ethersproject/contracts": "^5.7.0",
|
|
55
55
|
"@ethersproject/providers": "^5.7.0",
|
|
56
56
|
"@metamask/base-controller": "^7.0.1",
|
|
57
|
-
"@metamask/controller-utils": "^11.
|
|
57
|
+
"@metamask/controller-utils": "^11.4.0",
|
|
58
58
|
"@metamask/eth-query": "^4.0.0",
|
|
59
59
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
60
60
|
"@metamask/nonce-tracker": "^6.0.0",
|
|
61
|
-
"@metamask/rpc-errors": "^
|
|
62
|
-
"@metamask/utils": "^
|
|
61
|
+
"@metamask/rpc-errors": "^7.0.1",
|
|
62
|
+
"@metamask/utils": "^10.0.0",
|
|
63
63
|
"async-mutex": "^0.5.0",
|
|
64
64
|
"bn.js": "^5.2.1",
|
|
65
65
|
"eth-method-registry": "^4.0.0",
|
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
"@metamask/auto-changelog": "^3.4.4",
|
|
75
75
|
"@metamask/eth-json-rpc-provider": "^4.1.5",
|
|
76
76
|
"@metamask/ethjs-provider-http": "^0.3.0",
|
|
77
|
-
"@metamask/gas-fee-controller": "^
|
|
77
|
+
"@metamask/gas-fee-controller": "^22.0.0",
|
|
78
78
|
"@metamask/keyring-api": "^8.1.3",
|
|
79
|
-
"@metamask/network-controller": "^
|
|
79
|
+
"@metamask/network-controller": "^22.0.0",
|
|
80
80
|
"@types/bn.js": "^5.1.5",
|
|
81
81
|
"@types/jest": "^27.4.1",
|
|
82
82
|
"@types/node": "^16.18.54",
|
|
@@ -94,8 +94,8 @@
|
|
|
94
94
|
"@babel/runtime": "^7.23.9",
|
|
95
95
|
"@metamask/accounts-controller": "^18.0.0",
|
|
96
96
|
"@metamask/approval-controller": "^7.0.0",
|
|
97
|
-
"@metamask/gas-fee-controller": "^
|
|
98
|
-
"@metamask/network-controller": "^
|
|
97
|
+
"@metamask/gas-fee-controller": "^22.0.0",
|
|
98
|
+
"@metamask/network-controller": "^22.0.0"
|
|
99
99
|
},
|
|
100
100
|
"engines": {
|
|
101
101
|
"node": "^18.18 || >=20"
|