Skip to content

Commit e306214

Browse files
committed
Merge branch 'main' into prices-v3-upgrade
2 parents 19323ad + fcb43e6 commit e306214

File tree

118 files changed

+2120
-642
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+2120
-642
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "686.0.0",
3+
"version": "687.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {
@@ -60,10 +60,10 @@
6060
"@metamask/eslint-config-jest": "^14.1.0",
6161
"@metamask/eslint-config-nodejs": "^14.0.0",
6262
"@metamask/eslint-config-typescript": "^14.1.0",
63-
"@metamask/eth-block-tracker": "^14.0.0",
64-
"@metamask/eth-json-rpc-provider": "^5.0.1",
65-
"@metamask/json-rpc-engine": "^10.1.1",
66-
"@metamask/network-controller": "^25.0.0",
63+
"@metamask/eth-block-tracker": "^15.0.0",
64+
"@metamask/eth-json-rpc-provider": "^6.0.0",
65+
"@metamask/json-rpc-engine": "^10.2.0",
66+
"@metamask/network-controller": "^26.0.0",
6767
"@metamask/utils": "^11.8.1",
6868
"@ts-bridge/cli": "^0.6.4",
6969
"@types/jest": "^27.4.1",

packages/account-tree-controller/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.0.0]
11+
12+
### Changed
13+
14+
- **BREAKING:** Bump `@metamask/profile-sync-controller` from `^26.0.0` to `^27.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
15+
- **BREAKING:** Bump `@metamask/multichain-account-service` from `^3.0.0` to `^4.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
16+
- **BREAKING:** Bump `@metamask/keyring-controller` from `^24.0.0` to `^25.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
17+
- **BREAKING:** Bump `@metamask/accounts-controller` from `^34.0.0` to `^35.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
18+
1019
## [3.0.0]
1120

1221
### Changed
@@ -399,7 +408,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
399408
- Initial release ([#5847](https://github.com/MetaMask/core/pull/5847))
400409
- Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types.
401410

402-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@3.0.0...HEAD
411+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@4.0.0...HEAD
412+
[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@3.0.0...@metamask/account-tree-controller@4.0.0
403413
[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@2.0.0...@metamask/account-tree-controller@3.0.0
404414
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@1.6.0...@metamask/account-tree-controller@2.0.0
405415
[1.6.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@1.5.0...@metamask/account-tree-controller@1.6.0

packages/account-tree-controller/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/account-tree-controller",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Controller to group account together based on some pre-defined rules",
55
"keywords": [
66
"MetaMask",
@@ -59,12 +59,12 @@
5959
},
6060
"devDependencies": {
6161
"@metamask/account-api": "^0.12.0",
62-
"@metamask/accounts-controller": "^34.0.0",
62+
"@metamask/accounts-controller": "^35.0.0",
6363
"@metamask/auto-changelog": "^3.4.4",
6464
"@metamask/keyring-api": "^21.0.0",
65-
"@metamask/keyring-controller": "^24.0.0",
66-
"@metamask/multichain-account-service": "^3.0.0",
67-
"@metamask/profile-sync-controller": "^26.0.0",
65+
"@metamask/keyring-controller": "^25.0.0",
66+
"@metamask/multichain-account-service": "^4.0.0",
67+
"@metamask/profile-sync-controller": "^27.0.0",
6868
"@metamask/providers": "^22.1.0",
6969
"@metamask/snaps-controllers": "^14.0.1",
7070
"@ts-bridge/cli": "^0.6.4",
@@ -79,10 +79,10 @@
7979
},
8080
"peerDependencies": {
8181
"@metamask/account-api": "^0.12.0",
82-
"@metamask/accounts-controller": "^34.0.0",
83-
"@metamask/keyring-controller": "^24.0.0",
84-
"@metamask/multichain-account-service": "^3.0.0",
85-
"@metamask/profile-sync-controller": "^26.0.0",
82+
"@metamask/accounts-controller": "^35.0.0",
83+
"@metamask/keyring-controller": "^25.0.0",
84+
"@metamask/multichain-account-service": "^4.0.0",
85+
"@metamask/profile-sync-controller": "^27.0.0",
8686
"@metamask/providers": "^22.0.0",
8787
"@metamask/snaps-controllers": "^14.0.0",
8888
"webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0"

packages/accounts-controller/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [35.0.0]
11+
12+
### Changed
13+
14+
- **BREAKING:** Bump `@metamask/network-controller` from `^25.0.0` to `^26.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
15+
- **BREAKING:** Bump `@metamask/keyring-controller` from `^24.0.0` to `^25.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
16+
1017
## [34.0.0]
1118

1219
### Changed
@@ -649,7 +656,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
649656

650657
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
651658

652-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@34.0.0...HEAD
659+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@35.0.0...HEAD
660+
[35.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@34.0.0...@metamask/accounts-controller@35.0.0
653661
[34.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@33.2.0...@metamask/accounts-controller@34.0.0
654662
[33.2.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@33.1.1...@metamask/accounts-controller@33.2.0
655663
[33.1.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@33.1.0...@metamask/accounts-controller@33.1.1

packages/accounts-controller/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/accounts-controller",
3-
"version": "34.0.0",
3+
"version": "35.0.0",
44
"description": "Manages internal accounts",
55
"keywords": [
66
"MetaMask",
@@ -67,9 +67,9 @@
6767
},
6868
"devDependencies": {
6969
"@metamask/auto-changelog": "^3.4.4",
70-
"@metamask/controller-utils": "^11.15.0",
71-
"@metamask/keyring-controller": "^24.0.0",
72-
"@metamask/network-controller": "^25.0.0",
70+
"@metamask/controller-utils": "^11.16.0",
71+
"@metamask/keyring-controller": "^25.0.0",
72+
"@metamask/network-controller": "^26.0.0",
7373
"@metamask/providers": "^22.1.0",
7474
"@metamask/snaps-controllers": "^14.0.1",
7575
"@ts-bridge/cli": "^0.6.4",
@@ -83,8 +83,8 @@
8383
"webextension-polyfill": "^0.12.0"
8484
},
8585
"peerDependencies": {
86-
"@metamask/keyring-controller": "^24.0.0",
87-
"@metamask/network-controller": "^25.0.0",
86+
"@metamask/keyring-controller": "^25.0.0",
87+
"@metamask/network-controller": "^26.0.0",
8888
"@metamask/providers": "^22.0.0",
8989
"@metamask/snaps-controllers": "^14.0.0",
9090
"webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0"

packages/address-book-controller/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [7.0.1]
11+
12+
### Changed
13+
14+
- Bump `@metamask/controller-utils` from `^11.15.0` to `^11.16.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
15+
1016
## [7.0.0]
1117

1218
### Changed
@@ -257,7 +263,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
257263

258264
All changes listed after this point were applied to this package following the monorepo conversion.
259265

260-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@7.0.0...HEAD
266+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@7.0.1...HEAD
267+
[7.0.1]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@7.0.0...@metamask/address-book-controller@7.0.1
261268
[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@6.2.1...@metamask/address-book-controller@7.0.0
262269
[6.2.1]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@6.2.0...@metamask/address-book-controller@6.2.1
263270
[6.2.0]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@6.1.1...@metamask/address-book-controller@6.2.0

packages/address-book-controller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/address-book-controller",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Manages a list of recipient addresses associated with nicknames",
55
"keywords": [
66
"MetaMask",
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@metamask/base-controller": "^9.0.0",
52-
"@metamask/controller-utils": "^11.15.0",
52+
"@metamask/controller-utils": "^11.16.0",
5353
"@metamask/messenger": "^0.3.0",
5454
"@metamask/utils": "^11.8.1"
5555
},

packages/analytics-controller/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- Initial release of @metamask/analytics-controller.
12+
- Initial release of @metamask/analytics-controller. ([#7017](https://github.com/MetaMask/core/pull/7017), [#7202](https://github.com/MetaMask/core/pull/7202))
1313

1414
[Unreleased]: https://github.com/MetaMask/core/

packages/assets-controllers/CHANGELOG.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- Update `TokenRatesController` to fetch prices by native currency instead of by chain
1616
- Remove legacy polling code and unused events from `TokenRatesController`
1717

18+
## [90.0.0]
19+
20+
### Added
21+
22+
- Added optional filtering of Tron staking tokens (energy, bandwidth) in asset selectors `selectAssetsBySelectedAccountGroup` (defaults to `true`) ([#7198](https://github.com/MetaMask/core/pull/7198))
23+
24+
### Changed
25+
26+
- Bump `@metamask/polling-controller` from `^15.0.0` to `^16.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
27+
- Bump `@metamask/controller-utils` from `^11.15.0` to `^11.16.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
28+
- **BREAKING:** Bump `@metamask/transaction-controller` from `^61.0.0` to `^62.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
29+
- **BREAKING:** Bump `@metamask/preferences-controller` from `^21.0.0` to `^22.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
30+
- **BREAKING:** Bump `@metamask/phishing-controller` from `^15.0.0` to `^16.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
31+
- **BREAKING:** Bump `@metamask/network-controller` from `^25.0.0` to `^26.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
32+
- **BREAKING:** Bump `@metamask/keyring-controller` from `^24.0.0` to `^25.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
33+
- **BREAKING:** Bump `@metamask/core-backend` from `^4.1.0` to `^5.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
34+
- **BREAKING:** Bump `@metamask/accounts-controller` from `^34.0.0` to `^35.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
35+
- **BREAKING:** Bump `@metamask/account-tree-controller` from `^3.0.0` to `^4.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
36+
1837
## [89.0.1]
1938

2039
### Fixed
@@ -253,7 +272,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
253272
### Changed
254273

255274
- **BREAKING:** Change `accountsApiChainIds` parameter from `ChainIdHex[]` to `() => ChainIdHex[]` in both `AccountTrackerController` and `TokenBalancesController` ([#6776](https://github.com/MetaMask/core/pull/6776))
256-
257275
- Enables dynamic configuration of chains that should use Accounts API strategy
258276
- Allows runtime determination of supported chain IDs instead of static array
259277

@@ -309,7 +327,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
309327
### Added
310328

311329
- Add `Monad Mainnet` support ([#6618](https://github.com/MetaMask/core/pull/6618))
312-
313330
- Add `Monad Mainnet` balance scan contract address in `SINGLE_CALL_BALANCES_ADDRESS_BY_CHAINID`
314331
- Add `Monad Mainnet` in `SupportedTokenDetectionNetworks`
315332
- Add `Monad Mainnet` in `SUPPORTED_CHAIN_IDS`
@@ -386,7 +403,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
386403
### Changed
387404

388405
- Improve balance fetching performance and resilience by parallelizing multi-chain operations and moving timeout handling to fetchers ([#6390](https://github.com/MetaMask/core/pull/6390))
389-
390406
- Replace sequential `for` loops with `Promise.allSettled` in `RpcBalanceFetcher` and `AccountTrackerController` for parallel chain processing
391407
- Move timeout handling from controller-level `Promise.race` to fetcher-level `safelyExecuteWithTimeout` for better error isolation
392408
- Add `safelyExecuteWithTimeout` to both `RpcBalanceFetcher` and `AccountsApiBalanceFetcher` to prevent individual chain timeouts from blocking other chains
@@ -398,7 +414,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
398414
### Added
399415

400416
- Enable `AccountTrackerController` to fetch native balances using AccountsAPI when `allowExternalServices` is enabled ([#6369](https://github.com/MetaMask/core/pull/6369))
401-
402417
- Implement native balance fetching via AccountsAPI when `useAccountsAPI` and `allowExternalServices` are both true
403418
- Add fallback to RPC balance fetching when external services are disabled
404419
- Add comprehensive test coverage for both AccountsAPI and RPC balance fetching scenarios
@@ -423,7 +438,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
423438
- Add comprehensive unit tests for token address normalization scenarios
424439

425440
- Fix TokenBalancesController timeout handling by replacing `safelyExecuteWithTimeout` with proper `Promise.race` implementation ([#6365](https://github.com/MetaMask/core/pull/6365))
426-
427441
- Replace `safelyExecuteWithTimeout` which was silently swallowing timeout errors with direct `Promise.race` that properly throws
428442
- Reduce RPC timeout from 3 minutes to 15 seconds for better responsiveness and batch size
429443
- Enable proper fallback between API and RPC balance fetchers when timeouts occur
@@ -2300,7 +2314,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23002314
23012315
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
23022316
2303-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@89.0.1...HEAD
2317+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@90.0.0...HEAD
2318+
[90.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@89.0.1...@metamask/assets-controllers@90.0.0
23042319
[89.0.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@89.0.0...@metamask/assets-controllers@89.0.1
23052320
[89.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@88.0.0...@metamask/assets-controllers@89.0.0
23062321
[88.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@87.1.1...@metamask/assets-controllers@88.0.0

packages/assets-controllers/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/assets-controllers",
3-
"version": "89.0.1",
3+
"version": "90.0.0",
44
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
55
"keywords": [
66
"MetaMask",
@@ -57,12 +57,12 @@
5757
"@metamask/abi-utils": "^2.0.3",
5858
"@metamask/base-controller": "^9.0.0",
5959
"@metamask/contract-metadata": "^2.4.0",
60-
"@metamask/controller-utils": "^11.15.0",
60+
"@metamask/controller-utils": "^11.16.0",
6161
"@metamask/eth-query": "^4.0.0",
6262
"@metamask/keyring-api": "^21.0.0",
6363
"@metamask/messenger": "^0.3.0",
6464
"@metamask/metamask-eth-abis": "^3.1.1",
65-
"@metamask/polling-controller": "^15.0.0",
65+
"@metamask/polling-controller": "^16.0.0",
6666
"@metamask/rpc-errors": "^7.0.2",
6767
"@metamask/snaps-sdk": "^9.0.0",
6868
"@metamask/snaps-utils": "^11.0.0",
@@ -82,23 +82,23 @@
8282
"devDependencies": {
8383
"@babel/runtime": "^7.23.9",
8484
"@metamask/account-api": "^0.12.0",
85-
"@metamask/account-tree-controller": "^3.0.0",
86-
"@metamask/accounts-controller": "^34.0.0",
85+
"@metamask/account-tree-controller": "^4.0.0",
86+
"@metamask/accounts-controller": "^35.0.0",
8787
"@metamask/approval-controller": "^8.0.0",
8888
"@metamask/auto-changelog": "^3.4.4",
89-
"@metamask/core-backend": "^4.1.0",
89+
"@metamask/core-backend": "^5.0.0",
9090
"@metamask/ethjs-provider-http": "^0.3.0",
91-
"@metamask/keyring-controller": "^24.0.0",
91+
"@metamask/keyring-controller": "^25.0.0",
9292
"@metamask/keyring-internal-api": "^9.0.0",
9393
"@metamask/keyring-snap-client": "^8.0.0",
94-
"@metamask/multichain-account-service": "^3.0.0",
95-
"@metamask/network-controller": "^25.0.0",
96-
"@metamask/permission-controller": "^12.1.0",
97-
"@metamask/phishing-controller": "^15.0.1",
98-
"@metamask/preferences-controller": "^21.0.0",
94+
"@metamask/multichain-account-service": "^4.0.0",
95+
"@metamask/network-controller": "^26.0.0",
96+
"@metamask/permission-controller": "^12.1.1",
97+
"@metamask/phishing-controller": "^16.0.0",
98+
"@metamask/preferences-controller": "^22.0.0",
9999
"@metamask/providers": "^22.1.0",
100100
"@metamask/snaps-controllers": "^14.0.1",
101-
"@metamask/transaction-controller": "^61.3.0",
101+
"@metamask/transaction-controller": "^62.0.0",
102102
"@ts-bridge/cli": "^0.6.4",
103103
"@types/jest": "^27.4.1",
104104
"@types/lodash": "^4.14.191",
@@ -115,18 +115,18 @@
115115
"webextension-polyfill": "^0.12.0"
116116
},
117117
"peerDependencies": {
118-
"@metamask/account-tree-controller": "^3.0.0",
119-
"@metamask/accounts-controller": "^34.0.0",
118+
"@metamask/account-tree-controller": "^4.0.0",
119+
"@metamask/accounts-controller": "^35.0.0",
120120
"@metamask/approval-controller": "^8.0.0",
121-
"@metamask/core-backend": "^4.1.0",
122-
"@metamask/keyring-controller": "^24.0.0",
123-
"@metamask/network-controller": "^25.0.0",
121+
"@metamask/core-backend": "^5.0.0",
122+
"@metamask/keyring-controller": "^25.0.0",
123+
"@metamask/network-controller": "^26.0.0",
124124
"@metamask/permission-controller": "^12.0.0",
125-
"@metamask/phishing-controller": "^15.0.0",
126-
"@metamask/preferences-controller": "^21.0.0",
125+
"@metamask/phishing-controller": "^16.0.0",
126+
"@metamask/preferences-controller": "^22.0.0",
127127
"@metamask/providers": "^22.0.0",
128128
"@metamask/snaps-controllers": "^14.0.0",
129-
"@metamask/transaction-controller": "^61.0.0",
129+
"@metamask/transaction-controller": "^62.0.0",
130130
"webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0"
131131
},
132132
"engines": {

0 commit comments

Comments
 (0)