101 Commits (ab1714e9f27f11fe9392b96a2e8f8f617d833962)

Author SHA1 Message Date
ThomasV 87168282b9 check wallet type in installwizard_load_wallet hook 9 years ago
Neil Booth bbd50ba83c Remove all self.window references from plugins 9 years ago
Neil Booth ec3b7ba5ee Pass plugins object to plugin constructor 9 years ago
Darin Stanchfield c918ec2cdf fixed attempt to access account derivation before it is created 9 years ago
Darin Stanchfield 24af832fbd made sure to check if x_pubkey is valid xpub before parsing it 9 years ago
Neil Booth 2d05e7d891 Merge the network and network_proxy 9 years ago
ThomasV ed6c6bae24 fix typo 9 years ago
ThomasV 425cc4d258 fix: handle blank passphrase properly 9 years ago
ThomasV 2996ec927f fix #862: ask passphrase only once 9 years ago
ThomasV 94ecf8dd7d fix trezor statusbar 10 years ago
ThomasV 71ec50e634 fix tooltips 10 years ago
ThomasV 65ff969d07 update trezor dialog 10 years ago
ThomasV 12431a1eb8 add trezor icon 10 years ago
ThomasV e18ddd0096 do not show plugins that register a custom wallet type in the plugins toggle dialog 10 years ago
ThomasV 31739d01d7 fix bug #1365 10 years ago
ThomasV 471cab6089 do not base64encode signatures in requests 10 years ago
ThomasV 15f592f022 trezor multisig: build xpub from pubkey 10 years ago
ThomasV c224a9ad9d enable multisig with trezor 10 years ago
ThomasV 0c37009cdb fix is_address (forgot p2sh) 10 years ago
ThomasV e994736bf5 trezor: print more info, in order to fix issue #1306 10 years ago
ThomasV 1427d96249 trezor: simplify get_client 10 years ago
ThomasV ed1001bf8b print trezor error message 10 years ago
ThomasV 4cf97d9ab8 rm debugging line 10 years ago
ThomasV 98d0ff7536 trezor: move signing logic from wallet class to plugin 10 years ago
ThomasV 5ffd26402e separate load_wallet hook for installwizard 10 years ago
ThomasV 2863d19579 command-line handler for trezor 10 years ago
ThomasV 060e3aa23e plugins: call load_wallet in install wizard 10 years ago
ThomasV f70a996619 fix trezor initialiation hook (pass window in load_wallet) 10 years ago
ThomasV 5ba9303291 trezor handler for cmd line 10 years ago
ThomasV 778297697a lazy plugin constructor 10 years ago
ThomasV 8f98ea4aca make plugins available without the GUI 10 years ago
ThomasV 21b2fcbe85 always_hook. fix trezor handler. fixes #1146 10 years ago
ThomasV 21ccb1e82d trezor plugin: move Qt callbacks in a handler 10 years ago
ThomasV 01cfb8f8f1 new Button widgets 10 years ago
ThomasV 15636282e4 fix issue #1061: normalize trezor passphrases. Add passphrases to restore from seed with trezor. 10 years ago
m0mchil beaa932c97 close Trezor USB transport on wallet close 10 years ago
m0mchil ae8c382a4d better trezor version checks 10 years ago
m0mchil 1601d58819 Confirm address on TREZOR 10 years ago
ThomasV 395312e70f fix: add wallet types only if available 10 years ago
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