Fix: 8917 user unable to send funds using ledger#8930
Closed
dawnseeker8 wants to merge 1 commit into
Closed
Conversation
…e gas in transaction.
Contributor
|
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. |
Contributor
|
Merged
13 tasks
matthewwalsh0
approved these changes
Mar 14, 2024
Contributor
Author
|
e2e tests pass even |
Contributor
Author
|
Close this PR because another cherry pick PR #8940 will be used instead. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR will fix #8917 for all the release 7.17.0, 7.17.1 and 7.18.0.
The fix is quite simple to move the
await this.persistTransactionParameters(transaction);above ledger code inConfirm/index.jsfile so that TransactionController can persist all gas relative tx parameter before ledger process signTransaction.Related issues
Fixes: #8917
Manual testing steps
Screenshots/Recordings
Before
8917_iPhone.MP4
After
Screen_Recording_20240314_133247_MetaMask.mp4
Pre-merge author checklist
Pre-merge reviewer checklist