-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
fix: cherry-pick 7.47.0 include gas and gas price in PPOM requests (#15836) #16155
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
Conversation
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> Similar to MetaMask/metamask-extension#33180 with variations - Extract gas properties from TransactionMeta. - Continue to pass all request properties to PPOM (Tests are expecting these, and I don't see how this would block the work in this PR) - Use constant names > magic names Fixes: MetaMask/MetaMask-planning#5005 1. Go to this page... 2. 3. <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> <!-- [screenshots/recordings] --> <!-- [screenshots/recordings] --> - [ ] 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). - [ ] I've completed the PR template to the best of my ability - [ ] I’ve included tests if applicable - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [ ] 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. - [ ] 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. --------- Co-authored-by: OGPoyraz <[email protected]>
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. |
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/7.47.0 #16155 +/- ##
==================================================
+ Coverage 68.78% 68.81% +0.02%
==================================================
Files 2382 2384 +2
Lines 51531 51578 +47
Branches 7719 7729 +10
==================================================
+ Hits 35448 35491 +43
- Misses 13817 13821 +4
Partials 2266 2266 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Cherry-picks #15836
Delta:
Fixes: https://github.com/MetaMask/MetaMask-planning/issues/5005