Add trezor HD path for ledger wallets#10616
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. |
|
LGTM, retagged @darkwing for review as he had already provided feedback on the previous iteration. |
Builds ready [57bfb2e]
Page Load Metrics (646 ± 50 ms)
|
|
The main thing holding this up is testing. I'm about to test this myself locally by importing a seed from a Trezor device onto a Ledger device, to ensure the derived account is correct and functions correctly. |
|
I have tested this with a Ledger X, and I was able to successfully import a seedphrase generated on a trezor device, and to connect and sign with accounts from this device (I tested with the 2nd account, because the first is identical between the Ledger Live and the BIP44 HD paths). LGTM! |
darkwing
left a comment
There was a problem hiding this comment.
Excellent! This worked great for me!
Fixes: #10531
Explanation:
Allows Trezor users to access their accounts from a Ledger
Manual testing steps:
User should be able to access all accounts they had on Trezor from their ledger.
This is a re-post of PR #10532 by @bgits