@metamask/transaction-controller 58.1.0 → 58.1.1
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 +10 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [58.1.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/controller-utils` from `^11.10.0` to `^11.11.0` ([#6069](https://github.com/MetaMask/core/pull/6069))
|
|
15
|
+
- This upgrade includes performance improvements to checksum hex address normalization
|
|
16
|
+
- Bump `@metamask/utils` from `^11.2.0` to `^11.4.2` ([#6054](https://github.com/MetaMask/core/pull/6054))
|
|
17
|
+
|
|
10
18
|
## [58.1.0]
|
|
11
19
|
|
|
12
20
|
### Added
|
|
@@ -1709,7 +1717,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1709
1717
|
|
|
1710
1718
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
1711
1719
|
|
|
1712
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@58.1.
|
|
1720
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@58.1.1...HEAD
|
|
1721
|
+
[58.1.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@58.1.0...@metamask/transaction-controller@58.1.1
|
|
1713
1722
|
[58.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@58.0.0...@metamask/transaction-controller@58.1.0
|
|
1714
1723
|
[58.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@57.4.0...@metamask/transaction-controller@58.0.0
|
|
1715
1724
|
[57.4.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@57.3.0...@metamask/transaction-controller@57.4.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/transaction-controller",
|
|
3
|
-
"version": "58.1.
|
|
3
|
+
"version": "58.1.1",
|
|
4
4
|
"description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
"@ethersproject/providers": "^5.7.0",
|
|
56
56
|
"@ethersproject/wallet": "^5.7.0",
|
|
57
57
|
"@metamask/base-controller": "^8.0.1",
|
|
58
|
-
"@metamask/controller-utils": "^11.
|
|
58
|
+
"@metamask/controller-utils": "^11.11.0",
|
|
59
59
|
"@metamask/eth-query": "^4.0.0",
|
|
60
60
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
61
61
|
"@metamask/nonce-tracker": "^6.0.0",
|
|
62
62
|
"@metamask/rpc-errors": "^7.0.2",
|
|
63
|
-
"@metamask/utils": "^11.2
|
|
63
|
+
"@metamask/utils": "^11.4.2",
|
|
64
64
|
"async-mutex": "^0.5.0",
|
|
65
65
|
"bn.js": "^5.2.1",
|
|
66
66
|
"eth-method-registry": "^4.0.0",
|