Commit Graph

137 Commits

Author SHA1 Message Date
Justin Turner Arthur 857eb4ac1d Remove unused imports. Explicitly import a few deep imports. 2017-11-13 02:28:00 -06:00
SomberNight 0db5ea67a0 bitcoin.NetworkConstants: easier changing between testnet and mainnet 2017-11-09 17:47:57 +01:00
ThomasV f36024e216 hardware wallets: pass xtype to get_xpub 2017-10-31 11:45:25 +01:00
ThomasV 020f0637d7 trezor: only TYPE_ADDRESS is needed for non-change outputs 2017-10-23 14:03:43 +02:00
ThomasV 24442de8df fix command line interface for hardware wallets. fixes #3056 2017-10-19 11:59:36 +02:00
Neil Booth 21e0cd9237 Remove decrypt_message; no longer supported by Trezor or KeepKey 2017-10-17 18:19:38 +09:00
SomberNight 1809996bbf fix: unresolved var in trezor/plugin.py 2017-10-16 02:25:30 +02:00
ThomasV 0df24d9321 trezor plugin: add paytowitness (not supported yet) 2017-10-11 12:24:55 +02:00
ThomasV 4d3e079778 rename bc_address functions 2017-08-31 10:21:57 +02:00
Jochen Hoenicke 65db826454 [TREZOR] show segwit addresses on TREZOR 2017-08-29 18:45:18 +02:00
Jochen Hoenicke ec0de566a8 [TREZOR] Added Segwit support.
Following changes were necessary outside the TREZOR plugin.
- transaction.py: update_transaction handles segwit transactions.
- keystore.py: added a segwit parameter to bip44_derivation,
  use m/49' instead of m/44' for segwit.
2017-08-29 18:43:50 +02:00
ThomasV e02687bcf2 python3 updates 2017-08-26 08:28:24 +02:00
ThomasV bb0174a8de trezor updates for python3 2017-08-26 08:28:24 +02:00
Jochen Hoenicke 1c120e8f5c
[TREZOR] Set bip32 path in multisig change address 2017-08-15 16:25:30 +02:00
ThomasV 6cf10e54d0 trezor: add missing parameters for reset_device 2017-08-12 04:37:21 +02:00
Jochen Hoenicke e991722d9c
TREZOR: Remove sighash from input signatures
TREZOR firmware expects signatures not to contain the trailing sighash
byte.  This fixes issue fyookball/electrum#47 which also applies to
electrum.
2017-08-04 10:57:31 +02:00
ThomasV 46e6023578 comment out raise trezor plugin 2017-07-10 09:31:13 +02:00
ThomasV cb81ef6f34 fix sequence in trezor plugin (follow-up to d4e8f4be) 2017-07-09 18:55:26 +02:00
ThomasV 4934ae3cd9 follow-up previous commit 2017-06-27 11:00:14 +02:00
Mqrius a4e49c2d8b Trezor plugin: Sort multisig pubkeys before signing
See issue #2550
2017-06-25 14:26:26 +01:00
ThomasV 265fd5ad3f fix #2410 2017-05-21 10:21:32 +02:00
ThomasV 853b6169ed hardware wallet support for locktime 2017-04-19 15:02:25 +02:00
ThomasV 1d84029173 input_script: return txin.scriptSig if available. replace txin.is_coinbase with type. fixes #2321 2017-03-21 09:08:16 +01:00
ThomasV e80ce35a1d fix #2315 2017-03-20 06:34:37 +01:00
Saleem Rashid 2a45e32e0e TREZOR: Use correct Testnet constants 2017-03-13 19:23:55 +00:00
ThomasV 3d32301121 trezor plugin: update parameters of decrypt_message 2017-02-26 11:01:27 +01:00
ThomasV 6bfbc9a718 fix: replace remaining occurences of public_key_to_bc_address 2017-01-29 06:34:35 +01:00
anduck 064535c27d Update plugin.py 2016-11-09 23:14:25 +02:00
ThomasV b907018a25 trezor: fix length of signatures array 2016-10-20 09:22:48 +02:00
ThomasV 5e92e09044 fix pubkey ordering in multisig wallets. fix #1975 2016-10-16 19:17:32 +02:00
ThomasV 11ba5c441a fix #1976 2016-10-15 14:34:19 +02:00
ThomasV 34e271594a skip trezor address check with multisig addresses (issue #1975) 2016-10-15 13:57:55 +02:00
ThomasV 49a5994b29 use another lock for hid operations 2016-08-27 15:46:01 +02:00
ThomasV c82bd1d8cb disable bridge because it seems to never returns if keepkey is plugged 2016-08-27 14:58:58 +02:00
ThomasV 47f1a7b632 move update_status in handler 2016-08-27 14:56:31 +02:00
ThomasV b07d3466c0 new icons to show hardware wallet pairing in status bar 2016-08-27 11:30:53 +02:00
ThomasV 33c7787941 plugins: do not assume that handler belongs to keystore 2016-08-27 09:46:02 +02:00
ThomasV 86e23d9989 save wallet label in keystore, to facilitate pairing 2016-08-26 11:45:12 +02:00
ThomasV 11abdd7175 initialize device in separate thread 2016-08-25 15:03:30 +02:00
ThomasV 0f9fb49db7 don't use wizard as handler, it does not have all methods 2016-08-25 13:32:42 +02:00
ThomasV 665d1bc153 plugin: separate get_xpub and setup_device 2016-08-24 10:47:27 +02:00
ThomasV 8edca91390 wizard: trezor init 2016-08-24 05:58:41 +02:00
ThomasV 4781df9d21 wizard: scan hardware devices directly 2016-08-23 13:40:11 +02:00
ThomasV 0520eda628 device manager: remove seemingly unused parameter 2016-08-23 10:36:20 +02:00
ThomasV 3b830cbcfa wizard: fix trezor device initialization 2016-08-23 09:21:24 +02:00
ThomasV 80675121ce allow several hardware cosigners in the same wallet 2016-08-22 12:50:24 +02:00
ThomasV eb60e0d2e0 fix hw_type 2016-08-21 22:15:17 +02:00
ThomasV afe39330dc update wallet format again, for keystore 2016-08-21 11:58:15 +02:00
ThomasV 428bc539b3 hardware: store derivation instead of account_id 2016-08-20 21:08:30 +02:00
ThomasV 664077397e device manager: index devices by xpub 2016-08-20 20:54:15 +02:00