Neil Booth
93d05e8cfe
Have close_wallet hook take a wallet.
9 years ago
Neil Booth
1d51335827
Remove need for self.wallet for h/w wallets
9 years ago
Neil Booth
7811b974e9
Remove more duplicated code
9 years ago
Neil Booth
9d9fcbde64
Proper treatment of restored hardware wallets
They have a different wallet type; they require no plugin nor
plugin libraries to use.
Remove pointless public key code that was implemented in the
base classes already.
Partial fix for #1592 . Unfortunately the plugin and library
are still required to actually restore the wallet, but for
no reason that isn't fixable.
9 years ago
Neil Booth
b50ace4225
Support adding/removing/changing PIN on Trezor
9 years ago
Neil Booth
1b754524f9
Add more information to the trezor settings dialog
9 years ago
Neil Booth
669cf74789
Fix trezor restore
Broken by my recent changes
9 years ago
Neil Booth
7372e0e082
PEP8-ify most of plugins/trezor
9 years ago
Neil Booth
c02daa56b0
Finish merging keepkey / trezor implementations
9 years ago
Neil Booth
cb4947d705
Add the keepkey cancellation feature
to the generic implementation. Not currently used by the trezor
libraries.
9 years ago
Neil Booth
7b5f3884fa
Combine QTHandlers for KeepKey and Trezor
Again they do the same thing, so share the code
9 years ago