-
Notifications
You must be signed in to change notification settings - Fork 5.5k
[Ledger ] Transactions are all failing in main #31004
Copy link
Copy link
Labels
INVALID-ISSUE-TEMPLATEIssue's body doesn't match any issue template.Issue's body doesn't match any issue template.Sev1-highHigh severity; partial loss of service with severe impact upon users, with no workaround.High severity; partial loss of service with severe impact upon users, with no workaround.regression-RC-12.15.0Regression bug that was found in release candidate (RC) for release 12.15.0Regression bug that was found in release candidate (RC) for release 12.15.0release-12.16.0Issue or pull request that will be included in release 12.16.0Issue or pull request that will be included in release 12.16.0release-blockerThis bug is blocking the next releaseThis bug is blocking the next releaseteam-accounts-frameworkAccounts teamAccounts teamtype-bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
INVALID-ISSUE-TEMPLATEIssue's body doesn't match any issue template.Issue's body doesn't match any issue template.Sev1-highHigh severity; partial loss of service with severe impact upon users, with no workaround.High severity; partial loss of service with severe impact upon users, with no workaround.regression-RC-12.15.0Regression bug that was found in release candidate (RC) for release 12.15.0Regression bug that was found in release candidate (RC) for release 12.15.0release-12.16.0Issue or pull request that will be included in release 12.16.0Issue or pull request that will be included in release 12.16.0release-blockerThis bug is blocking the next releaseThis bug is blocking the next releaseteam-accounts-frameworkAccounts teamAccounts teamtype-bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for Bug.
After testing the system. following are the devices being affected: (link to slack https://consensys.slack.com/archives/CTQAGKY5V/p1742232900204879)
Trezor: Forbidden key path
ledger: unsupported transaction type: undefined
QR device: device hang during scanning QR
Ledger has been identified the root cause due to this ethereumjs upgrade PR MetaMask/accounts#209
and basically the ethereumjs upgrade code change make the transaction rawTxHex contain
0xprefix which is not valid for to @ledgerhq/hw-eth-app clearSignTransaction function. that functions expect a rawTxHex without0xprefix.