-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix: Solana TokenDetails send flow #15095
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
|
|
…-evm networks (#15096) ## **Description** It looks like Send flow via the Token Details screen is not supported as of 7.46. There is another PR opened that begins to implement this: #15095 This PR can be used as a cherry-pick in the meantime into 7.46 to disable send flow via tokens details for non-evm networks. Worth mentioning that users can still enter the send flow via the main tokens screen. ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** https://github.com/user-attachments/assets/58fa7961-6533-43b0-8d1e-b441de159577 ## **Pre-merge author checklist** - [x] 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). - [x] I've completed the PR template to the best of my ability - [x] I’ve included tests if applicable - [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [x] 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.
…n non-evm networks (#15096) ## **Description** It looks like Send flow via the Token Details screen is not supported as of 7.46. There is another PR opened that begins to implement this: #15095 This PR can be used as a cherry-pick in the meantime into 7.46 to disable send flow via tokens details for non-evm networks. Worth mentioning that users can still enter the send flow via the main tokens screen. ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** https://github.com/user-attachments/assets/58fa7961-6533-43b0-8d1e-b441de159577 ## **Pre-merge author checklist** - [x] 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). - [x] I've completed the PR template to the best of my ability - [x] I’ve included tests if applicable - [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [x] 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.
…n non-evm networks (#15096) ## **Description** It looks like Send flow via the Token Details screen is not supported as of 7.46. There is another PR opened that begins to implement this: #15095 This PR can be used as a cherry-pick in the meantime into 7.46 to disable send flow via tokens details for non-evm networks. Worth mentioning that users can still enter the send flow via the main tokens screen. ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** https://github.com/user-attachments/assets/58fa7961-6533-43b0-8d1e-b441de159577 ## **Pre-merge author checklist** - [x] 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). - [x] I've completed the PR template to the best of my ability - [x] I’ve included tests if applicable - [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [x] 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.
…ow via token details on non-evm networks (#15096) ## **Description** It looks like Send flow via the Token Details screen is not supported as of 7.46. There is another PR opened that begins to implement this: #15095 This PR can be used as a cherry-pick in the meantime into 7.46 to disable send flow via tokens details for non-evm networks. Worth mentioning that users can still enter the send flow via the main tokens screen. ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** https://github.com/user-attachments/assets/58fa7961-6533-43b0-8d1e-b441de159577 ## **Pre-merge author checklist** - [x] 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). - [x] I've completed the PR template to the best of my ability - [x] I’ve included tests if applicable - [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [x] 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.
Description
This PR fixes the crash when navigating from TokenDetail to send flow (see Slack thread for more context). However, it seems like on Solana, the send flow isn't working as it needs to for non-evm sends. Users can still send tokens via the main send button on the main Tokens Screen.
Related issues
Fixes: https://consensys.slack.com/archives/C08DSA2SUB1/p1746218572114329
Manual testing steps
Screenshots/Recordings
Screen.Recording.2025-05-03.at.4.07.07.AM.mov
Pre-merge author checklist
Pre-merge reviewer checklist