diff --git a/package.json b/package.json index 394e537771a..fa9428d1793 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/core-monorepo", - "version": "1228.0.0", + "version": "1229.0.0", "private": true, "description": "Monorepo for packages shared between MetaMask clients", "repository": { diff --git a/packages/assets-controller/CHANGELOG.md b/packages/assets-controller/CHANGELOG.md index 8c69404c1d8..7b3dc633a8c 100644 --- a/packages/assets-controller/CHANGELOG.md +++ b/packages/assets-controller/CHANGELOG.md @@ -14,11 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Bump `@metamask/phishing-controller` from `^17.4.0` to `^17.4.1` ([#10080](https://github.com/MetaMask/core/pull/10080)) - **BREAKING:** `AssetsControllerMessenger` now requires `AccountTreeController:isInitialized`, `ClientController:getState`, and `KeyringController:isUnlocked` so lifecycle checks read controller state on demand instead of mirroring it from events ([#10059](https://github.com/MetaMask/core/pull/10059)) - Hosts that restrict which actions flow through the `AssetsController` messenger must delegate these three actions - `AccountTreeController:stateChange` is no longer subscribed to; remove it from allowed events if your messenger wiring lists events explicitly - Revert to `selectedAccountGroupChange` for account-group switches; snap accounts added mid-session are picked up on restart ([#10059](https://github.com/MetaMask/core/pull/10059)) -- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.7.0` ([#10046](https://github.com/MetaMask/core/pull/10046)) +- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.8.0` ([#10046](https://github.com/MetaMask/core/pull/10046), [#10080](https://github.com/MetaMask/core/pull/10080)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) ### Fixed diff --git a/packages/assets-controller/package.json b/packages/assets-controller/package.json index 622b5a49c41..7f1d95c551e 100644 --- a/packages/assets-controller/package.json +++ b/packages/assets-controller/package.json @@ -74,13 +74,13 @@ "@metamask/network-controller": "^36.0.0", "@metamask/network-enablement-controller": "^6.0.5", "@metamask/permission-controller": "^13.1.1", - "@metamask/phishing-controller": "^17.4.0", + "@metamask/phishing-controller": "^17.4.1", "@metamask/polling-controller": "^16.0.9", "@metamask/preferences-controller": "^23.1.0", "@metamask/remote-feature-flag-controller": "^6.1.0", "@metamask/snaps-controllers": "^19.0.0", "@metamask/snaps-utils": "^12.1.2", - "@metamask/transaction-controller": "^69.7.0", + "@metamask/transaction-controller": "^69.8.0", "@metamask/utils": "^11.12.0", "async-mutex": "^0.5.0", "bignumber.js": "^9.1.2", diff --git a/packages/assets-controllers/CHANGELOG.md b/packages/assets-controllers/CHANGELOG.md index 3dcc0168737..d44e0eac632 100644 --- a/packages/assets-controllers/CHANGELOG.md +++ b/packages/assets-controllers/CHANGELOG.md @@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Bump `@metamask/phishing-controller` from `^17.4.0` to `^17.4.1` ([#10080](https://github.com/MetaMask/core/pull/10080)) - Bump `@metamask/remote-feature-flag-controller` from `^6.0.0` to `^6.1.0` ([#9980](https://github.com/MetaMask/core/pull/9980)) -- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.7.0` ([#10046](https://github.com/MetaMask/core/pull/10046)) +- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.8.0` ([#10046](https://github.com/MetaMask/core/pull/10046), [#10080](https://github.com/MetaMask/core/pull/10080)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) ## [111.1.3] diff --git a/packages/assets-controllers/package.json b/packages/assets-controllers/package.json index 279dd7c1ae2..3371c81eaf0 100644 --- a/packages/assets-controllers/package.json +++ b/packages/assets-controllers/package.json @@ -78,7 +78,7 @@ "@metamask/network-controller": "^36.0.0", "@metamask/network-enablement-controller": "^6.0.5", "@metamask/permission-controller": "^13.1.1", - "@metamask/phishing-controller": "^17.4.0", + "@metamask/phishing-controller": "^17.4.1", "@metamask/polling-controller": "^16.0.9", "@metamask/preferences-controller": "^23.1.0", "@metamask/profile-sync-controller": "^29.0.0", @@ -88,7 +88,7 @@ "@metamask/snaps-sdk": "^11.0.0", "@metamask/snaps-utils": "^12.1.2", "@metamask/storage-service": "^1.0.2", - "@metamask/transaction-controller": "^69.7.0", + "@metamask/transaction-controller": "^69.8.0", "@metamask/utils": "^11.12.0", "@tanstack/query-core": "^5.62.16", "@types/bn.js": "^5.1.5", diff --git a/packages/bridge-controller/CHANGELOG.md b/packages/bridge-controller/CHANGELOG.md index 92a67ae0a9b..173074c2cd2 100644 --- a/packages/bridge-controller/CHANGELOG.md +++ b/packages/bridge-controller/CHANGELOG.md @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Bump `@metamask/assets-controller` from `^14.0.2` to `^14.0.3` ([#10042](https://github.com/MetaMask/core/pull/10042)) -- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.7.0` ([#10046](https://github.com/MetaMask/core/pull/10046)) +- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.8.0` ([#10046](https://github.com/MetaMask/core/pull/10046), [#10080](https://github.com/MetaMask/core/pull/10080)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) ## [80.1.1] diff --git a/packages/bridge-controller/package.json b/packages/bridge-controller/package.json index 83a723e2ceb..e49c50185e0 100644 --- a/packages/bridge-controller/package.json +++ b/packages/bridge-controller/package.json @@ -74,7 +74,7 @@ "@metamask/profile-sync-controller": "^29.0.0", "@metamask/remote-feature-flag-controller": "^6.1.0", "@metamask/snaps-controllers": "^19.0.0", - "@metamask/transaction-controller": "^69.7.0", + "@metamask/transaction-controller": "^69.8.0", "@metamask/utils": "^11.12.0", "bignumber.js": "^9.1.2", "reselect": "^5.1.1", diff --git a/packages/bridge-status-controller/CHANGELOG.md b/packages/bridge-status-controller/CHANGELOG.md index bef7ab35c22..2a87d6b0adb 100644 --- a/packages/bridge-status-controller/CHANGELOG.md +++ b/packages/bridge-status-controller/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Bump `@metamask/bridge-controller` from `^80.1.0` to `^80.1.1` ([#10035](https://github.com/MetaMask/core/pull/10035)) -- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.7.0` ([#10046](https://github.com/MetaMask/core/pull/10046)) +- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.8.0` ([#10046](https://github.com/MetaMask/core/pull/10046), [#10080](https://github.com/MetaMask/core/pull/10080)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) ## [75.4.0] diff --git a/packages/bridge-status-controller/package.json b/packages/bridge-status-controller/package.json index abb7362d383..6da7c2dd7b0 100644 --- a/packages/bridge-status-controller/package.json +++ b/packages/bridge-status-controller/package.json @@ -66,7 +66,7 @@ "@metamask/profile-sync-controller": "^29.0.0", "@metamask/snaps-controllers": "^19.0.0", "@metamask/superstruct": "^3.4.1", - "@metamask/transaction-controller": "^69.7.0", + "@metamask/transaction-controller": "^69.8.0", "@metamask/utils": "^11.12.0", "bignumber.js": "^9.1.2", "uuid": "^8.3.2" diff --git a/packages/client-utils/CHANGELOG.md b/packages/client-utils/CHANGELOG.md index 05e00173553..420a9a3f390 100644 --- a/packages/client-utils/CHANGELOG.md +++ b/packages/client-utils/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/transaction-controller` from `^69.6.0` to `^69.7.0` ([#9969](https://github.com/MetaMask/core/pull/9969), [#10046](https://github.com/MetaMask/core/pull/10046)) +- Bump `@metamask/transaction-controller` from `^69.6.0` to `^69.8.0` ([#9969](https://github.com/MetaMask/core/pull/9969), [#10080](https://github.com/MetaMask/core/pull/10080), [#10046](https://github.com/MetaMask/core/pull/10046)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) ## [2.1.1] diff --git a/packages/client-utils/package.json b/packages/client-utils/package.json index 27971d4dab1..900dcaf1ca9 100644 --- a/packages/client-utils/package.json +++ b/packages/client-utils/package.json @@ -60,7 +60,7 @@ "@metamask/core-backend": "^9.0.0", "@metamask/keyring-api": "^24.0.0", "@metamask/slip44": "^4.3.0", - "@metamask/transaction-controller": "^69.7.0", + "@metamask/transaction-controller": "^69.8.0", "@metamask/utils": "^11.12.0", "eth-chainlist": "^0.0.795" }, diff --git a/packages/earn-controller/CHANGELOG.md b/packages/earn-controller/CHANGELOG.md index 032428af6fd..429142f05a1 100644 --- a/packages/earn-controller/CHANGELOG.md +++ b/packages/earn-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Bump `@metamask/transaction-controller` from `^69.7.0` to `^69.8.0` ([#10080](https://github.com/MetaMask/core/pull/10080)) + ## [12.2.6] ### Changed diff --git a/packages/earn-controller/package.json b/packages/earn-controller/package.json index bbee496e6ea..8f91d53ff49 100644 --- a/packages/earn-controller/package.json +++ b/packages/earn-controller/package.json @@ -68,7 +68,7 @@ }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", - "@metamask/transaction-controller": "^69.7.0", + "@metamask/transaction-controller": "^69.8.0", "@ts-bridge/cli": "^0.6.4", "@types/jest": "^30.0.0", "deepmerge": "^4.2.2", diff --git a/packages/eip-5792-middleware/CHANGELOG.md b/packages/eip-5792-middleware/CHANGELOG.md index aa3709eab7e..2d1d8d10f5d 100644 --- a/packages/eip-5792-middleware/CHANGELOG.md +++ b/packages/eip-5792-middleware/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/transaction-controller` from `^69.0.0` to `^69.7.0` ([#9568](https://github.com/MetaMask/core/pull/9568), [#9589](https://github.com/MetaMask/core/pull/9589), [#9593](https://github.com/MetaMask/core/pull/9593), [#9693](https://github.com/MetaMask/core/pull/9693), [#9735](https://github.com/MetaMask/core/pull/9735), [#9780](https://github.com/MetaMask/core/pull/9780), [#9798](https://github.com/MetaMask/core/pull/9798), [#9823](https://github.com/MetaMask/core/pull/9823), [#9960](https://github.com/MetaMask/core/pull/9960), [#9969](https://github.com/MetaMask/core/pull/9969), [#10046](https://github.com/MetaMask/core/pull/10046)) +- Bump `@metamask/transaction-controller` from `^69.0.0` to `^69.8.0` ([#9568](https://github.com/MetaMask/core/pull/9568), [#10080](https://github.com/MetaMask/core/pull/10080), [#9589](https://github.com/MetaMask/core/pull/9589), [#9593](https://github.com/MetaMask/core/pull/9593), [#9693](https://github.com/MetaMask/core/pull/9693), [#9735](https://github.com/MetaMask/core/pull/9735), [#9780](https://github.com/MetaMask/core/pull/9780), [#9798](https://github.com/MetaMask/core/pull/9798), [#9823](https://github.com/MetaMask/core/pull/9823), [#9960](https://github.com/MetaMask/core/pull/9960), [#9969](https://github.com/MetaMask/core/pull/9969), [#10046](https://github.com/MetaMask/core/pull/10046)) - Bump `@metamask/superstruct` from `^3.1.0` to `^3.4.1` ([#9754](https://github.com/MetaMask/core/pull/9754)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) diff --git a/packages/eip-5792-middleware/package.json b/packages/eip-5792-middleware/package.json index 7b31438e486..1ea85965645 100644 --- a/packages/eip-5792-middleware/package.json +++ b/packages/eip-5792-middleware/package.json @@ -56,7 +56,7 @@ "@metamask/messenger": "^2.0.0", "@metamask/preferences-controller": "^23.1.0", "@metamask/superstruct": "^3.4.1", - "@metamask/transaction-controller": "^69.7.0", + "@metamask/transaction-controller": "^69.8.0", "@metamask/utils": "^11.12.0", "lodash": "^4.17.21", "uuid": "^8.3.2" diff --git a/packages/gator-permissions-controller/CHANGELOG.md b/packages/gator-permissions-controller/CHANGELOG.md index 39503db5b3a..4b7f8472979 100644 --- a/packages/gator-permissions-controller/CHANGELOG.md +++ b/packages/gator-permissions-controller/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.7.0` ([#10046](https://github.com/MetaMask/core/pull/10046)) +- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.8.0` ([#10046](https://github.com/MetaMask/core/pull/10046), [#10080](https://github.com/MetaMask/core/pull/10080)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) ## [5.0.2] diff --git a/packages/gator-permissions-controller/package.json b/packages/gator-permissions-controller/package.json index f906fc619fe..44fb2dc4a02 100644 --- a/packages/gator-permissions-controller/package.json +++ b/packages/gator-permissions-controller/package.json @@ -65,7 +65,7 @@ "@metamask/snaps-controllers": "^19.0.0", "@metamask/snaps-sdk": "^11.0.0", "@metamask/snaps-utils": "^12.1.2", - "@metamask/transaction-controller": "^69.7.0", + "@metamask/transaction-controller": "^69.8.0", "@metamask/utils": "^11.12.0" }, "devDependencies": { diff --git a/packages/money-account-utils/CHANGELOG.md b/packages/money-account-utils/CHANGELOG.md index 5518297bf6b..a012cdedec9 100644 --- a/packages/money-account-utils/CHANGELOG.md +++ b/packages/money-account-utils/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/transaction-controller` from `^69.4.0` to `^69.7.0` ([#9780](https://github.com/MetaMask/core/pull/9780), [#9798](https://github.com/MetaMask/core/pull/9798), [#9823](https://github.com/MetaMask/core/pull/9823), [#9960](https://github.com/MetaMask/core/pull/9960), [#9969](https://github.com/MetaMask/core/pull/9969), [#10046](https://github.com/MetaMask/core/pull/10046)) +- Bump `@metamask/transaction-controller` from `^69.4.0` to `^69.8.0` ([#9780](https://github.com/MetaMask/core/pull/9780), [#10080](https://github.com/MetaMask/core/pull/10080), [#9798](https://github.com/MetaMask/core/pull/9798), [#9823](https://github.com/MetaMask/core/pull/9823), [#9960](https://github.com/MetaMask/core/pull/9960), [#9969](https://github.com/MetaMask/core/pull/9969), [#10046](https://github.com/MetaMask/core/pull/10046)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) ## [1.1.0] diff --git a/packages/money-account-utils/package.json b/packages/money-account-utils/package.json index 4fd6173bc7a..94ee04e94f8 100644 --- a/packages/money-account-utils/package.json +++ b/packages/money-account-utils/package.json @@ -58,7 +58,7 @@ "@ethersproject/abi": "^5.7.0", "@ethersproject/abstract-provider": "^5.7.0", "@ethersproject/contracts": "^5.7.0", - "@metamask/transaction-controller": "^69.7.0", + "@metamask/transaction-controller": "^69.8.0", "@metamask/utils": "^11.12.0" }, "devDependencies": { diff --git a/packages/network-enablement-controller/CHANGELOG.md b/packages/network-enablement-controller/CHANGELOG.md index 1886bf2c609..fb45734cee0 100644 --- a/packages/network-enablement-controller/CHANGELOG.md +++ b/packages/network-enablement-controller/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.7.0` ([#10046](https://github.com/MetaMask/core/pull/10046)) +- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.8.0` ([#10046](https://github.com/MetaMask/core/pull/10046), [#10080](https://github.com/MetaMask/core/pull/10080)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) ## [6.0.5] diff --git a/packages/network-enablement-controller/package.json b/packages/network-enablement-controller/package.json index 6053d9b2c58..5a0f4f5d57b 100644 --- a/packages/network-enablement-controller/package.json +++ b/packages/network-enablement-controller/package.json @@ -63,7 +63,7 @@ "@metamask/multichain-network-controller": "^3.2.4", "@metamask/network-controller": "^36.0.0", "@metamask/slip44": "^4.3.0", - "@metamask/transaction-controller": "^69.7.0", + "@metamask/transaction-controller": "^69.8.0", "@metamask/utils": "^11.12.0", "reselect": "^5.1.1" }, diff --git a/packages/perps-controller/CHANGELOG.md b/packages/perps-controller/CHANGELOG.md index a0c73b5cc60..a3ad06f3a1e 100644 --- a/packages/perps-controller/CHANGELOG.md +++ b/packages/perps-controller/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Bump `@metamask/transaction-controller` from `^69.7.0` to `^69.8.0` ([#10080](https://github.com/MetaMask/core/pull/10080)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) ### Removed diff --git a/packages/perps-controller/package.json b/packages/perps-controller/package.json index 4da800e7204..0f67753a7a1 100644 --- a/packages/perps-controller/package.json +++ b/packages/perps-controller/package.json @@ -116,7 +116,7 @@ "@metamask/network-controller": "^36.0.0", "@metamask/profile-sync-controller": "^29.0.0", "@metamask/remote-feature-flag-controller": "^6.1.0", - "@metamask/transaction-controller": "^69.7.0", + "@metamask/transaction-controller": "^69.8.0", "@ts-bridge/cli": "^0.6.4", "@types/jest": "^30.0.0", "@types/uuid": "^8.3.0", diff --git a/packages/phishing-controller/CHANGELOG.md b/packages/phishing-controller/CHANGELOG.md index 480fe14ee49..3e1c34b6124 100644 --- a/packages/phishing-controller/CHANGELOG.md +++ b/packages/phishing-controller/CHANGELOG.md @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [17.4.1] + ### Changed - Optimize C2 domain blocklist lookups by switching internal storage from `Array` to `Set`, reducing per-lookup complexity from O(n) to O(1) ([#6388](https://github.com/MetaMask/core/pull/6388)) -- Bump `@metamask/transaction-controller` from `^69.5.2` to `^69.7.0` ([#9960](https://github.com/MetaMask/core/pull/9960), [#9969](https://github.com/MetaMask/core/pull/9969), [#10046](https://github.com/MetaMask/core/pull/10046)) +- Bump `@metamask/transaction-controller` from `^69.5.2` to `^69.8.0` ([#9960](https://github.com/MetaMask/core/pull/9960), [#9969](https://github.com/MetaMask/core/pull/9969), [#10046](https://github.com/MetaMask/core/pull/10046), [#10080](https://github.com/MetaMask/core/pull/10080)) ### Fixed @@ -652,7 +654,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.4.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.4.1...HEAD +[17.4.1]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.4.0...@metamask/phishing-controller@17.4.1 [17.4.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.3.1...@metamask/phishing-controller@17.4.0 [17.3.1]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.3.0...@metamask/phishing-controller@17.3.1 [17.3.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.2.1...@metamask/phishing-controller@17.3.0 diff --git a/packages/phishing-controller/package.json b/packages/phishing-controller/package.json index d9791355ddf..455b3c13134 100644 --- a/packages/phishing-controller/package.json +++ b/packages/phishing-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/phishing-controller", - "version": "17.4.0", + "version": "17.4.1", "description": "Maintains a periodically updated list of approved and unapproved website origins", "keywords": [ "Ethereum", @@ -59,7 +59,7 @@ "@metamask/base-controller": "^9.1.0", "@metamask/controller-utils": "^12.3.0", "@metamask/messenger": "^2.0.0", - "@metamask/transaction-controller": "^69.7.0", + "@metamask/transaction-controller": "^69.8.0", "@noble/hashes": "^1.8.0", "@types/punycode": "^2.1.0", "ethereum-cryptography": "^2.1.2", diff --git a/packages/profile-metrics-controller/CHANGELOG.md b/packages/profile-metrics-controller/CHANGELOG.md index 73c13b4f775..4b71836b9b9 100644 --- a/packages/profile-metrics-controller/CHANGELOG.md +++ b/packages/profile-metrics-controller/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/transaction-controller` from `^69.4.0` to `^69.7.0` ([#9780](https://github.com/MetaMask/core/pull/9780), [#9798](https://github.com/MetaMask/core/pull/9798), [#9823](https://github.com/MetaMask/core/pull/9823), [#9960](https://github.com/MetaMask/core/pull/9960), [#9969](https://github.com/MetaMask/core/pull/9969), [#10046](https://github.com/MetaMask/core/pull/10046)) +- Bump `@metamask/transaction-controller` from `^69.4.0` to `^69.8.0` ([#9780](https://github.com/MetaMask/core/pull/9780), [#10080](https://github.com/MetaMask/core/pull/10080), [#9798](https://github.com/MetaMask/core/pull/9798), [#9823](https://github.com/MetaMask/core/pull/9823), [#9960](https://github.com/MetaMask/core/pull/9960), [#9969](https://github.com/MetaMask/core/pull/9969), [#10046](https://github.com/MetaMask/core/pull/10046)) - Bump `@metamask/superstruct` from `^3.1.0` to `^3.4.1` ([#9754](https://github.com/MetaMask/core/pull/9754)) - Bump `@metamask/accounts-controller` from `^39.0.6` to `^39.1.1` ([#9791](https://github.com/MetaMask/core/pull/9791), [#9807](https://github.com/MetaMask/core/pull/9807), [#9969](https://github.com/MetaMask/core/pull/9969)) - Bump `@metamask/keyring-controller` from `^27.1.0` to `^27.1.1` ([#9791](https://github.com/MetaMask/core/pull/9791)) diff --git a/packages/profile-metrics-controller/package.json b/packages/profile-metrics-controller/package.json index abb6f01704f..06025bc4d43 100644 --- a/packages/profile-metrics-controller/package.json +++ b/packages/profile-metrics-controller/package.json @@ -66,7 +66,7 @@ "@metamask/snaps-sdk": "^11.0.0", "@metamask/snaps-utils": "^12.1.2", "@metamask/superstruct": "^3.4.1", - "@metamask/transaction-controller": "^69.7.0", + "@metamask/transaction-controller": "^69.8.0", "@metamask/utils": "^11.12.0", "async-mutex": "^0.5.0", "uuid": "^8.3.2" diff --git a/packages/shield-controller/CHANGELOG.md b/packages/shield-controller/CHANGELOG.md index c0182442220..35d8287c46c 100644 --- a/packages/shield-controller/CHANGELOG.md +++ b/packages/shield-controller/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.7.0` ([#10046](https://github.com/MetaMask/core/pull/10046)) +- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.8.0` ([#10046](https://github.com/MetaMask/core/pull/10046), [#10080](https://github.com/MetaMask/core/pull/10080)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) ## [6.0.1] diff --git a/packages/shield-controller/package.json b/packages/shield-controller/package.json index 3dae1f4ea4f..fc21b932fdf 100644 --- a/packages/shield-controller/package.json +++ b/packages/shield-controller/package.json @@ -61,7 +61,7 @@ "@metamask/messenger": "^2.0.0", "@metamask/profile-sync-controller": "^29.0.0", "@metamask/signature-controller": "^39.2.10", - "@metamask/transaction-controller": "^69.7.0", + "@metamask/transaction-controller": "^69.8.0", "@metamask/utils": "^11.12.0", "@tanstack/query-core": "^5.62.16", "cockatiel": "^3.1.2" diff --git a/packages/smart-transactions-controller/CHANGELOG.md b/packages/smart-transactions-controller/CHANGELOG.md index bfdd1c80410..7d0a65c6d58 100644 --- a/packages/smart-transactions-controller/CHANGELOG.md +++ b/packages/smart-transactions-controller/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.7.0` ([#10046](https://github.com/MetaMask/core/pull/10046)) +- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.8.0` ([#10046](https://github.com/MetaMask/core/pull/10046), [#10080](https://github.com/MetaMask/core/pull/10080)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) ## [26.0.0] diff --git a/packages/smart-transactions-controller/package.json b/packages/smart-transactions-controller/package.json index bca72ec76c4..7fe92a27130 100644 --- a/packages/smart-transactions-controller/package.json +++ b/packages/smart-transactions-controller/package.json @@ -69,7 +69,7 @@ "@metamask/profile-sync-controller": "^29.0.0", "@metamask/remote-feature-flag-controller": "^6.1.0", "@metamask/superstruct": "^3.4.1", - "@metamask/transaction-controller": "^69.7.0", + "@metamask/transaction-controller": "^69.8.0", "@metamask/utils": "^11.12.0", "bignumber.js": "^9.1.2", "lodash": "^4.17.21", diff --git a/packages/subscription-controller/CHANGELOG.md b/packages/subscription-controller/CHANGELOG.md index 7abfa115496..a4eb042f69a 100644 --- a/packages/subscription-controller/CHANGELOG.md +++ b/packages/subscription-controller/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.7.0` ([#10046](https://github.com/MetaMask/core/pull/10046)) +- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.8.0` ([#10046](https://github.com/MetaMask/core/pull/10046), [#10080](https://github.com/MetaMask/core/pull/10080)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) ## [8.0.1] diff --git a/packages/subscription-controller/package.json b/packages/subscription-controller/package.json index 4cbaa2c6885..4a0ff223d87 100644 --- a/packages/subscription-controller/package.json +++ b/packages/subscription-controller/package.json @@ -62,7 +62,7 @@ "@metamask/polling-controller": "^16.0.9", "@metamask/profile-sync-controller": "^29.0.0", "@metamask/superstruct": "^3.4.1", - "@metamask/transaction-controller": "^69.7.0", + "@metamask/transaction-controller": "^69.8.0", "@metamask/utils": "^11.12.0", "@tanstack/query-core": "^5.62.16", "bignumber.js": "^9.1.2" diff --git a/packages/transaction-controller/CHANGELOG.md b/packages/transaction-controller/CHANGELOG.md index 5e9e360e00f..5c2913b6fe9 100644 --- a/packages/transaction-controller/CHANGELOG.md +++ b/packages/transaction-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [69.8.0] + ### Added - Export `getSendRecipients`, which returns user-chosen send payees for a transaction (native `simpleSend` recipients, decoded ERC-20/721/1155 transfer payees including ERC-1155 batch transfers, `swapAndSendRecipient`, and nested batch sends) and omits protocol addresses such as token, Permit2, and router contracts ([#9943](https://github.com/MetaMask/core/pull/9943)) @@ -2715,7 +2717,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@69.7.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@69.8.0...HEAD +[69.8.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@69.7.0...@metamask/transaction-controller@69.8.0 [69.7.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@69.6.1...@metamask/transaction-controller@69.7.0 [69.6.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@69.6.0...@metamask/transaction-controller@69.6.1 [69.6.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@69.5.2...@metamask/transaction-controller@69.6.0 diff --git a/packages/transaction-controller/package.json b/packages/transaction-controller/package.json index d4cf5ddfc48..7dabc34646c 100644 --- a/packages/transaction-controller/package.json +++ b/packages/transaction-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/transaction-controller", - "version": "69.7.0", + "version": "69.8.0", "description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation", "keywords": [ "Ethereum", diff --git a/packages/transaction-pay-controller/CHANGELOG.md b/packages/transaction-pay-controller/CHANGELOG.md index 4260f5fe8f5..23457af289f 100644 --- a/packages/transaction-pay-controller/CHANGELOG.md +++ b/packages/transaction-pay-controller/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Bump `@metamask/transaction-controller` from `^69.7.0` to `^69.8.0` ([#10080](https://github.com/MetaMask/core/pull/10080)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) ## [27.1.1] diff --git a/packages/transaction-pay-controller/package.json b/packages/transaction-pay-controller/package.json index 04002edfdec..d3c4b1356c7 100644 --- a/packages/transaction-pay-controller/package.json +++ b/packages/transaction-pay-controller/package.json @@ -71,7 +71,7 @@ "@metamask/ramps-controller": "^20.2.0", "@metamask/remote-feature-flag-controller": "^6.1.0", "@metamask/sentinel-api-service": "^1.0.1", - "@metamask/transaction-controller": "^69.7.0", + "@metamask/transaction-controller": "^69.8.0", "@metamask/utils": "^11.12.0", "bignumber.js": "^9.1.2", "bn.js": "^5.2.1", diff --git a/packages/user-operation-controller/CHANGELOG.md b/packages/user-operation-controller/CHANGELOG.md index 870d1e62095..3faa7dcf1fc 100644 --- a/packages/user-operation-controller/CHANGELOG.md +++ b/packages/user-operation-controller/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.7.0` ([#10046](https://github.com/MetaMask/core/pull/10046)) +- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.8.0` ([#10046](https://github.com/MetaMask/core/pull/10046), [#10080](https://github.com/MetaMask/core/pull/10080)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) ## [41.2.9] diff --git a/packages/user-operation-controller/package.json b/packages/user-operation-controller/package.json index 638ee2abedd..814799a39ef 100644 --- a/packages/user-operation-controller/package.json +++ b/packages/user-operation-controller/package.json @@ -67,7 +67,7 @@ "@metamask/polling-controller": "^16.0.9", "@metamask/rpc-errors": "^7.0.2", "@metamask/superstruct": "^3.4.1", - "@metamask/transaction-controller": "^69.7.0", + "@metamask/transaction-controller": "^69.8.0", "@metamask/utils": "^11.12.0", "bn.js": "^5.2.1", "immer": "^9.0.6", diff --git a/packages/wallet/CHANGELOG.md b/packages/wallet/CHANGELOG.md index 2daa3622dfb..e1ed662f0d3 100644 --- a/packages/wallet/CHANGELOG.md +++ b/packages/wallet/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `@metamask/shield-controller` from `^6.0.0` to `^6.0.1` ([#9972](https://github.com/MetaMask/core/pull/9972)) - Bump `@metamask/subscription-controller` from `^8.0.0` to `^8.0.1` ([#9972](https://github.com/MetaMask/core/pull/9972)) - Bump `@metamask/remote-feature-flag-controller` from `^6.0.0` to `^6.1.0` ([#9980](https://github.com/MetaMask/core/pull/9980)) -- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.7.0` ([#10046](https://github.com/MetaMask/core/pull/10046)) +- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.8.0` ([#10046](https://github.com/MetaMask/core/pull/10046), [#10080](https://github.com/MetaMask/core/pull/10080)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) ## [12.0.2] diff --git a/packages/wallet/package.json b/packages/wallet/package.json index ec87cc9879d..7904f3abd83 100644 --- a/packages/wallet/package.json +++ b/packages/wallet/package.json @@ -75,7 +75,7 @@ "@metamask/shield-controller": "^6.0.1", "@metamask/storage-service": "^1.0.2", "@metamask/subscription-controller": "^8.0.1", - "@metamask/transaction-controller": "^69.7.0", + "@metamask/transaction-controller": "^69.8.0", "@metamask/utils": "^11.12.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 0f67fe5f0c9..16ede8012a3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5839,13 +5839,13 @@ __metadata: "@metamask/network-controller": "npm:^36.0.0" "@metamask/network-enablement-controller": "npm:^6.0.5" "@metamask/permission-controller": "npm:^13.1.1" - "@metamask/phishing-controller": "npm:^17.4.0" + "@metamask/phishing-controller": "npm:^17.4.1" "@metamask/polling-controller": "npm:^16.0.9" "@metamask/preferences-controller": "npm:^23.1.0" "@metamask/remote-feature-flag-controller": "npm:^6.1.0" "@metamask/snaps-controllers": "npm:^19.0.0" "@metamask/snaps-utils": "npm:^12.1.2" - "@metamask/transaction-controller": "npm:^69.7.0" + "@metamask/transaction-controller": "npm:^69.8.0" "@metamask/utils": "npm:^11.12.0" "@ts-bridge/cli": "npm:^0.6.4" "@types/jest": "npm:^30.0.0" @@ -5898,7 +5898,7 @@ __metadata: "@metamask/network-controller": "npm:^36.0.0" "@metamask/network-enablement-controller": "npm:^6.0.5" "@metamask/permission-controller": "npm:^13.1.1" - "@metamask/phishing-controller": "npm:^17.4.0" + "@metamask/phishing-controller": "npm:^17.4.1" "@metamask/polling-controller": "npm:^16.0.9" "@metamask/preferences-controller": "npm:^23.1.0" "@metamask/profile-sync-controller": "npm:^29.0.0" @@ -5909,7 +5909,7 @@ __metadata: "@metamask/snaps-sdk": "npm:^11.0.0" "@metamask/snaps-utils": "npm:^12.1.2" "@metamask/storage-service": "npm:^1.0.2" - "@metamask/transaction-controller": "npm:^69.7.0" + "@metamask/transaction-controller": "npm:^69.8.0" "@metamask/utils": "npm:^11.12.0" "@tanstack/query-core": "npm:^5.62.16" "@ts-bridge/cli": "npm:^0.6.4" @@ -6117,7 +6117,7 @@ __metadata: "@metamask/remote-feature-flag-controller": "npm:^6.1.0" "@metamask/snaps-controllers": "npm:^19.0.0" "@metamask/superstruct": "npm:^3.4.1" - "@metamask/transaction-controller": "npm:^69.7.0" + "@metamask/transaction-controller": "npm:^69.8.0" "@metamask/utils": "npm:^11.12.0" "@ts-bridge/cli": "npm:^0.6.4" "@types/jest": "npm:^30.0.0" @@ -6154,7 +6154,7 @@ __metadata: "@metamask/profile-sync-controller": "npm:^29.0.0" "@metamask/snaps-controllers": "npm:^19.0.0" "@metamask/superstruct": "npm:^3.4.1" - "@metamask/transaction-controller": "npm:^69.7.0" + "@metamask/transaction-controller": "npm:^69.8.0" "@metamask/utils": "npm:^11.12.0" "@ts-bridge/cli": "npm:^0.6.4" "@types/jest": "npm:^30.0.0" @@ -6306,7 +6306,7 @@ __metadata: "@metamask/core-backend": "npm:^9.0.0" "@metamask/keyring-api": "npm:^24.0.0" "@metamask/slip44": "npm:^4.3.0" - "@metamask/transaction-controller": "npm:^69.7.0" + "@metamask/transaction-controller": "npm:^69.8.0" "@metamask/utils": "npm:^11.12.0" "@ts-bridge/cli": "npm:^0.6.4" "@types/jest": "npm:^30.0.0" @@ -6670,7 +6670,7 @@ __metadata: "@metamask/messenger": "npm:^2.0.0" "@metamask/network-controller": "npm:^36.0.0" "@metamask/stake-sdk": "npm:^3.2.1" - "@metamask/transaction-controller": "npm:^69.7.0" + "@metamask/transaction-controller": "npm:^69.8.0" "@ts-bridge/cli": "npm:^0.6.4" "@types/jest": "npm:^30.0.0" deepmerge: "npm:^4.2.2" @@ -6694,7 +6694,7 @@ __metadata: "@metamask/preferences-controller": "npm:^23.1.0" "@metamask/rpc-errors": "npm:^7.0.2" "@metamask/superstruct": "npm:^3.4.1" - "@metamask/transaction-controller": "npm:^69.7.0" + "@metamask/transaction-controller": "npm:^69.8.0" "@metamask/utils": "npm:^11.12.0" "@ts-bridge/cli": "npm:^0.6.4" "@types/jest": "npm:^30.0.0" @@ -7270,7 +7270,7 @@ __metadata: "@metamask/snaps-controllers": "npm:^19.0.0" "@metamask/snaps-sdk": "npm:^11.0.0" "@metamask/snaps-utils": "npm:^12.1.2" - "@metamask/transaction-controller": "npm:^69.7.0" + "@metamask/transaction-controller": "npm:^69.8.0" "@metamask/utils": "npm:^11.12.0" "@ts-bridge/cli": "npm:^0.6.4" "@types/jest": "npm:^30.0.0" @@ -7815,7 +7815,7 @@ __metadata: "@ethersproject/abstract-provider": "npm:^5.7.0" "@ethersproject/contracts": "npm:^5.7.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/transaction-controller": "npm:^69.7.0" + "@metamask/transaction-controller": "npm:^69.8.0" "@metamask/utils": "npm:^11.12.0" "@ts-bridge/cli": "npm:^0.6.4" "@types/jest": "npm:^30.0.0" @@ -8085,7 +8085,7 @@ __metadata: "@metamask/multichain-network-controller": "npm:^3.2.4" "@metamask/network-controller": "npm:^36.0.0" "@metamask/slip44": "npm:^4.3.0" - "@metamask/transaction-controller": "npm:^69.7.0" + "@metamask/transaction-controller": "npm:^69.8.0" "@metamask/utils": "npm:^11.12.0" "@ts-bridge/cli": "npm:^0.6.4" "@types/jest": "npm:^30.0.0" @@ -8287,7 +8287,7 @@ __metadata: "@metamask/profile-sync-controller": "npm:^29.0.0" "@metamask/remote-feature-flag-controller": "npm:^6.1.0" "@metamask/superstruct": "npm:^3.4.1" - "@metamask/transaction-controller": "npm:^69.7.0" + "@metamask/transaction-controller": "npm:^69.8.0" "@metamask/utils": "npm:^11.12.0" "@nktkas/hyperliquid": "npm:^0.33.1" "@ts-bridge/cli": "npm:^0.6.4" @@ -8307,7 +8307,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/phishing-controller@npm:^17.4.0, @metamask/phishing-controller@workspace:packages/phishing-controller": +"@metamask/phishing-controller@npm:^17.4.1, @metamask/phishing-controller@workspace:packages/phishing-controller": version: 0.0.0-use.local resolution: "@metamask/phishing-controller@workspace:packages/phishing-controller" dependencies: @@ -8316,7 +8316,7 @@ __metadata: "@metamask/base-controller": "npm:^9.1.0" "@metamask/controller-utils": "npm:^12.3.0" "@metamask/messenger": "npm:^2.0.0" - "@metamask/transaction-controller": "npm:^69.7.0" + "@metamask/transaction-controller": "npm:^69.8.0" "@noble/hashes": "npm:^1.8.0" "@ts-bridge/cli": "npm:^0.6.4" "@types/jest": "npm:^30.0.0" @@ -8441,7 +8441,7 @@ __metadata: "@metamask/snaps-sdk": "npm:^11.0.0" "@metamask/snaps-utils": "npm:^12.1.2" "@metamask/superstruct": "npm:^3.4.1" - "@metamask/transaction-controller": "npm:^69.7.0" + "@metamask/transaction-controller": "npm:^69.8.0" "@metamask/utils": "npm:^11.12.0" "@ts-bridge/cli": "npm:^0.6.4" "@types/jest": "npm:^30.0.0" @@ -8774,7 +8774,7 @@ __metadata: "@metamask/messenger": "npm:^2.0.0" "@metamask/profile-sync-controller": "npm:^29.0.0" "@metamask/signature-controller": "npm:^39.2.10" - "@metamask/transaction-controller": "npm:^69.7.0" + "@metamask/transaction-controller": "npm:^69.8.0" "@metamask/utils": "npm:^11.12.0" "@tanstack/query-core": "npm:^5.62.16" "@ts-bridge/cli": "npm:^0.6.4" @@ -8859,7 +8859,7 @@ __metadata: "@metamask/profile-sync-controller": "npm:^29.0.0" "@metamask/remote-feature-flag-controller": "npm:^6.1.0" "@metamask/superstruct": "npm:^3.4.1" - "@metamask/transaction-controller": "npm:^69.7.0" + "@metamask/transaction-controller": "npm:^69.8.0" "@metamask/utils": "npm:^11.12.0" "@ts-bridge/cli": "npm:^0.6.4" bignumber.js: "npm:^9.1.2" @@ -9120,7 +9120,7 @@ __metadata: "@metamask/polling-controller": "npm:^16.0.9" "@metamask/profile-sync-controller": "npm:^29.0.0" "@metamask/superstruct": "npm:^3.4.1" - "@metamask/transaction-controller": "npm:^69.7.0" + "@metamask/transaction-controller": "npm:^69.8.0" "@metamask/utils": "npm:^11.12.0" "@tanstack/query-core": "npm:^5.62.16" "@ts-bridge/cli": "npm:^0.6.4" @@ -9168,7 +9168,7 @@ __metadata: languageName: node linkType: hard -"@metamask/transaction-controller@npm:^69.7.0, @metamask/transaction-controller@workspace:packages/transaction-controller": +"@metamask/transaction-controller@npm:^69.8.0, @metamask/transaction-controller@workspace:packages/transaction-controller": version: 0.0.0-use.local resolution: "@metamask/transaction-controller@workspace:packages/transaction-controller" dependencies: @@ -9246,7 +9246,7 @@ __metadata: "@metamask/ramps-controller": "npm:^20.2.0" "@metamask/remote-feature-flag-controller": "npm:^6.1.0" "@metamask/sentinel-api-service": "npm:^1.0.1" - "@metamask/transaction-controller": "npm:^69.7.0" + "@metamask/transaction-controller": "npm:^69.8.0" "@metamask/utils": "npm:^11.12.0" "@ts-bridge/cli": "npm:^0.6.4" "@types/jest": "npm:^30.0.0" @@ -9281,7 +9281,7 @@ __metadata: "@metamask/polling-controller": "npm:^16.0.9" "@metamask/rpc-errors": "npm:^7.0.2" "@metamask/superstruct": "npm:^3.4.1" - "@metamask/transaction-controller": "npm:^69.7.0" + "@metamask/transaction-controller": "npm:^69.8.0" "@metamask/utils": "npm:^11.12.0" "@ts-bridge/cli": "npm:^0.6.4" "@types/jest": "npm:^30.0.0" @@ -9433,7 +9433,7 @@ __metadata: "@metamask/shield-controller": "npm:^6.0.1" "@metamask/storage-service": "npm:^1.0.2" "@metamask/subscription-controller": "npm:^8.0.1" - "@metamask/transaction-controller": "npm:^69.7.0" + "@metamask/transaction-controller": "npm:^69.8.0" "@metamask/utils": "npm:^11.12.0" "@ts-bridge/cli": "npm:^0.6.4" "@types/jest": "npm:^30.0.0"