26 Commits (476ce3f1dbd6b8ce87b8db45f2630d357d55225e)

Author SHA1 Message Date
SomberNight 6c4756dc3d check trezorlib version 7 years ago
slush d3b94d9353 Small refactoring; removed one layer of unnecessary abstraction. 7 years ago
slush 460e88ee53 hw plugins: Allow custom enumerate functions 7 years ago
slush dda9d4b746 Updated TREZOR plugin to work with trezorlib>=0.9.0. 7 years ago
slush a30d59912e Updated TREZOR plugin to work with trezorlib>=0.8.0. 7 years ago
ThomasV ab15ff3a00 updates for python3 8 years ago
ThomasV eb60e0d2e0 fix hw_type 8 years ago
ThomasV 55aa29917d Do not use side-effects of import to initialize hardware plugins 8 years ago
ThomasV b436042c89 partially revert fdb810ba62 8 years ago
ThomasV 1159f85e05 Major refactoring 8 years ago
slush0 fdb810ba62 Fixed TREZOR plugin to work with python-trezor>=0.7.0 (to be released). 8 years ago
slush0 18b7337aea Use Bridge transport if available; implementing #1139 9 years ago
Pavol Rusnak 6ce12ca1dc
fix spelling of TREZOR and SatoshiLabs 9 years ago
Neil Booth f271f65842 KeepKey / Trezor: client split 9 years ago
Neil Booth 3d9f321cae Use a shared device manager 9 years ago
Neil Booth e4269f2684 Use relative imports. 9 years ago
Neil Booth 11d135b32d Better install wizard 9 years ago
Neil Booth 11e1c62f28 Move hardware wallet to trezor/ 9 years ago
Neil Booth f3329988b2 More keepkey / trezor commonizing and cleanup 9 years ago
Neil Booth 33e57fe5a7 Share non-GUI plugin parts of KeepKey and Trezor 9 years ago
Neil Booth 42719cd0a9 Commonize GuiMixin for keepkey and trezor 9 years ago
Neil Booth 3a1bb5b61a Combine keepkey and trezor wallet code 9 years ago
Neil Booth 96c7f9e7cb Partially revert prior 9 years ago
Neil Booth c298860e11 A fix and cleanups for hardware wallets 9 years ago
ThomasV c7b1721f58 fix cmdline trezor 9 years ago
ThomasV ba2c737a21 finish separation between plugins and GUIs 9 years ago
ThomasV 2c0489c809 plugins: separate GUIs using child classes 9 years ago
ThomasV c86ef5e8b0 hardware wallets: fix sign_transaction in resstored wallets 9 years ago
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 9 years ago
ThomasV 71ec50e634 fix tooltips 9 years ago
ThomasV 65ff969d07 update trezor dialog 9 years ago
ThomasV 12431a1eb8 add trezor icon 9 years ago
ThomasV e18ddd0096 do not show plugins that register a custom wallet type in the plugins toggle dialog 9 years ago
ThomasV 31739d01d7 fix bug #1365 9 years ago
ThomasV 471cab6089 do not base64encode signatures in requests 9 years ago
ThomasV 15f592f022 trezor multisig: build xpub from pubkey 9 years ago
ThomasV c224a9ad9d enable multisig with trezor 9 years ago
ThomasV 0c37009cdb fix is_address (forgot p2sh) 9 years ago
ThomasV e994736bf5 trezor: print more info, in order to fix issue #1306 9 years ago
ThomasV 1427d96249 trezor: simplify get_client 9 years ago
ThomasV ed1001bf8b print trezor error message 9 years ago