Skip to content

Commit c76f800

Browse files
release(runway): cherry-pick feat: cp-13.3.1 bump solana snap (#36251)
## **Description** This PR bumps the Solana snap to version `2.3.11`. [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/36251?quickstart=1) ## **Changelog** CHANGELOG entry: Added support for signing transactions where the fee payer differs from the user's account ([#535](MetaMask/snap-solana-wallet#535)) CHANGELOG entry: Offline fee calculation with support to secp256k1 and secp256r1 signatures ([#527](MetaMask/snap-solana-wallet#527)) ## **Related issues** Fixes: ## **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 1db247d commit c76f800

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
"@metamask/snaps-rpc-methods": "^13.5.1",
344344
"@metamask/snaps-sdk": "^9.3.0",
345345
"@metamask/snaps-utils": "^11.5.0",
346-
"@metamask/solana-wallet-snap": "^2.3.10",
346+
"@metamask/solana-wallet-snap": "^2.3.11",
347347
"@metamask/solana-wallet-standard": "^0.5.1",
348348
"@metamask/streams": "^0.2.0",
349349
"@metamask/transaction-controller": "^60.1.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7368,10 +7368,10 @@ __metadata:
73687368
languageName: node
73697369
linkType: hard
73707370

7371-
"@metamask/solana-wallet-snap@npm:^2.3.10":
7372-
version: 2.3.10
7373-
resolution: "@metamask/solana-wallet-snap@npm:2.3.10"
7374-
checksum: 10/06d00d86c2e87c430fd59fd8a28de9bcc50156650dcb2f202b6822beaba458d2fc30ba68c9425010829d4e7763884444cc7f01eb6da047add8d0a42408073ec0
7371+
"@metamask/solana-wallet-snap@npm:^2.3.11":
7372+
version: 2.3.11
7373+
resolution: "@metamask/solana-wallet-snap@npm:2.3.11"
7374+
checksum: 10/9d2423da3a6f4272d15f8bf92364e23853360d27dcda39210f15ae7b2dfe34c0a4c1092950570c874caa4c7deabf03d4be3a718db4cf92353514a5cf1ac7a8c3
73757375
languageName: node
73767376
linkType: hard
73777377

@@ -31792,7 +31792,7 @@ __metadata:
3179231792
"@metamask/snaps-rpc-methods": "npm:^13.5.1"
3179331793
"@metamask/snaps-sdk": "npm:^9.3.0"
3179431794
"@metamask/snaps-utils": "npm:^11.5.0"
31795-
"@metamask/solana-wallet-snap": "npm:^2.3.10"
31795+
"@metamask/solana-wallet-snap": "npm:^2.3.11"
3179631796
"@metamask/solana-wallet-standard": "npm:^0.5.1"
3179731797
"@metamask/streams": "npm:^0.2.0"
3179831798
"@metamask/superstruct": "npm:^3.2.1"

0 commit comments

Comments
 (0)