-
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
Overriding gas estimate in the send page even if enough ETH is not available #18554
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. |
3d2b87e
to
92b30fc
Compare
Builds ready [92b30fc]
Page Load Metrics (1552 ± 35 ms)
Bundle size diffs
|
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.
I think it would be good to add a test for the new logic. Can we add a follow-up PR for this or handle it in this PR?
@seaona Can we do a round of QA review on this PR to make sure these changes have not affected the other existing scenarios? |
The behavior seems to work as expected @NiranjanaBinoy 👍 and flows seem to work normally.
So from QA looks good. I've reviewed the current Warnings/input validations on Edit and Confirm screens and it seems that they are not super consolidated across different network types. See: On EIP1559 networks (i.e. Mainnet)
On non EIP1559 networks (i.e. Polygon zkEVM)When I am on Edit screen, I see the following input validation errors: And if I proceed I see this warning @bschorchit do we need to consolidate them somehow? This should be a separate issue in case we want to change it. |
Explanation
Fixes #17966
Removing the gas warning and enabling the next button on the send page even when enough ETH is not available for gas.
Manual Testing Steps
Next
button is activePre-merge author checklist
Pre-merge reviewer checklist
If further QA is required (e.g. new feature, complex testing steps, large refactor), add the
Extension QA Board
label.In this case, a QA Engineer approval will be be required.