@metamask-previews/transaction-controller 44.0.0-preview-ee77a6d9 → 44.1.0-preview-0d0d258d
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 +13 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [44.1.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Rename `ControllerMessenger` to `Messenger` ([#5234](https://github.com/MetaMask/core/pull/5234))
|
|
15
|
+
- Bump `@metamask/utils` from `^11.0.1` to `^11.1.0` ([#5223](https://github.com/MetaMask/core/pull/5223))
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
|
|
19
|
+
- Prevent transaction resubmit on multiple endpoints ([#5262](https://github.com/MetaMask/core/pull/5262))
|
|
20
|
+
|
|
10
21
|
## [44.0.0]
|
|
11
22
|
|
|
12
23
|
### Changed
|
|
@@ -1244,7 +1255,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1244
1255
|
|
|
1245
1256
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
1246
1257
|
|
|
1247
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@44.
|
|
1258
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@44.1.0...HEAD
|
|
1259
|
+
[44.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@44.0.0...@metamask/transaction-controller@44.1.0
|
|
1248
1260
|
[44.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@43.0.0...@metamask/transaction-controller@44.0.0
|
|
1249
1261
|
[43.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@42.1.0...@metamask/transaction-controller@43.0.0
|
|
1250
1262
|
[42.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@42.0.0...@metamask/transaction-controller@42.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-controller",
|
|
3
|
-
"version": "44.
|
|
3
|
+
"version": "44.1.0-preview-0d0d258d",
|
|
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,7 +54,7 @@
|
|
|
54
54
|
"@ethersproject/contracts": "^5.7.0",
|
|
55
55
|
"@ethersproject/providers": "^5.7.0",
|
|
56
56
|
"@metamask/base-controller": "^7.1.1",
|
|
57
|
-
"@metamask/controller-utils": "^11.
|
|
57
|
+
"@metamask/controller-utils": "^11.5.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",
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
"@metamask/approval-controller": "^7.1.2",
|
|
74
74
|
"@metamask/auto-changelog": "^3.4.4",
|
|
75
75
|
"@metamask/eth-block-tracker": "^11.0.3",
|
|
76
|
-
"@metamask/eth-json-rpc-provider": "^4.1.
|
|
76
|
+
"@metamask/eth-json-rpc-provider": "^4.1.8",
|
|
77
77
|
"@metamask/ethjs-provider-http": "^0.3.0",
|
|
78
78
|
"@metamask/gas-fee-controller": "^22.0.2",
|
|
79
|
-
"@metamask/network-controller": "^22.
|
|
79
|
+
"@metamask/network-controller": "^22.2.0",
|
|
80
80
|
"@types/bn.js": "^5.1.5",
|
|
81
81
|
"@types/jest": "^27.4.1",
|
|
82
82
|
"@types/node": "^16.18.54",
|