-
-
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
chore: update gas fee controller to 15.1.2 #9693
Conversation
…er v9, phishing controller v9, addressed ts errors on engine file and added ts expect errors for the controllers that need to be updated due to base controller version mismatch, also fix ts issue on rpcmethod middle ware
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. |
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: npm/@metamask/gas-fee-controller@13.0.2 |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
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.
What was the conclusion for the failing E2E for 1559 gas estimate type? Was it resolved on the API side?
Bitrise✅✅✅ Commit hash: 97902b0 Note
|
Checked migration and it appears to be working just fine 👍 |
Quality Gate passedIssues Measures |
Bitrise✅✅✅ Commit hash: 9592677 Note
|
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
Description
This PR upgrades
gas-fee-controller
from version 13 to version 15.1.2 and fixes the breaking changes associated with the upgrade.Related issues
Fixes: https://github.com/MetaMask/mobile-planning/issues/1785
Manual testing steps
Screenshots/Recordings
Regular Transactions
Before:
After:
Dapp Transaction
Before:
After:
Reported prices (app vs Etherscan)
ETH Mainnet: .00017 ETH vs 0.00017017
Linea mainnet: < .00001 ETH vs .000001 ETH
Sepolia testnet: .00023 ETH vs 0.00022519
Pre-merge author checklist
Pre-merge reviewer checklist