@metamask-previews/assets-controller 11.1.0-preview-acc8294b8 → 11.1.1-preview-5959fe813
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 +7 -7
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
|
+
## [11.1.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/transaction-controller` from `^69.1.0` to `^69.2.1` ([#9589](https://github.com/MetaMask/core/pull/9589), [#9593](https://github.com/MetaMask/core/pull/9593))
|
|
15
|
+
- Bump `@metamask/assets-controllers` from `^109.4.1` to `^110.0.0` ([#9593](https://github.com/MetaMask/core/pull/9593))
|
|
16
|
+
- Bump `@metamask/core-backend` from `^6.5.0` to `^7.0.0` ([#9593](https://github.com/MetaMask/core/pull/9593))
|
|
17
|
+
|
|
10
18
|
### Fixed
|
|
11
19
|
|
|
12
20
|
- `TokenDataSource` balance-only metadata heals no longer apply EVM occurrence / non-EVM Blockaid spam filtering (or delete those holdings from `assetsBalance`); filtering still applies to newly `detectedAssets`. Fixes missing `assetsInfo` for already-tracked balances after [#9547](https://github.com/MetaMask/core/pull/9547) ([#9584](https://github.com/MetaMask/core/pull/9584))
|
|
@@ -758,7 +766,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
758
766
|
- Refactor `RpcDataSource` to delegate polling to `BalanceFetcher` and `TokenDetector` services ([#7709](https://github.com/MetaMask/core/pull/7709))
|
|
759
767
|
- Refactor `BalanceFetcher` and `TokenDetector` to extend `StaticIntervalPollingControllerOnly` for independent polling management ([#7709](https://github.com/MetaMask/core/pull/7709))
|
|
760
768
|
|
|
761
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@11.1.
|
|
769
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@11.1.1...HEAD
|
|
770
|
+
[11.1.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@11.1.0...@metamask/assets-controller@11.1.1
|
|
762
771
|
[11.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@11.0.0...@metamask/assets-controller@11.1.0
|
|
763
772
|
[11.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@10.2.1...@metamask/assets-controller@11.0.0
|
|
764
773
|
[10.2.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@10.2.0...@metamask/assets-controller@10.2.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/assets-controller",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.1-preview-5959fe813",
|
|
4
4
|
"description": "Tracks assets balances/prices and handles token detection across all digital assets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
"@ethersproject/providers": "^5.7.0",
|
|
61
61
|
"@metamask/account-tree-controller": "^7.5.5",
|
|
62
62
|
"@metamask/accounts-controller": "^39.0.5",
|
|
63
|
-
"@metamask/assets-controllers": "^
|
|
63
|
+
"@metamask/assets-controllers": "^110.0.0",
|
|
64
64
|
"@metamask/base-controller": "^9.1.0",
|
|
65
65
|
"@metamask/client-controller": "^1.0.1",
|
|
66
66
|
"@metamask/controller-utils": "^12.3.0",
|
|
67
|
-
"@metamask/core-backend": "^
|
|
67
|
+
"@metamask/core-backend": "^7.0.0",
|
|
68
68
|
"@metamask/keyring-api": "^23.5.0",
|
|
69
69
|
"@metamask/keyring-controller": "^27.1.0",
|
|
70
70
|
"@metamask/keyring-internal-api": "^11.0.1",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@metamask/remote-feature-flag-controller": "^4.2.2",
|
|
80
80
|
"@metamask/snaps-controllers": "^19.0.0",
|
|
81
81
|
"@metamask/snaps-utils": "^12.1.2",
|
|
82
|
-
"@metamask/transaction-controller": "^69.1
|
|
82
|
+
"@metamask/transaction-controller": "^69.2.1",
|
|
83
83
|
"@metamask/utils": "^11.11.0",
|
|
84
84
|
"async-mutex": "^0.5.0",
|
|
85
85
|
"bignumber.js": "^9.1.2",
|
|
@@ -89,11 +89,11 @@
|
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@metamask/auto-changelog": "^6.1.0",
|
|
91
91
|
"@ts-bridge/cli": "^0.6.4",
|
|
92
|
-
"@types/jest": "^
|
|
92
|
+
"@types/jest": "^30.0.0",
|
|
93
93
|
"@types/lodash": "^4.14.191",
|
|
94
94
|
"deepmerge": "^4.2.2",
|
|
95
|
-
"jest": "^
|
|
96
|
-
"ts-jest": "^29.
|
|
95
|
+
"jest": "^30.4.2",
|
|
96
|
+
"ts-jest": "^29.4.11",
|
|
97
97
|
"tsx": "^4.20.5",
|
|
98
98
|
"typedoc": "^0.25.13",
|
|
99
99
|
"typedoc-plugin-missing-exports": "^2.0.0",
|