-
Notifications
You must be signed in to change notification settings - Fork 96
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
Support full passphrase in newest Trezor firmwares (1.9.0 and 2.3.0) #2864
Comments
Thanks for opening your first issue here! Be sure to follow the issue template for bug report or feature request! |
This is urgent as you aren't able to access your LSK. |
Hello @tsusanka lisk-desktop (and also liskish-wallet) use mainly |
Thanks for the heads-up @tsusanka . This is planned for the current week. I'll get in touch if I needed more info. thank you. |
Hi @hirishh I was trying to add Summary: I would strongly recommend to use |
I believe this is your case: trezor-connect in main electron process and communication thru ipc: https://github.com/trezor/connect/tree/develop/examples/electron/main-process |
Hello @szymonlesisz, Thank you for the heads up. It's true lisk desktop is not using passphrase fuctionalities, but liskish wallet does ( https://github.com/hirishh/liskish-wallet/blob/2.0.0/app/src/hw/trezor.js#L108 ) Thank you for the example with electron. I will try to integrate it and get rid of trezor.js. @liskdev better to plan a migration to trezor connect guys! Thanks! |
Hello @reyraa, hirish |
The passphrase issue is resolved and will be available via v1.27.2. But migrating to |
Adapt hardware wallet integration for Lisk Core v4 will ensure the firmware is updated #4041 |
We have done some modifications regarding how passphrase is communicated between Trezor and the host.
Please upgrade the trezor-connect dependency of your application to latest (8.1.1 atm), otherwise your users won't be able to enter passphrase on the device (on Trezor T).
Thanks!
Related: #2214
The text was updated successfully, but these errors were encountered: