Commit Graph

1001 Commits

Author SHA1 Message Date
SomberNight db919ff340 py3: cosigner_pool 2017-10-19 03:19:48 +02:00
ThomasV ddc989c672 fix #3062 2017-10-18 16:11:30 +02:00
ThomasV 49895df42f Merge pull request #3055 from SomberNight/trezor_cmd_raw_input
fix raw_input() in trezor cmdline
2017-10-18 11:14:35 +02:00
SomberNight ee352bcee0 maintenance for greenaddress plugin 2017-10-17 22:16:46 +02:00
SomberNight 5d81ed5d62 fix raw_input() in trezor cmdline 2017-10-17 21:05:26 +02:00
Neil Booth 21e0cd9237 Remove decrypt_message; no longer supported by Trezor or KeepKey 2017-10-17 18:19:38 +09:00
ThomasV f1792d1b13 Merge pull request #2996 from benma/mobile_pairing
digitalbitbox: import mobile pairing config
2017-10-17 08:21:55 +02:00
ThomasV d55468d1a6 Merge pull request #3046 from SomberNight/fix_trezor_unresolved_var_keystore
fix: unresolved var in trezor/plugin.py
2017-10-16 07:13:23 +02:00
SomberNight 1809996bbf fix: unresolved var in trezor/plugin.py 2017-10-16 02:25:30 +02:00
SomberNight a2fdb7a396 fix: rm unicode() calls in trezor plugin (py3) 2017-10-16 01:40:13 +02:00
ThomasV 0df24d9321 trezor plugin: add paytowitness (not supported yet) 2017-10-11 12:24:55 +02:00
ThomasV 293fba3a38 code cleanup 2017-10-10 14:37:00 +02:00
ThomasV 4836adff84 add cmdline support for 2fa wallets 2017-10-10 13:44:25 +02:00
Marko Bencun 439a7ca890 digitalbitbox: import mobile pairing config
- menu option to verify addresses securely
 - p2pkh transaction verification

Next steps: p2sh tx verification and full 2FA.
2017-10-07 23:56:11 +02:00
Roman Zeyde 1fa6b3fd31
amodem: fix str/bytes handling 2017-10-05 21:02:53 +03:00
SomberNight 512b73dfb8 fix trace for LabelSync with Imported_Wallet 2017-10-04 21:58:56 +02:00
SomberNight 5ce871ef55 fix: editing labels in [QT GUI] Addresses tab for headings resulted in errors 2017-10-04 14:21:45 +02:00
SomberNight e05c8439e6 fix json error when resetting 2fa 2017-09-27 01:51:21 +02:00
Marko Bencun bece1329cc digitalbitbox: fixed some more python3 issues 2017-09-25 00:06:24 +02:00
ThomasV 2239cb9624 fix #2921 2017-09-24 10:18:08 +02:00
ThomasV 99bc43d8db Merge pull request #2911 from SomberNight/pyqt5
migration to PyQt5
2017-09-24 09:42:32 +02:00
SomberNight e43481aafc fix prev commit: name collisions with _() 2017-09-24 04:44:11 +02:00
SomberNight f1a4f998d2 fix: return type of QFileDialog.getOpenFileName() changed 2017-09-24 04:16:39 +02:00
SomberNight d178c20b1f grammar fix (trustedcoin) 2017-09-24 01:42:24 +02:00
SomberNight 29b9d6fa61 fix email_requests plugin 2017-09-24 00:55:26 +02:00
SomberNight 4ac162f18b migration to PyQt5. initial commit. 2017-09-23 05:54:38 +02:00
BTChip 396c76f83f Check firmware version for Segwit related transactions, add native segwit support 2017-09-17 18:34:38 +02:00
ThomasV 63a1db1172 make xpub/xprv version information user-visible 2017-09-13 11:33:28 +02:00
ThomasV 4d3e079778 rename bc_address functions 2017-08-31 10:21:57 +02:00
ThomasV e4659327a1 fix #2645: do not call tx.get_fee from plugin 2017-08-31 09:55:44 +02:00
BTChip e49e3d6673 Python 3 and Segwit fixes 2017-08-30 22:49:03 +02:00
ThomasV b86619ee30 Merge pull request #2760 from jhoenicke/trezorsegwit
[TREZOR] Added Segwit support.
2017-08-30 11:48:55 +02:00
Marko Bencun 3143179907 fix digital bitbox plugin, port to Python 3
The digital bitbox plugin didn't work anymore, mostly due to str/bytes
issues.

This patch fixes message and tx signing. Backup restore is also
tested.

Untested: firmware <= v2.1.1 and wallet initialization.
2017-08-30 00:33:44 +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 fbe27fce04 fix #2811 2017-08-28 05:30:56 +02:00
ThomasV 92c4968ca9 Merge pull request #2792 from neocogent/ledger-typo
Fix Ledger plugin help text grammar
2017-08-26 09:06:27 +02:00
ThomasV e02687bcf2 python3 updates 2017-08-26 08:28:24 +02:00
ThomasV d8e37644d3 python3 updates 2017-08-26 08:28:24 +02:00
ThomasV bb0174a8de trezor updates for python3 2017-08-26 08:28:24 +02:00
ThomasV ab15ff3a00 updates for python3 2017-08-26 08:28:24 +02:00
ThomasV f1a8c0b0e6 misc. fixes for python3 2017-08-26 08:28:24 +02:00
ThomasV c3388d9677 misc python3 updates:
- use jsonrpclib-pelix
 - update the kivy gui
 - update plugins
2017-08-26 08:28:24 +02:00
Dmitry Sorokin 362ca96f38 x509 fixes and plugins 2017-08-26 08:28:24 +02:00
neocogent e641f2d251 fix ledger help text grammar 2017-08-23 11:56:18 +07: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
ThomasV 7617fbf0ff fix default sequence number in ledger plugin 2017-08-08 09:26:05 +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
neocogent b7c0e38ac4 fix spelling module name 2017-07-23 06:41:26 +07: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 777a3aa8bf Fixes for TrustedCoin plugin:
- reset billing_info after broadcast
- when bumping tx fee, do not use Trustedcoin output
2017-07-06 16:03:21 +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
djb 4e40a0bc5b
upgrade digital bitbox plugin for firmware 2.2.2 2017-06-23 16:08:55 +02:00
ThomasV 265fd5ad3f fix #2410 2017-05-21 10:21:32 +02:00
ThomasV 6ca52153c3 Trustedcoin: prepaid-only billing 2017-05-13 11:45:06 +02:00
ThomasV d3918ef611 fix #2394 2017-05-10 11:11:08 +02:00
ThomasV 853b6169ed hardware wallet support for locktime 2017-04-19 15:02:25 +02:00
ThomasV f7096010f0 add segwit to get_preimage_script 2017-04-18 11:12:46 +02:00
ThomasV 79bda98ba2 cleanup unused code 2017-04-18 10:48:09 +02:00
ThomasV 9140c1fc89 fix #2352 2017-04-18 10:43:24 +02:00
ThomasV 7c93d787ed follow-up a610e21279 2017-04-13 11:58:42 +02:00
BTChip 6fdbeddf08 RBF support 2017-04-12 19:35:00 +02:00
BTChip a610e21279 Segwit support 2017-04-12 19:15:43 +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 ded07132d2 Merge pull request #2313 from digitalbitbox/170319/many_inputs
stream signing for tx with large number of inputs
2017-03-20 06:38:16 +01:00
ThomasV e80ce35a1d fix #2315 2017-03-20 06:34:37 +01:00
djb ab8c51e233
stream signing for tx with large number of inputs 2017-03-19 18:18:19 +01:00
djb 2b9282a00e
Bypass plugins/hw_wallet/qt.py bug when setting initial devices password 2017-03-14 17:17:56 +01:00
ThomasV b27aeadb71 Merge pull request #2291 from saleemrashid/testnet-trezor
TREZOR Testnet support
2017-03-14 05:55:38 +01:00
Saleem Rashid 2a45e32e0e TREZOR: Use correct Testnet constants 2017-03-13 19:23:55 +00:00
Saleem Rashid 2dc7ba96c4 TREZOR: Update qt_generic for new InstallWizard
Broken by 45f2558
2017-03-13 19:21:55 +00:00
ThomasV 024de7afa5 kivy: trigger_update_history 2017-03-13 15:07:35 +01:00
ThomasV 3b0383128f fix trustedcoin wallet creation 2017-03-11 15:51:00 +01:00
ThomasV 8e368d2251 dbb: derivation must be byte string 2017-03-11 15:38:51 +01:00
BTChip aa7434bdaa Fix CPFP on change 2017-03-11 13:13:20 +01:00
ThomasV 2b0a7bcd73 Merge branch 'master' of git://github.com/spesmilo/electrum 2017-03-10 14:16:57 +01:00
ThomasV e43abb5c96 fix trustedcoin wizard. fixes #2276 2017-03-10 14:16:46 +01:00
djb 5b0d5814b9
dbb - bugfix after an upstream change 2017-03-10 11:49:59 +01:00
ThomasV a921f5becf kivy labels plugin: use Clock 2017-03-09 14:48:31 +01:00
ThomasV 9cb576a88c fix multisig update_password 2017-03-04 10:30:05 +01:00
ThomasV ddcdbfa181 ledger: pass str to message dialog 2017-03-02 08:42:49 +01:00
ThomasV f9e948ebc1 updates for ledger plugin 2017-03-02 08:39:32 +01:00
ThomasV 3d32301121 trezor plugin: update parameters of decrypt_message 2017-02-26 11:01:27 +01:00
ThomasV d944a09da5 fixes for Digital Bitbox plugin 2017-02-25 14:56:06 +01:00
Johann Bauer cdb57c73e8 Use new LabelSync server for the plugin
Also removes import of aes, seems like that was forgotten in e1515743cd. It isn't used anyway
2017-02-14 17:14:53 +01:00
ThomasV ae0235ee62 minor changes for Digital Bitbox 2017-01-31 15:31:56 +01:00
djb 6b6f0be7d4 add Digital Bitbox hardware wallet 2017-01-31 14:21:11 +01:00
ThomasV 6f083a712d trezor: use serialize_xpub 2017-01-30 10:16:18 +01:00
ThomasV 4cfe98216e update ledger get_xpub 2017-01-30 10:10:21 +01:00
ThomasV 6bfbc9a718 fix: replace remaining occurences of public_key_to_bc_address 2017-01-29 06:34:35 +01:00
ThomasV ce11a2fac5 replace segwit wallet class with custom xpub type 2017-01-26 13:53:31 +01:00
BTChip 0c4e26c55f Support testnet, display APDUs according to Electrum verbosity, support output streaming with btchip-python version 0.1.19 and BTC application 1.1.4+ 2017-01-25 01:34:35 +01:00
ThomasV 132fca86b2 fix #2133: deserialize_xkey 2017-01-23 20:49:26 +01:00
ThomasV 83a422988e ledger: ImportError fallback 2017-01-09 13:02:48 +01:00
neocogent da7e48f3a7 ledger new ui and mobile 2fa validation 2017-01-09 12:56:38 +01:00
ThomasV b16800864b trezor: fix is_xprv 2017-01-06 22:47:10 +01:00
ThomasV 6d33e1a35b trezor: fix wipe_device 2017-01-06 22:32:06 +01:00