-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[Bug]: Missing Smart Transactions status page #29806
Labels
regression-prod-12.10.1
Regression bug that was found in production in release 12.10.1
regression-RC-12.11.0
Regression bug that was found in release candidate (RC) for release 12.11.0
release-12.12.0
Issue or pull request that will be included in release 12.12.0
release-blocker
This bug is blocking the next release
rollout-blocker
Sev2-normal
Normal severity; minor loss of service or inconvenience.
team-confirmations
Push issues to confirmations team
type-bug
Something isn't working
Comments
dan437
added
regression-RC-12.11.0
Regression bug that was found in release candidate (RC) for release 12.11.0
team-confirmations
Push issues to confirmations team
type-bug
Something isn't working
labels
Jan 20, 2025
benjisclowder
added
the
Sev2-normal
Normal severity; minor loss of service or inconvenience.
label
Jan 21, 2025
dan437
added
the
regression-prod-12.10.1
Regression bug that was found in production in release 12.10.1
label
Jan 22, 2025
7 tasks
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 23, 2025
## **Description** Ensure the smart transaction status confirmation is shown after internal transfer transactions are confirmed. Resolved by triggering confirmation navigation if only approval flows exist in the state. [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/29860?quickstart=1) ## **Related issues** Fixes: #29806 ## **Manual testing steps** See issue. ## **Screenshots/Recordings** ### **Before** ### **After** ## **Pre-merge author checklist** - [x] 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). - [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-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.
metamaskbot
added
the
release-12.12.0
Issue or pull request that will be included in release 12.12.0
label
Jan 23, 2025
aiden069
pushed a commit
to GOATNetwork/metamask-extension
that referenced
this issue
Jan 23, 2025
## **Description** Ensure the smart transaction status confirmation is shown after internal transfer transactions are confirmed. Resolved by triggering confirmation navigation if only approval flows exist in the state. [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/29860?quickstart=1) ## **Related issues** Fixes: MetaMask#29806 ## **Manual testing steps** See issue. ## **Screenshots/Recordings** ### **Before** ### **After** ## **Pre-merge author checklist** - [x] 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). - [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-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.
matteoscurati
pushed a commit
that referenced
this issue
Jan 27, 2025
## **Description** Ensure the smart transaction status confirmation is shown after internal transfer transactions are confirmed. Resolved by triggering confirmation navigation if only approval flows exist in the state. [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/29860?quickstart=1) ## **Related issues** Fixes: #29806 ## **Manual testing steps** See issue. ## **Screenshots/Recordings** ### **Before** ### **After** ## **Pre-merge author checklist** - [x] 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). - [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-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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
regression-prod-12.10.1
Regression bug that was found in production in release 12.10.1
regression-RC-12.11.0
Regression bug that was found in release candidate (RC) for release 12.11.0
release-12.12.0
Issue or pull request that will be included in release 12.12.0
release-blocker
This bug is blocking the next release
rollout-blocker
Sev2-normal
Normal severity; minor loss of service or inconvenience.
team-confirmations
Push issues to confirmations team
type-bug
Something isn't working
Describe the bug
Have Smart Transactions enabled in Advanced Settings. When submitting a Send transaction or a dapp transaction on Ethereum mainnet, it didn't show the Smart Transactions status page. It showed the Activity list instead. A user can click on the Fox extension icon to see the status page, but it should be displayed immediately.
Expected behavior
Smart Transactions status page is displayed after submitting a Send or a dapp transaction.
Screenshots/Recordings
No response
Steps to reproduce
Error messages or log output
Detection stage
During release testing
Version
12.11.0
Build type
None
Browser
Chrome
Operating system
MacOS
Hardware wallet
No response
Additional context
No response
Severity
No response
The text was updated successfully, but these errors were encountered: