59 Commits (f305c01792fa56d71ea375d2be6259d74d60012e)

Author SHA1 Message Date
ThomasV 78ce20b0b8 fix plugins initialization 10 years ago
ThomasV 36a5e09532 trezor restore from seed 10 years ago
ThomasV dda4a0fcb3 call load_wallet and close_wallet for each plugin 10 years ago
ThomasV da968b60e4 drop support for multiple accounts (bip44) in standard wallets 10 years ago
ThomasV 477b7c3402 fix issue #961 10 years ago
ThomasV 070126104f fix #910 10 years ago
ThomasV babead68b6 trezor: don't call sign_transaction twice 10 years ago
ThomasV 956f69f3d3 trezor: raise and catch BaseException in signing 10 years ago
ThomasV 8347ad5449 fix hardware plugins with tx.error 10 years ago
ThomasV ca6194e563 trezor: check if device is connected before asking passphrase 10 years ago
Michael Wozniak c9fab344ca Keep trezor pin dialog on top of other windows 10 years ago
ThomasV 5b84cbe9fb close_wallet 10 years ago
ThomasV 45a55e258f trezor: check device on load_wallet 10 years ago
ThomasV a7102bee78 fix indentation 10 years ago
ThomasV 410ac82667 Do not call Qt from non-Qt threads, this will segfault (give_error) 10 years ago
ThomasV 374daa25af create a PendingAccount if coins have been sent to next_account 10 years ago
ThomasV 1fb8af40c5 disable privkey export menu in trezor wallets 10 years ago
ThomasV 265d74c542 fix #825 10 years ago
ThomasV 622fb6c08b add wallet categories 10 years ago
ThomasV 449feddaaf raise an exception on trezor decrypt 10 years ago
BTChip 098c608e3d Reject outdated firmware versions 10 years ago
ThomasV 79588eb4da init plugins before gui. register wallet types in plugin constructor 10 years ago
ThomasV a3790372d8 @hook decorator for plugins 10 years ago
Chris Rico 4f82fce81d Reverted change to TrezorWallet.address_id() 10 years ago
Chris Rico 49c2ba5b12 Removed hard coded purpose and coin_type (provided by Wallet.get_address_index) 10 years ago
ThomasV c130ff6715 fix plugin restore: wallet_type 10 years ago
ThomasV 58c6518b30 print more tracebacks 10 years ago
ThomasV b58aae699e fix address_id 10 years ago
Maran 0ce463c99c Make all errors for Trezor visible in the GUI 10 years ago
ThomasV 8a17e1a5a7 trezor: is_available() 10 years ago
ThomasV 58e1dd2a24 update trezor plugin 10 years ago
ThomasV 15f6a6a369 fix xpub in trezor plugin (fingerprint and child number should be big endian) 10 years ago
Maran 2afe4e30f7 Add a GUI messagebox when using a Trezor but can't connect to the device. 10 years ago
Maran 78469f488a Change wording on Trezor pincode request 10 years ago
ThomasV 57e50ee326 handle exceptions raised if trezor is not found 10 years ago
ThomasV 20f93f7df0 set wallet.can_change_password and wallet.has_seed for trezor 10 years ago
ThomasV 11e1e0e923 add support for p2sh addresses to trezor plugin 10 years ago
Max Kaye dc40a4fefa Add Trezor plugin settings - can now view ID and set device label 10 years ago
ThomasV 638565bddb fix get_public_key of trezor plugin 10 years ago
Michael Wozniak 0c81010290 Add decrypt function 10 years ago
Michael Wozniak 017693fa57 Update trezor plugin for message signing 10 years ago
Michael Wozniak d2c1ebfc63 Remove extra variable that isn't needed 10 years ago
Michael Wozniak ef6ccf2bcd Fix dialog for cancelled TX on Trezor 10 years ago
Michael Wozniak e9e8b7e960 Clean up dialog code 10 years ago
Michael Wozniak 6206da00e0 update trezor plugin waiting dialog 10 years ago
Michael Wozniak 14f00609aa update imports for gui 10 years ago
Michael Wozniak ec833b43e9 update imports 10 years ago
m0mchil d5f08d657f passing wallet instance not needed anymore 10 years ago
Pavol Rusnak bb78873e24 don't use internal cmdtr module in trezor plugin 10 years ago
slush0 801bcd69e8 Fix get_master_public_key, Label plugin now works 10 years ago