Commit d678bfb
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 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6188 | 6188 | | |
6189 | 6189 | | |
6190 | 6190 | | |
6191 | | - | |
6192 | | - | |
6193 | | - | |
6194 | | - | |
| 6191 | + | |
| 6192 | + | |
| 6193 | + | |
| 6194 | + | |
6195 | 6195 | | |
6196 | 6196 | | |
6197 | 6197 | | |
| |||
0 commit comments