@metamask/assets-controllers 70.0.0 → 70.0.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 +6 -6
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
|
+
## [70.0.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
|
## [70.0.0]
|
|
11
19
|
|
|
12
20
|
### Changed
|
|
@@ -1745,7 +1753,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1745
1753
|
|
|
1746
1754
|
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
|
|
1747
1755
|
|
|
1748
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@70.0.
|
|
1756
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@70.0.1...HEAD
|
|
1757
|
+
[70.0.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@70.0.0...@metamask/assets-controllers@70.0.1
|
|
1749
1758
|
[70.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@69.0.0...@metamask/assets-controllers@70.0.0
|
|
1750
1759
|
[69.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@68.2.0...@metamask/assets-controllers@69.0.0
|
|
1751
1760
|
[68.2.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@68.1.0...@metamask/assets-controllers@68.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/assets-controllers",
|
|
3
|
-
"version": "70.0.
|
|
3
|
+
"version": "70.0.1",
|
|
4
4
|
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@metamask/abi-utils": "^2.0.3",
|
|
57
57
|
"@metamask/base-controller": "^8.0.1",
|
|
58
58
|
"@metamask/contract-metadata": "^2.4.0",
|
|
59
|
-
"@metamask/controller-utils": "^11.
|
|
59
|
+
"@metamask/controller-utils": "^11.11.0",
|
|
60
60
|
"@metamask/eth-query": "^4.0.0",
|
|
61
61
|
"@metamask/keyring-api": "^18.0.0",
|
|
62
62
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@metamask/rpc-errors": "^7.0.2",
|
|
65
65
|
"@metamask/snaps-sdk": "^9.0.0",
|
|
66
66
|
"@metamask/snaps-utils": "^11.0.0",
|
|
67
|
-
"@metamask/utils": "^11.2
|
|
67
|
+
"@metamask/utils": "^11.4.2",
|
|
68
68
|
"@types/bn.js": "^5.1.5",
|
|
69
69
|
"@types/uuid": "^8.3.0",
|
|
70
70
|
"async-mutex": "^0.5.0",
|
|
@@ -82,16 +82,16 @@
|
|
|
82
82
|
"@metamask/approval-controller": "^7.1.3",
|
|
83
83
|
"@metamask/auto-changelog": "^3.4.4",
|
|
84
84
|
"@metamask/ethjs-provider-http": "^0.3.0",
|
|
85
|
-
"@metamask/keyring-controller": "^22.0
|
|
85
|
+
"@metamask/keyring-controller": "^22.1.0",
|
|
86
86
|
"@metamask/keyring-internal-api": "^6.2.0",
|
|
87
87
|
"@metamask/keyring-snap-client": "^5.0.0",
|
|
88
88
|
"@metamask/network-controller": "^24.0.0",
|
|
89
89
|
"@metamask/permission-controller": "^11.0.6",
|
|
90
90
|
"@metamask/phishing-controller": "^12.6.0",
|
|
91
|
-
"@metamask/preferences-controller": "^18.4.
|
|
91
|
+
"@metamask/preferences-controller": "^18.4.1",
|
|
92
92
|
"@metamask/providers": "^22.1.0",
|
|
93
93
|
"@metamask/snaps-controllers": "^14.0.1",
|
|
94
|
-
"@metamask/transaction-controller": "^58.1.
|
|
94
|
+
"@metamask/transaction-controller": "^58.1.1",
|
|
95
95
|
"@types/jest": "^27.4.1",
|
|
96
96
|
"@types/lodash": "^4.14.191",
|
|
97
97
|
"@types/node": "^16.18.54",
|