Skip to content

Commit d5df7c4

Browse files
authored
chore: updates multichain tx controller package (#31103)
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** We are updating the multichain transactions controller, following the new core [release](https://github.com/MetaMask/core/releases/tag/v332.0.0). ## **Related issues** Fixes: #31072 ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> ### **After** <!-- [screenshots/recordings] --> ## **Pre-merge author checklist** - [ ] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [ ] I've completed the PR template to the best of my ability - [ ] I’ve included tests if applicable - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.
1 parent 371662e commit d5df7c4

File tree

2 files changed

+8
-67
lines changed

2 files changed

+8
-67
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
"@metamask/metamask-eth-abis": "^3.1.1",
296296
"@metamask/multichain": "^3.0.0",
297297
"@metamask/multichain-network-controller": "^0.1.0",
298-
"@metamask/multichain-transactions-controller": "^0.7.1",
298+
"@metamask/multichain-transactions-controller": "^0.7.2",
299299
"@metamask/name-controller": "^8.0.3",
300300
"@metamask/network-controller": "patch:@metamask/network-controller@npm%3A22.1.1#~/.yarn/patches/@metamask-network-controller-npm-22.1.1-09b6510f1e.patch",
301301
"@metamask/notification-services-controller": "^1.0.0",

yarn.lock

+7-66
Original file line numberDiff line numberDiff line change
@@ -4903,7 +4903,7 @@ __metadata:
49034903
languageName: node
49044904
linkType: hard
49054905

4906-
"@metamask/approval-controller@npm:^7.0.0, @metamask/approval-controller@npm:^7.1.2, @metamask/approval-controller@npm:^7.1.3":
4906+
"@metamask/approval-controller@npm:^7.0.0, @metamask/approval-controller@npm:^7.1.3":
49074907
version: 7.1.3
49084908
resolution: "@metamask/approval-controller@npm:7.1.3"
49094909
dependencies:
@@ -5767,16 +5767,15 @@ __metadata:
57675767
languageName: node
57685768
linkType: hard
57695769

5770-
"@metamask/multichain-transactions-controller@npm:^0.7.1":
5771-
version: 0.7.1
5772-
resolution: "@metamask/multichain-transactions-controller@npm:0.7.1"
5770+
"@metamask/multichain-transactions-controller@npm:^0.7.2":
5771+
version: 0.7.2
5772+
resolution: "@metamask/multichain-transactions-controller@npm:0.7.2"
57735773
dependencies:
57745774
"@metamask/base-controller": "npm:^8.0.0"
57755775
"@metamask/keyring-api": "npm:^17.2.0"
57765776
"@metamask/keyring-internal-api": "npm:^6.0.0"
57775777
"@metamask/keyring-snap-client": "npm:^4.0.1"
57785778
"@metamask/polling-controller": "npm:^12.0.3"
5779-
"@metamask/snaps-controllers": "npm:^9.19.0"
57805779
"@metamask/snaps-sdk": "npm:^6.17.1"
57815780
"@metamask/snaps-utils": "npm:^8.10.0"
57825781
"@metamask/utils": "npm:^11.2.0"
@@ -5786,7 +5785,7 @@ __metadata:
57865785
peerDependencies:
57875786
"@metamask/accounts-controller": ^26.0.0
57885787
"@metamask/snaps-controllers": ^9.19.0
5789-
checksum: 10/8764da6ed2372ff797438317a3774f0793926ca81c48bf9abadae250f4cab1068ceb3b6f35b0c11a9352b58a0b495b2a566224afc2991953127480e902fa5b96
5788+
checksum: 10/0b7c85855fd516827405eb3012d2d99abbbd757611f76389b08674c81c2f3f8fecf72167c84fa9e126987272d9c06158539775f732336cf2518bdaef706f25c3
57905789
languageName: node
57915790
linkType: hard
57925791

@@ -5991,7 +5990,7 @@ __metadata:
59915990
languageName: node
59925991
linkType: hard
59935992

5994-
"@metamask/phishing-controller@npm:^12.3.1, @metamask/phishing-controller@npm:^12.3.2, @metamask/phishing-controller@npm:^12.4.0":
5993+
"@metamask/phishing-controller@npm:^12.3.2, @metamask/phishing-controller@npm:^12.4.0":
59955994
version: 12.4.0
59965995
resolution: "@metamask/phishing-controller@npm:12.4.0"
59975996
dependencies:
@@ -6322,47 +6321,6 @@ __metadata:
63226321
languageName: node
63236322
linkType: hard
63246323

6325-
"@metamask/snaps-controllers@npm:^9.19.0":
6326-
version: 9.19.1
6327-
resolution: "@metamask/snaps-controllers@npm:9.19.1"
6328-
dependencies:
6329-
"@metamask/approval-controller": "npm:^7.1.2"
6330-
"@metamask/base-controller": "npm:^7.0.3"
6331-
"@metamask/json-rpc-engine": "npm:^10.0.2"
6332-
"@metamask/json-rpc-middleware-stream": "npm:^8.0.6"
6333-
"@metamask/key-tree": "npm:^10.0.2"
6334-
"@metamask/object-multiplex": "npm:^2.1.0"
6335-
"@metamask/permission-controller": "npm:^11.0.5"
6336-
"@metamask/phishing-controller": "npm:^12.3.1"
6337-
"@metamask/post-message-stream": "npm:^9.0.0"
6338-
"@metamask/rpc-errors": "npm:^7.0.2"
6339-
"@metamask/snaps-registry": "npm:^3.2.3"
6340-
"@metamask/snaps-rpc-methods": "npm:^11.11.0"
6341-
"@metamask/snaps-sdk": "npm:^6.17.1"
6342-
"@metamask/snaps-utils": "npm:^8.10.0"
6343-
"@metamask/utils": "npm:^11.0.1"
6344-
"@xstate/fsm": "npm:^2.0.0"
6345-
async-mutex: "npm:^0.5.0"
6346-
browserify-zlib: "npm:^0.2.0"
6347-
concat-stream: "npm:^2.0.0"
6348-
fast-deep-equal: "npm:^3.1.3"
6349-
get-npm-tarball-url: "npm:^2.0.3"
6350-
immer: "npm:^9.0.6"
6351-
luxon: "npm:^3.5.0"
6352-
nanoid: "npm:^3.1.31"
6353-
readable-stream: "npm:^3.6.2"
6354-
readable-web-to-node-stream: "npm:^3.0.2"
6355-
semver: "npm:^7.5.4"
6356-
tar-stream: "npm:^3.1.7"
6357-
peerDependencies:
6358-
"@metamask/snaps-execution-environments": ^6.14.0
6359-
peerDependenciesMeta:
6360-
"@metamask/snaps-execution-environments":
6361-
optional: true
6362-
checksum: 10/4744c6c3b5309b43f07c5f4f36169a0cda7c19b4565ed1925579b9d3831eb0cfcb204d73ce3c38a6c2d666f9c033b70320b4a0251bc2a10c0a678cc4e37b059e
6363-
languageName: node
6364-
linkType: hard
6365-
63666324
"@metamask/snaps-execution-environments@npm:^7.0.0":
63676325
version: 7.0.0
63686326
resolution: "@metamask/snaps-execution-environments@npm:7.0.0"
@@ -6394,23 +6352,6 @@ __metadata:
63946352
languageName: node
63956353
linkType: hard
63966354

6397-
"@metamask/snaps-rpc-methods@npm:^11.11.0":
6398-
version: 11.13.1
6399-
resolution: "@metamask/snaps-rpc-methods@npm:11.13.1"
6400-
dependencies:
6401-
"@metamask/key-tree": "npm:^10.0.2"
6402-
"@metamask/permission-controller": "npm:^11.0.6"
6403-
"@metamask/rpc-errors": "npm:^7.0.2"
6404-
"@metamask/snaps-sdk": "npm:^6.19.0"
6405-
"@metamask/snaps-utils": "npm:^9.0.1"
6406-
"@metamask/superstruct": "npm:^3.1.0"
6407-
"@metamask/utils": "npm:^11.2.0"
6408-
"@noble/hashes": "npm:^1.3.1"
6409-
luxon: "npm:^3.5.0"
6410-
checksum: 10/72298b0cb5cf79ffaacb48368590513ec5befa10f9ffb84865ce1eab5dc2ff28f5b0e765a7fb55885e8e0583091af404e879fad8510e9c8cb49ee455cf7b9444
6411-
languageName: node
6412-
linkType: hard
6413-
64146355
"@metamask/snaps-rpc-methods@npm:^12.0.0":
64156356
version: 12.0.0
64166357
resolution: "@metamask/snaps-rpc-methods@npm:12.0.0"
@@ -27344,7 +27285,7 @@ __metadata:
2734427285
"@metamask/metamask-eth-abis": "npm:^3.1.1"
2734527286
"@metamask/multichain": "npm:^3.0.0"
2734627287
"@metamask/multichain-network-controller": "npm:^0.1.0"
27347-
"@metamask/multichain-transactions-controller": "npm:^0.7.1"
27288+
"@metamask/multichain-transactions-controller": "npm:^0.7.2"
2734827289
"@metamask/name-controller": "npm:^8.0.3"
2734927290
"@metamask/network-controller": "patch:@metamask/network-controller@npm%3A22.1.1#~/.yarn/patches/@metamask-network-controller-npm-22.1.1-09b6510f1e.patch"
2735027291
"@metamask/notification-services-controller": "npm:^1.0.0"

0 commit comments

Comments
 (0)