@metamask-previews/assets-controllers 100.1.0-preview-1c2b324fd → 100.2.0-preview-00245ea

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [100.2.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add optional `networkConfigurationsByChainId` parameter to `calculateBalanceForAllWallets`, `calculateBalanceChangeForAllWallets`, and `calculateBalanceChangeForAccountGroup`. When provided, native (and staked-native) token balances fall back to `CurrencyRateController` when `TokenRatesController` has no market data for the chain, so aggregated balance can be displayed when only a native-currency rate is available. Export type `NetworkConfigurationNativeCurrency` for consumers passing network configs into these functions ([#8141](https://github.com/MetaMask/core/pull/8141))
@@ -16,6 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
18
  - Optimize NFT Controller state writes from O(2n) to O(2) for NFT detection by batching contract and NFT additions ([#8079](https://github.com/MetaMask/core/pull/8079))
17
19
  - Remove on-chain ERC-721 RPC fallback for contract name and symbol in `NftController`; contract metadata is now sourced exclusively from the NFT API, eliminating `getERC721AssetName`/`getERC721AssetSymbol` calls during NFT detection. NFT contracts that previously had `name` or `symbol` populated via on-chain calls will no longer have those fields if the NFT API does not supply them ([#8079](https://github.com/MetaMask/core/pull/8079))
18
20
  - When `isHomepageSectionsV1Enabled` is true, `AccountTrackerController` now uses all popular EVM networks (via `NetworkEnablementController:listPopularEvmNetworks`) for balance refresh on account change and keyring unlock, instead of only the enabled networks from `NetworkEnablementController` state ([#8117](https://github.com/MetaMask/core/pull/8117))
21
+ - Bump `@metamask/account-tree-controller` from `4.1.1` to `5.0.0` ([#8140](https://github.com/MetaMask/core/pull/8140))
22
+ - Bump `@metamask/accounts-controller` from `36.0.1` to `37.0.0` ([#8140](https://github.com/MetaMask/core/pull/8140))
23
+ - Bump `@metamask/core-backend` from `6.0.0` to `6.1.0` ([#8140](https://github.com/MetaMask/core/pull/8140))
24
+ - Bump `@metamask/multichain-account-service` from `7.0.0` to `7.1.0` ([#8140](https://github.com/MetaMask/core/pull/8140))
25
+ - Bump `@metamask/preferences-controller` from `22.1.0` to `23.0.0` ([#8140](https://github.com/MetaMask/core/pull/8140))
26
+ - Bump `@metamask/transaction-controller` from `62.20.0` to `62.21.0` ([#8140](https://github.com/MetaMask/core/pull/8140))
19
27
 
20
28
  ### Fixed
21
29
 
@@ -2765,7 +2773,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2765
2773
 
2766
2774
  - Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
2767
2775
 
2768
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.1.0...HEAD
2776
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.2.0...HEAD
2777
+ [100.2.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.1.0...@metamask/assets-controllers@100.2.0
2769
2778
  [100.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.0.3...@metamask/assets-controllers@100.1.0
2770
2779
  [100.0.3]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.0.2...@metamask/assets-controllers@100.0.3
2771
2780
  [100.0.2]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.0.1...@metamask/assets-controllers@100.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/assets-controllers",
3
- "version": "100.1.0-preview-1c2b324fd",
3
+ "version": "100.2.0-preview-00245ea",
4
4
  "description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -54,32 +54,32 @@
54
54
  "@ethersproject/contracts": "^5.7.0",
55
55
  "@ethersproject/providers": "^5.7.0",
56
56
  "@metamask/abi-utils": "^2.0.3",
57
- "@metamask/account-tree-controller": "^4.1.1",
58
- "@metamask/accounts-controller": "^36.0.1",
57
+ "@metamask/account-tree-controller": "^5.0.0",
58
+ "@metamask/accounts-controller": "^37.0.0",
59
59
  "@metamask/approval-controller": "^8.0.0",
60
60
  "@metamask/base-controller": "^9.0.0",
61
61
  "@metamask/contract-metadata": "^2.4.0",
62
62
  "@metamask/controller-utils": "^11.19.0",
63
- "@metamask/core-backend": "^6.0.0",
63
+ "@metamask/core-backend": "^6.1.0",
64
64
  "@metamask/eth-query": "^4.0.0",
65
65
  "@metamask/keyring-api": "^21.5.0",
66
66
  "@metamask/keyring-controller": "^25.1.0",
67
67
  "@metamask/messenger": "^0.3.0",
68
68
  "@metamask/metamask-eth-abis": "^3.1.1",
69
- "@metamask/multichain-account-service": "^7.0.0",
69
+ "@metamask/multichain-account-service": "^7.1.0",
70
70
  "@metamask/network-controller": "^30.0.0",
71
71
  "@metamask/network-enablement-controller": "^4.2.0",
72
72
  "@metamask/permission-controller": "^12.2.0",
73
73
  "@metamask/phishing-controller": "^16.3.0",
74
74
  "@metamask/polling-controller": "^16.0.3",
75
- "@metamask/preferences-controller": "^22.1.0",
75
+ "@metamask/preferences-controller": "^23.0.0",
76
76
  "@metamask/profile-sync-controller": "^27.1.0",
77
77
  "@metamask/rpc-errors": "^7.0.2",
78
78
  "@metamask/snaps-controllers": "^17.2.0",
79
79
  "@metamask/snaps-sdk": "^10.3.0",
80
80
  "@metamask/snaps-utils": "^11.7.0",
81
81
  "@metamask/storage-service": "^1.0.0",
82
- "@metamask/transaction-controller": "^62.20.0",
82
+ "@metamask/transaction-controller": "^62.21.0",
83
83
  "@metamask/utils": "^11.9.0",
84
84
  "@types/bn.js": "^5.1.5",
85
85
  "@types/uuid": "^8.3.0",