-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Refactor UpdateEIP1559Transaction Component #4804
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
2f83998
to
1192929
Compare
Works for test networks...
Not able to see transactions for
https://recordit.co/AOcQTSurhz UPDATE: Transactions are now showing as of 8/19. |
Hey Chris, can we have a sync on this? |
"Submitted" transactions are not updating to "Completed" when blockchain shows success. When transaction is in this stated the "Speed Up" and "Cancel" will always show popup for retry but retry fails because transactions is already completed. |
I am working with the stability team (Tomas) on this. It seems to happen on production (bnb network) as well. Eth network is fine and can be tested. |
6918633
to
53853f6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving to see if this run the audit checks again.
53853f6
to
825b222
Compare
Description
There is very similar code spread across 5 components. The aim of this PR is to reduce the components to use as much common shared code as possible. This PR addresses the UpdateEIP1559Transaction screen. The changes in this PR shouldn't modify existing behaviour when QA'd. Check
Issue
Progresses
https://github.com/MetaMask/mobile-planning/issues/272
Screenshots/Recordings
updateTxn.mov
Issue
Progresses https://github.com/metamask/mobile-planning/issues/272
Checklist