-
Notifications
You must be signed in to change notification settings - Fork 24
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
FR - Add a flag to change the default derivation method for Trezor devices #131
Comments
@gitmachtl |
Hmm... i am using trezor-bridge on the cli, is this also available in bridge? |
I am just wondering how Trezor-Suite can also show the "Ledger" part without knowing the root-key? is Trezor-Suite requesting this from the device in a silenced mode? Or is there also a "Ledger" style flag for the |
Yes, bridge only forwards commands generated by Trezor Connect. |
Feature added in #135 |
As stated in trezor/trezor-firmware#1783 there are a number of different seed derivation schemes used in Cardano. But the 24 word seed implementation had a bug in Trezor. There was a fix for that, and the latest version is using Icarus. However the version with the Bug "Icarus_Legacy" is the default fallback method used in cardano-hw-cli. So if a Trezor device is used with 24 seed words, the derived keys/addresses via cardano-hw-cli don't line up anymore with the ones shown in Trezor-Suite right now. And using addresses generated via hw-cli results in "Cardano Legacy" addresses within Trezor-Suite.
Feature request is to add a flag that would tell cardano-hw-cli to use the newer "Icarus" method and not the "Icarus_Legacy" method.
@refi93
The text was updated successfully, but these errors were encountered: