Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/core-monorepo",
"version": "894.0.0",
"version": "895.0.0",
"private": true,
"description": "Monorepo for packages shared between MetaMask clients",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/assets-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- `TokenDataSource` constructor now takes `(messenger, options)` instead of `(options)`; `messenger` must be the same `AssetsControllerMessenger` used by `AssetsController` so token metadata enrichment can call `PhishingController:bulkScanTokens` ([#8329](https://github.com/MetaMask/core/pull/8329))

- `TokenDataSource` removes tokens flagged malicious by Blockaid (via `PhishingController:bulkScanTokens`) before merging metadata, instead of filtering non-native tokens by a minimum occurrence count ([#8329](https://github.com/MetaMask/core/pull/8329))
- Bump `@metamask/transaction-controller` from `^63.3.1` to `^64.0.0` ([#8357](https://github.com/MetaMask/core/pull/8357))

## [3.3.0]

Expand Down
2 changes: 1 addition & 1 deletion packages/assets-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@metamask/preferences-controller": "^23.1.0",
"@metamask/snaps-controllers": "^19.0.0",
"@metamask/snaps-utils": "^12.1.2",
"@metamask/transaction-controller": "^63.3.1",
"@metamask/transaction-controller": "^64.0.0",
"@metamask/utils": "^11.9.0",
"async-mutex": "^0.5.0",
"bignumber.js": "^9.1.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/assets-controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `^63.3.1` to `^64.0.0` ([#8357](https://github.com/MetaMask/core/pull/8357))

## [103.1.0]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/assets-controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@metamask/snaps-sdk": "^11.0.0",
"@metamask/snaps-utils": "^12.1.2",
"@metamask/storage-service": "^1.0.1",
"@metamask/transaction-controller": "^63.3.1",
"@metamask/transaction-controller": "^64.0.0",
"@metamask/utils": "^11.9.0",
"@types/bn.js": "^5.1.5",
"@types/uuid": "^8.3.0",
Expand Down
1 change: 1 addition & 0 deletions packages/bridge-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
- Bump `@metamask/assets-controller` from `^3.2.1` to `^3.3.0` ([#8355](https://github.com/MetaMask/core/pull/8355))
- Bump `@metamask/assets-controllers` from `^103.0.0` to `^103.1.0` ([#8355](https://github.com/MetaMask/core/pull/8355))
- Bump `@metamask/transaction-controller` from `^63.3.1` to `^64.0.0` ([#8357](https://github.com/MetaMask/core/pull/8357))

## [70.0.0]

Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@metamask/profile-sync-controller": "^28.0.2",
"@metamask/remote-feature-flag-controller": "^4.2.0",
"@metamask/snaps-controllers": "^19.0.0",
"@metamask/transaction-controller": "^63.3.1",
"@metamask/transaction-controller": "^64.0.0",
"@metamask/utils": "^11.9.0",
"bignumber.js": "^9.1.2",
"reselect": "^5.1.1",
Expand Down
1 change: 1 addition & 0 deletions packages/bridge-status-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add missing `@metamask/messenger` dependency ([#8318](https://github.com/MetaMask/core/pull/8318))
- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
- Bump `@metamask/transaction-controller` from `^63.3.1` to `^64.0.0` ([#8357](https://github.com/MetaMask/core/pull/8357))

## [70.0.4]

Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-status-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@metamask/profile-sync-controller": "^28.0.2",
"@metamask/snaps-controllers": "^19.0.0",
"@metamask/superstruct": "^3.1.0",
"@metamask/transaction-controller": "^63.3.1",
"@metamask/transaction-controller": "^64.0.0",
"@metamask/utils": "^11.9.0",
"bignumber.js": "^9.1.2",
"uuid": "^8.3.2"
Expand Down
1 change: 1 addition & 0 deletions packages/earn-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
- Bump `@metamask/transaction-controller` from `^63.3.1` to `^64.0.0` ([#8357](https://github.com/MetaMask/core/pull/8357))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: It's being used here as a dev dependency only it could be removed

Suggested change
- Bump `@metamask/transaction-controller` from `^63.3.1` to `^64.0.0` ([#8357](https://github.com/MetaMask/core/pull/8357))


## [11.2.1]

Expand Down
2 changes: 1 addition & 1 deletion packages/earn-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"devDependencies": {
"@metamask/auto-changelog": "^3.4.4",
"@metamask/transaction-controller": "^63.3.1",
"@metamask/transaction-controller": "^64.0.0",
"@ts-bridge/cli": "^0.6.4",
"@types/jest": "^29.5.14",
"deepmerge": "^4.2.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/eip-5792-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `^63.3.1` to `^64.0.0` ([#8357](https://github.com/MetaMask/core/pull/8357))

## [3.0.2]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/eip-5792-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@metamask/messenger": "^1.0.0",
"@metamask/superstruct": "^3.1.0",
"@metamask/transaction-controller": "^63.3.1",
"@metamask/transaction-controller": "^64.0.0",
"@metamask/utils": "^11.9.0",
"lodash": "^4.17.21",
"uuid": "^8.3.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/gator-permissions-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `^63.3.1` to `^64.0.0` ([#8357](https://github.com/MetaMask/core/pull/8357))

## [3.0.0]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/gator-permissions-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@metamask/snaps-controllers": "^19.0.0",
"@metamask/snaps-sdk": "^11.0.0",
"@metamask/snaps-utils": "^12.1.2",
"@metamask/transaction-controller": "^63.3.1",
"@metamask/transaction-controller": "^64.0.0",
"@metamask/utils": "^11.9.0"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/network-enablement-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
- Bump `@metamask/transaction-controller` from `^63.3.1` to `^64.0.0` ([#8357](https://github.com/MetaMask/core/pull/8357))

## [5.0.1]

Expand Down
2 changes: 1 addition & 1 deletion packages/network-enablement-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@metamask/multichain-network-controller": "^3.0.6",
"@metamask/network-controller": "^30.0.1",
"@metamask/slip44": "^4.3.0",
"@metamask/transaction-controller": "^63.3.1",
"@metamask/transaction-controller": "^64.0.0",
"@metamask/utils": "^11.9.0",
"reselect": "^5.1.1"
},
Expand Down
1 change: 1 addition & 0 deletions packages/perps-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Refactor pending withdraw/deposit tracking to FIFO queue design ([#8333](https://github.com/MetaMask/core/pull/8333))
- Add `completeWithdrawalFromHistory` method for FIFO-based withdrawal completion matching ([#8333](https://github.com/MetaMask/core/pull/8333))
- Add `lastCompletedWithdrawalTimestamp` and `lastCompletedWithdrawalTxHashes` state fields ([#8333](https://github.com/MetaMask/core/pull/8333))
- Bump `@metamask/transaction-controller` from `^63.3.1` to `^64.0.0` ([#8357](https://github.com/MetaMask/core/pull/8357))

### Changed

Expand Down
2 changes: 1 addition & 1 deletion packages/perps-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@metamask/network-controller": "^30.0.1",
"@metamask/profile-sync-controller": "^28.0.2",
"@metamask/remote-feature-flag-controller": "^4.2.0",
"@metamask/transaction-controller": "^63.3.1",
"@metamask/transaction-controller": "^64.0.0",
"@ts-bridge/cli": "^0.6.4",
"@types/jest": "^29.5.14",
"@types/uuid": "^8.3.0",
Expand Down
1 change: 1 addition & 0 deletions packages/phishing-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
- Bump `@metamask/transaction-controller` from `^63.3.1` to `^64.0.0` ([#8357](https://github.com/MetaMask/core/pull/8357))

## [17.1.0]

Expand Down
2 changes: 1 addition & 1 deletion packages/phishing-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@metamask/base-controller": "^9.0.1",
"@metamask/controller-utils": "^11.20.0",
"@metamask/messenger": "^1.0.0",
"@metamask/transaction-controller": "^63.3.1",
"@metamask/transaction-controller": "^64.0.0",
"@noble/hashes": "^1.8.0",
"@types/punycode": "^2.1.0",
"ethereum-cryptography": "^2.1.2",
Expand Down
1 change: 1 addition & 0 deletions packages/profile-metrics-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `@metamask/accounts-controller` from `^37.1.0` to `^37.1.1` ([#8325](https://github.com/MetaMask/core/pull/8325))
- Bump `@metamask/profile-sync-controller` from `^28.0.1` to `^28.0.2` ([#8325](https://github.com/MetaMask/core/pull/8325))
- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
- Bump `@metamask/transaction-controller` from `^63.3.1` to `^64.0.0` ([#8357](https://github.com/MetaMask/core/pull/8357))

## [3.1.2]

Expand Down
2 changes: 1 addition & 1 deletion packages/profile-metrics-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@metamask/messenger": "^1.0.0",
"@metamask/polling-controller": "^16.0.4",
"@metamask/profile-sync-controller": "^28.0.2",
"@metamask/transaction-controller": "^63.3.1",
"@metamask/transaction-controller": "^64.0.0",
"@metamask/utils": "^11.9.0",
"async-mutex": "^0.5.0"
},
Expand Down
1 change: 1 addition & 0 deletions packages/shield-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Bump `@metamask/signature-controller` from `^39.1.1` to `^39.1.2` ([#8325](https://github.com/MetaMask/core/pull/8325))
- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
- Bump `@metamask/transaction-controller` from `^63.3.1` to `^64.0.0` ([#8357](https://github.com/MetaMask/core/pull/8357))

## [5.1.0]

Expand Down
2 changes: 1 addition & 1 deletion packages/shield-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@metamask/controller-utils": "^11.20.0",
"@metamask/messenger": "^1.0.0",
"@metamask/signature-controller": "^39.1.2",
"@metamask/transaction-controller": "^63.3.1",
"@metamask/transaction-controller": "^64.0.0",
"@metamask/utils": "^11.9.0",
"cockatiel": "^3.1.2"
},
Expand Down
1 change: 1 addition & 0 deletions packages/subscription-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Bump `@metamask/profile-sync-controller` from `^28.0.1` to `^28.0.2` ([#8325](https://github.com/MetaMask/core/pull/8325))
- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
- Bump `@metamask/transaction-controller` from `^63.3.1` to `^64.0.0` ([#8357](https://github.com/MetaMask/core/pull/8357))

## [6.1.1]

Expand Down
2 changes: 1 addition & 1 deletion packages/subscription-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@metamask/messenger": "^1.0.0",
"@metamask/polling-controller": "^16.0.4",
"@metamask/profile-sync-controller": "^28.0.2",
"@metamask/transaction-controller": "^63.3.1",
"@metamask/transaction-controller": "^64.0.0",
"@metamask/utils": "^11.9.0",
"bignumber.js": "^9.1.2"
},
Expand Down
5 changes: 4 additions & 1 deletion packages/transaction-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [64.0.0]
Copy link
Copy Markdown
Contributor

@cryptodev-2s cryptodev-2s Apr 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I forget about this all the packages that uses this package needs to be released too.


### Changed

- Bump `@metamask/accounts-controller` from `^37.1.0` to `^37.1.1` ([#8325](https://github.com/MetaMask/core/pull/8325))
Expand Down Expand Up @@ -2305,7 +2307,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@63.3.1...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@64.0.0...HEAD
[64.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@63.3.1...@metamask/transaction-controller@64.0.0
[63.3.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@63.3.0...@metamask/transaction-controller@63.3.1
[63.3.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@63.2.0...@metamask/transaction-controller@63.3.0
[63.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@63.1.0...@metamask/transaction-controller@63.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/transaction-controller",
"version": "63.3.1",
"version": "64.0.0",
"description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
"keywords": [
"MetaMask",
Expand Down
1 change: 1 addition & 0 deletions packages/transaction-pay-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
- Bump `@metamask/assets-controller` from `^3.2.1` to `^3.3.0` ([#8355](https://github.com/MetaMask/core/pull/8355))
- Bump `@metamask/assets-controllers` from `^103.0.0` to `^103.1.0` ([#8355](https://github.com/MetaMask/core/pull/8355))
- Bump `@metamask/transaction-controller` from `^63.3.1` to `^64.0.0` ([#8357](https://github.com/MetaMask/core/pull/8357))

## [19.0.1]

Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-pay-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@metamask/network-controller": "^30.0.1",
"@metamask/ramps-controller": "^12.1.0",
"@metamask/remote-feature-flag-controller": "^4.2.0",
"@metamask/transaction-controller": "^63.3.1",
"@metamask/transaction-controller": "^64.0.0",
"@metamask/utils": "^11.9.0",
"bignumber.js": "^9.1.2",
"bn.js": "^5.2.1",
Expand Down
1 change: 1 addition & 0 deletions packages/user-operation-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Hardcode user operation transaction type to `contractInteraction` instead of calling `determineTransactionType` ([#8273](https://github.com/MetaMask/core/pull/8273))
- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
- Bump `@metamask/transaction-controller` from `^63.3.1` to `^64.0.0` ([#8357](https://github.com/MetaMask/core/pull/8357))

## [41.1.1]

Expand Down
2 changes: 1 addition & 1 deletion packages/user-operation-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@metamask/polling-controller": "^16.0.4",
"@metamask/rpc-errors": "^7.0.2",
"@metamask/superstruct": "^3.1.0",
"@metamask/transaction-controller": "^63.3.1",
"@metamask/transaction-controller": "^64.0.0",
"@metamask/utils": "^11.9.0",
"bn.js": "^5.2.1",
"immer": "^9.0.6",
Expand Down
Loading
Loading