@metamask-previews/assets-controller 3.3.0-preview-ac7a6cc51 → 4.0.0-preview-aedd6e96a
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 +14 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -9,9 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
-
-
|
|
12
|
+
- Bump `@metamask/keyring-controller` from `^25.1.1` to `^25.2.0` ([#8363](https://github.com/MetaMask/core/pull/8363))
|
|
13
|
+
- Bump `@metamask/messenger` from `^1.0.0` to `^1.1.0` ([#8364](https://github.com/MetaMask/core/pull/8364))
|
|
13
14
|
|
|
15
|
+
## [4.0.0]
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- **BREAKING:** `TokenDataSource` constructor now takes `(messenger, options)` instead of `(options)`; `messenger` must be the same `AssetsControllerMessenger` used by `AssetsController` so token metadata enrichment can call `PhishingController:bulkScanTokens` ([#8329](https://github.com/MetaMask/core/pull/8329))
|
|
20
|
+
- Clients must now provide `PhishingController:bulkScanTokens` permission when constructing the controller messenger
|
|
14
21
|
- `TokenDataSource` removes tokens flagged malicious by Blockaid (via `PhishingController:bulkScanTokens`) before merging metadata, instead of filtering non-native tokens by a minimum occurrence count ([#8329](https://github.com/MetaMask/core/pull/8329))
|
|
22
|
+
- Bump `@metamask/assets-controllers` from `^103.1.0` to `^103.1.1` ([#8359](https://github.com/MetaMask/core/pull/8359))
|
|
23
|
+
- Bump `@metamask/network-enablement-controller` from `^5.0.1` to `^5.0.2` ([#8359](https://github.com/MetaMask/core/pull/8359))
|
|
24
|
+
- Bump `@metamask/phishing-controller` from `^17.1.0` to `^17.1.1` ([#8359](https://github.com/MetaMask/core/pull/8359))
|
|
25
|
+
- Bump `@metamask/transaction-controller` from `^63.3.1` to `^64.0.0` ([#8359](https://github.com/MetaMask/core/pull/8359))
|
|
15
26
|
|
|
16
27
|
## [3.3.0]
|
|
17
28
|
|
|
@@ -261,7 +272,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
261
272
|
- Refactor `RpcDataSource` to delegate polling to `BalanceFetcher` and `TokenDetector` services ([#7709](https://github.com/MetaMask/core/pull/7709))
|
|
262
273
|
- Refactor `BalanceFetcher` and `TokenDetector` to extend `StaticIntervalPollingControllerOnly` for independent polling management ([#7709](https://github.com/MetaMask/core/pull/7709))
|
|
263
274
|
|
|
264
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@
|
|
275
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@4.0.0...HEAD
|
|
276
|
+
[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@3.3.0...@metamask/assets-controller@4.0.0
|
|
265
277
|
[3.3.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@3.2.1...@metamask/assets-controller@3.3.0
|
|
266
278
|
[3.2.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@3.2.0...@metamask/assets-controller@3.2.1
|
|
267
279
|
[3.2.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@3.1.1...@metamask/assets-controller@3.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/assets-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-preview-aedd6e96a",
|
|
4
4
|
"description": "Tracks assets balances/prices and handles token detection across all digital assets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -52,25 +52,25 @@
|
|
|
52
52
|
"@ethersproject/abi": "^5.7.0",
|
|
53
53
|
"@ethersproject/providers": "^5.7.0",
|
|
54
54
|
"@metamask/account-tree-controller": "^7.0.0",
|
|
55
|
-
"@metamask/assets-controllers": "^103.1.
|
|
55
|
+
"@metamask/assets-controllers": "^103.1.1",
|
|
56
56
|
"@metamask/base-controller": "^9.0.1",
|
|
57
57
|
"@metamask/client-controller": "^1.0.1",
|
|
58
58
|
"@metamask/controller-utils": "^11.20.0",
|
|
59
59
|
"@metamask/core-backend": "^6.2.1",
|
|
60
60
|
"@metamask/keyring-api": "^21.6.0",
|
|
61
|
-
"@metamask/keyring-controller": "^25.
|
|
61
|
+
"@metamask/keyring-controller": "^25.2.0",
|
|
62
62
|
"@metamask/keyring-internal-api": "^10.0.0",
|
|
63
63
|
"@metamask/keyring-snap-client": "^8.2.0",
|
|
64
|
-
"@metamask/messenger": "^1.
|
|
64
|
+
"@metamask/messenger": "^1.1.0",
|
|
65
65
|
"@metamask/network-controller": "^30.0.1",
|
|
66
|
-
"@metamask/network-enablement-controller": "^5.0.
|
|
66
|
+
"@metamask/network-enablement-controller": "^5.0.2",
|
|
67
67
|
"@metamask/permission-controller": "^12.3.0",
|
|
68
|
-
"@metamask/phishing-controller": "^17.1.
|
|
68
|
+
"@metamask/phishing-controller": "^17.1.1",
|
|
69
69
|
"@metamask/polling-controller": "^16.0.4",
|
|
70
70
|
"@metamask/preferences-controller": "^23.1.0",
|
|
71
71
|
"@metamask/snaps-controllers": "^19.0.0",
|
|
72
72
|
"@metamask/snaps-utils": "^12.1.2",
|
|
73
|
-
"@metamask/transaction-controller": "^
|
|
73
|
+
"@metamask/transaction-controller": "^64.0.0",
|
|
74
74
|
"@metamask/utils": "^11.9.0",
|
|
75
75
|
"async-mutex": "^0.5.0",
|
|
76
76
|
"bignumber.js": "^9.1.2",
|