Skip to content

Commit e09f750

Browse files
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.
1 parent 188d29b commit e09f750

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
@@ -302,7 +302,7 @@
302302
"@metamask/snaps-rpc-methods": "^13.5.0",
303303
"@metamask/snaps-sdk": "^9.3.0",
304304
"@metamask/snaps-utils": "^11.5.0",
305-
"@metamask/solana-wallet-snap": "^2.3.8",
305+
"@metamask/solana-wallet-snap": "^2.3.10",
306306
"@metamask/solana-wallet-standard": "^0.5.1",
307307
"@metamask/stake-sdk": "^3.2.0",
308308
"@metamask/swappable-obj-proxy": "^2.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6234,10 +6234,10 @@
62346234
ses "^1.14.0"
62356235
validate-npm-package-name "^5.0.0"
62366236

6237-
"@metamask/solana-wallet-snap@^2.3.8":
6238-
version "2.3.8"
6239-
resolved "https://registry.yarnpkg.com/@metamask/solana-wallet-snap/-/solana-wallet-snap-2.3.8.tgz#73d9f525d61b24e44a1889352bd1d115314bc59f"
6240-
integrity sha512-UZnsCrhFVIY2HHOEILwBI2qtlxMTGqzln3kKNVVMGJq7+UmDftHyWbaYbD8go55GkCdaOTOBZ8ZhPsSU+JxDBg==
6237+
"@metamask/solana-wallet-snap@^2.3.10":
6238+
version "2.3.10"
6239+
resolved "https://registry.yarnpkg.com/@metamask/solana-wallet-snap/-/solana-wallet-snap-2.3.10.tgz#62865af0512b8e6456253ee367bd0e6260fb93c4"
6240+
integrity sha512-k5yHFqVhKsZcDwlcpTQC8XmonEbsTjrSiXQDvnxyil+fnbhWEEuJeGezlTiFGf4CK1eHi/ML3JlEWkDwfZGSyg==
62416241

62426242
"@metamask/solana-wallet-standard@^0.5.1":
62436243
version "0.5.1"

0 commit comments

Comments
 (0)