Skip to content

Commit d482581

Browse files
authored
Release/799.0.0 (#7872)
## Explanation PR to release transaction-controller polling improvements. ## References <!-- Are there any issues that this pull request is tied to? Are there other links that reviewers should consult to understand these changes better? Are there client or consumer pull requests to adopt any breaking changes? For example: * Fixes #12345 * Related to #67890 --> ## Checklist - [X] I've updated the test suite for new or updated code as appropriate - [X] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [X] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/processes/updating-changelogs.md) - [X] I've introduced [breaking changes](https://github.com/MetaMask/core/tree/main/docs/processes/breaking-changes.md) in this PR and have prepared draft pull requests for clients and consumer packages to resolve them <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Mostly dependency/version churn, but it rolls out a new `transaction-controller` release that changes transaction polling behavior, so downstream runtime behavior could shift if integration assumptions differ. > > **Overview** > Bumps the monorepo release version to `799.0.0` and publishes `@metamask/transaction-controller@62.16.0`. > > Propagates the `@metamask/transaction-controller` dependency bump (`^62.15.0` -> `^62.16.0`) across multiple controller packages (and updates their changelogs), and refreshes `yarn.lock` accordingly. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit a29734a. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 9a6e70d commit d482581

File tree

29 files changed

+52
-41
lines changed

29 files changed

+52
-41
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "798.0.0",
3+
"version": "799.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/assets-controllers/CHANGELOG.md

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

1212
- Bump `@metamask/account-tree-controller` from `^4.0.0` to `^4.1.0` ([#7869](https://github.com/MetaMask/core/pull/7869))
1313
- Bump `@metamask/multichain-account-service` from `^5.1.0` to `^6.0.0` ([#7869](https://github.com/MetaMask/core/pull/7869))
14+
- Bump `@metamask/transaction-controller` from `^62.15.0` to `^62.16.0` ([#7872](https://github.com/MetaMask/core/pull/7872))
1415
- Optimize Price API performance by deduplicating concurrent API calls ([#7811](https://github.com/MetaMask/core/pull/7811))
1516
- Add in-flight promise caching for `fetchSupportedNetworks()` to prevent duplicate concurrent requests
1617
- Update `fetchTokenPrices()` and `fetchExchangeRates()` to only refresh supported networks/currencies when no cached value exists

packages/assets-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@metamask/snaps-sdk": "^10.3.0",
8181
"@metamask/snaps-utils": "^11.7.0",
8282
"@metamask/storage-service": "^1.0.0",
83-
"@metamask/transaction-controller": "^62.15.0",
83+
"@metamask/transaction-controller": "^62.16.0",
8484
"@metamask/utils": "^11.9.0",
8585
"@types/bn.js": "^5.1.5",
8686
"@types/uuid": "^8.3.0",

packages/bridge-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Bump `@metamask/transaction-controller` from `^62.15.0` to `^62.16.0` ([#7872](https://github.com/MetaMask/core/pull/7872))
13+
1014
## [66.0.0]
1115

1216
### Changed

packages/bridge-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@metamask/polling-controller": "^16.0.2",
6767
"@metamask/remote-feature-flag-controller": "^4.0.0",
6868
"@metamask/snaps-controllers": "^17.2.0",
69-
"@metamask/transaction-controller": "^62.15.0",
69+
"@metamask/transaction-controller": "^62.16.0",
7070
"@metamask/utils": "^11.9.0",
7171
"bignumber.js": "^9.1.2",
7272
"reselect": "^5.1.1",

packages/bridge-status-controller/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Bump `@metamask/bridge-controller` from `^65.3.0` to `^66.0.0` ([#7862](https://github.com/MetaMask/core/pull/7862))
13-
- Bump `@metamask/transaction-controller` from `^62.14.0` to `^62.15.0` ([#7854](https://github.com/MetaMask/core/pull/7854))
13+
- Bump `@metamask/transaction-controller` from `^62.14.0` to `^62.16.0` ([#7854](https://github.com/MetaMask/core/pull/7854), [#7872](https://github.com/MetaMask/core/pull/7872))
1414

1515
## [66.0.0]
1616

packages/bridge-status-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@metamask/polling-controller": "^16.0.2",
5858
"@metamask/snaps-controllers": "^17.2.0",
5959
"@metamask/superstruct": "^3.1.0",
60-
"@metamask/transaction-controller": "^62.15.0",
60+
"@metamask/transaction-controller": "^62.16.0",
6161
"@metamask/utils": "^11.9.0",
6262
"bignumber.js": "^9.1.2",
6363
"uuid": "^8.3.2"

packages/earn-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"devDependencies": {
6363
"@metamask/auto-changelog": "^3.4.4",
64-
"@metamask/transaction-controller": "^62.15.0",
64+
"@metamask/transaction-controller": "^62.16.0",
6565
"@ts-bridge/cli": "^0.6.4",
6666
"@types/jest": "^27.5.2",
6767
"deepmerge": "^4.2.2",

packages/eip-5792-middleware/CHANGELOG.md

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

1010
### Changed
1111

12-
- Bump `@metamask/transaction-controller` from `^62.7.0` to `^62.15.0` ([#7596](https://github.com/MetaMask/core/pull/7596), [#7602](https://github.com/MetaMask/core/pull/7602), [#7604](https://github.com/MetaMask/core/pull/7604), [#7642](https://github.com/MetaMask/core/pull/7642), [#7737](https://github.com/MetaMask/core/pull/7737), [#7760](https://github.com/MetaMask/core/pull/7760), [#7775](https://github.com/MetaMask/core/pull/7775), [#7802](https://github.com/MetaMask/core/pull/7802), [#7832](https://github.com/MetaMask/core/pull/7832), [#7854](https://github.com/MetaMask/core/pull/7854))
12+
- Bump `@metamask/transaction-controller` from `^62.7.0` to `^62.16.0` ([#7596](https://github.com/MetaMask/core/pull/7596), [#7602](https://github.com/MetaMask/core/pull/7602), [#7604](https://github.com/MetaMask/core/pull/7604), [#7642](https://github.com/MetaMask/core/pull/7642), [#7737](https://github.com/MetaMask/core/pull/7737), [#7760](https://github.com/MetaMask/core/pull/7760), [#7775](https://github.com/MetaMask/core/pull/7775), [#7802](https://github.com/MetaMask/core/pull/7802), [#7832](https://github.com/MetaMask/core/pull/7832), [#7854](https://github.com/MetaMask/core/pull/7854), [#7872](https://github.com/MetaMask/core/pull/7872))
1313
- Bump `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
1414
- Make `wallet_sendCalls` more reliable ([#7816](https://github.com/MetaMask/core/pull/7816))
1515

packages/eip-5792-middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"@metamask/messenger": "^0.3.0",
5252
"@metamask/superstruct": "^3.1.0",
53-
"@metamask/transaction-controller": "^62.15.0",
53+
"@metamask/transaction-controller": "^62.16.0",
5454
"@metamask/utils": "^11.9.0",
5555
"lodash": "^4.17.21",
5656
"uuid": "^8.3.2"

0 commit comments

Comments
 (0)