almindor / etherwall

Ethereum QT5 Wallet
GNU General Public License v3.0
142 stars 59 forks source link

Support for Trezor Model T & on-device passphrase entry #100

Closed gkaindl closed 6 years ago

gkaindl commented 6 years ago

Following up on #99, I managed to get the Trezor Model T to work with Etherwall. I've tested importing the first 5 public keys, entering a passphrase on-device and via the app, as well as signing a transaction.

The following caveats apply:

almindor commented 6 years ago

Ah good to know. Thanks for all the work!

One more thing. I'm going to need you to sign your commits. You can maybe do it more easily by re-PR-ing from scratch using this code. See here on how to do it.

Etherwall is locked to only accept signed commits, which includes PR merges.

almindor commented 6 years ago

Closing since we've got #101 now