Skip to content

Commit d678bfb

Browse files
authored
chore(runway): cherry-pick feat: bump solana snap to 2.3.10 (#20059)
- feat: cp-7.55.0 bump solana snap to 2.3.10 (#20046) <!-- 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** This PR bumps the Solana snap to version `2.3.10`. ## **Changelog** CHANGELOG entry: Added a mechanism on the Solana snap to time out websocket subscriptions ([#525](MetaMask/snap-solana-wallet#525)) CHANGELOG entry: Offloaded the assets and transactions sync from account creation on the Solana snap ([#528](MetaMask/snap-solana-wallet#528)) CHANGELOG entry: Enforced proper assets state sync between the Solana snap and the client ([#529](MetaMask/snap-solana-wallet#529)) ## **Related issues** Fixes: ## **Manual testing steps** ```gherkin Feature: my feature name Scenario: user [verb for user action] Given [describe expected initial app state] When user [verb for user action] Then [describe expected outcome] ``` ## **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 Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/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-mobile/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. [e09f750](e09f750)
2 parents 743a9c8 + 507818a commit d678bfb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
"@metamask/snaps-rpc-methods": "^13.5.0",
295295
"@metamask/snaps-sdk": "^9.3.0",
296296
"@metamask/snaps-utils": "^11.5.0",
297-
"@metamask/solana-wallet-snap": "^2.3.6",
297+
"@metamask/solana-wallet-snap": "^2.3.10",
298298
"@metamask/solana-wallet-standard": "^0.5.1",
299299
"@metamask/stake-sdk": "^3.2.0",
300300
"@metamask/swappable-obj-proxy": "^2.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6188,10 +6188,10 @@
61886188
ses "^1.12.0"
61896189
validate-npm-package-name "^5.0.0"
61906190

6191-
"@metamask/solana-wallet-snap@^2.3.6":
6192-
version "2.3.6"
6193-
resolved "https://registry.npmjs.org/@metamask/solana-wallet-snap/-/solana-wallet-snap-2.3.6.tgz#5fe6d20d87f07d9bfe0c7a74fbcab6aa5ef19be9"
6194-
integrity sha512-1w2+j2D3Dh7jhp5dAirhZd+/3Q/ExnAgb3+qAPPWCdaHUkYha86EGMXQd3Yqu0IQewEVYwZ4yK+CJ7gYg34d6A==
6191+
"@metamask/solana-wallet-snap@^2.3.10":
6192+
version "2.3.10"
6193+
resolved "https://registry.yarnpkg.com/@metamask/solana-wallet-snap/-/solana-wallet-snap-2.3.10.tgz#62865af0512b8e6456253ee367bd0e6260fb93c4"
6194+
integrity sha512-k5yHFqVhKsZcDwlcpTQC8XmonEbsTjrSiXQDvnxyil+fnbhWEEuJeGezlTiFGf4CK1eHi/ML3JlEWkDwfZGSyg==
61956195

61966196
"@metamask/solana-wallet-standard@^0.5.1":
61976197
version "0.5.1"

0 commit comments

Comments
 (0)