Commit Graph

7567 Commits

Author SHA1 Message Date
Johann Bauer 66c928572a Let travis run the test using Python3 2017-08-26 08:28:24 +02:00
ThomasV f1a8c0b0e6 misc. fixes for python3 2017-08-26 08:28:24 +02:00
ThomasV 4f516dc08e fixes for paymentrequests and 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
fr3aker e562b0b565 python3: fix bad type in make_seed 2017-08-26 08:28:24 +02:00
fr3aker 8a15581d8e fix imports 2017-08-26 08:28:24 +02:00
Dmitry Sorokin c86140a608 py3 in setup.py and tox config 2017-08-26 08:28:24 +02:00
Dmitry Sorokin 21101386a2 paymentrequest upd 2017-08-26 08:28:24 +02:00
Dmitry Sorokin 362ca96f38 x509 fixes and plugins 2017-08-26 08:28:24 +02:00
Dmitry Sorokin 0693403358 sending fixed 2017-08-26 08:28:24 +02:00
Dmitry Sorokin f02d18226b misc ui and lib fixes for py3 2017-08-26 08:27:47 +02:00
Dmitry Sorokin d304ccdf17 py3 in qtgui 2017-08-26 08:27:47 +02:00
Dmitry Sorokin 5be78950ca py3 2017-08-26 08:27:47 +02:00
ThomasV f70408cef5 fix ctypes for zbar qrcode scanner 2017-08-25 11:23:11 +02:00
ThomasV 7ed79011fe Merge branch 'master' of git://github.com/spesmilo/electrum 2017-08-17 11:07:11 +02:00
ThomasV cfa037fd6f add error message about wallet not loaded. fixes #2756 2017-08-17 11:06:53 +02:00
ThomasV 65f0efe0d7 Merge pull request #2762 from sebcode/bugfix/add-missing-import
add missing import
2017-08-16 22:28:12 +02:00
Sebastian Volland d95e79efab add missing import 2017-08-16 19:11:07 +02:00
Kacper Żuk c6e09a6038 Provide warnings about invalid BIP39 checksum in seed dialog 2017-08-16 15:25:06 +02:00
ThomasV 8b194cd409 show bip39 warning and add info about checksum disabled 2017-08-16 12:40:12 +02:00
ThomasV 322587e493 Merge pull request #2755 from jhoenicke/multisigfix
Set bip32 path for multisig change address
2017-08-16 08:04:32 +02:00
Jochen Hoenicke 1c120e8f5c
[TREZOR] Set bip32 path in multisig change address 2017-08-15 16:25:30 +02:00
ThomasV a22cf973b4 Revert "Only save config if value changed"
This reverts commit 47e062aa7e.
2017-08-15 12:55:53 +02:00
ThomasV 6cedb68023 Merge pull request #2751 from SomberNight/tor-save-proxy-settings
bugfix: [GUI-QT/Network] Save proxy setting when toggling Tor checkbox
2017-08-15 12:48:03 +02:00
SomberNight 260c3eecab bugfix: [GUI-QT/Network] Save proxy setting when toggling Tor checkbox 2017-08-15 03:26:44 +02:00
ThomasV 63bb01cf8f Merge pull request #2742 from mathiscode/patch-1
Fix minor typo in exporting labels
2017-08-13 07:01:23 +02:00
J.R. Mathis 5062e642c2 Fix minor typo in exporting labels
Changed "where" to "were"
2017-08-12 22:59:07 -05:00
ThomasV 8d82e66eee fix #2690 2017-08-12 10:22:19 +02:00
ThomasV 5fb51a91a2 fix #2736 2017-08-12 10:06:28 +02:00
ThomasV 6cf10e54d0 trezor: add missing parameters for reset_device 2017-08-12 04:37:21 +02:00
ThomasV 713a803e0f build-wine: add trezor version 2017-08-11 07:27:06 +02:00
ThomasV 24e3fab8af prepare version 2.9.3 2017-08-10 18:01:22 +02:00
ThomasV 6a984ab9b6 Merge pull request #2720 from bauerj/config-skip-save
Only save config if value changed
2017-08-10 17:56:38 +02:00
ThomasV d4ab8de91d update wine script for hardware wallets 2017-08-10 17:53:17 +02:00
ThomasV 169ca85a01 fix #2719 2017-08-10 03:45:10 +02:00
Johann Bauer 47e062aa7e Only save config if value changed 2017-08-09 22:27:57 +02:00
ThomasV 1ee41089cf Merge pull request #2693 from casper/gui-history-upgrades
History list - GUI fix + small improvements
2017-08-08 09:42:58 +02:00
ThomasV 7617fbf0ff fix default sequence number in ledger plugin 2017-08-08 09:26:05 +02:00
ThomasV 9ab4f1e42e Merge branch 'master' of git://github.com/spesmilo/electrum 2017-08-08 06:03:57 +02:00
ThomasV 08fab753e8 change default value of confirmed_only, spending unconfirmed coins 2017-08-08 06:03:47 +02:00
ThomasV 0a14785e93 Merge pull request #2707 from bauerj/new-ico
Use Windows icon with higher resolution and transparency
2017-08-07 21:18:36 +02:00
Johann Bauer 1e5462dccf Use Windows icon with higher resolution and transparency 2017-08-07 21:03:48 +02:00
ThomasV a13581e6db fix #2697 2017-08-06 09:55:49 +02:00
Casper 713c3c7460 History list upgrades
+ add icon tooltip
  + fix text alignment
  + add double click for details
2017-08-05 11:19:29 +03:00
ThomasV 72706f8219 network: connection_down if interface fails to connect chunk 2017-08-04 15:34:23 +02:00
ThomasV 0eb05f7cc4 Merge pull request #2687 from jhoenicke/trezor
TREZOR: Remove sighash from input signatures
2017-08-04 11:20:00 +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 41e39caad1 Merge pull request #2683 from valiz/master
Fix commands that require password with unencrypted wallet
2017-08-04 05:37:17 +02:00
Vali Zero 3c7171ede8 Fix commands that require password with unencrypted wallet 2017-08-03 21:34:11 +03:00
ThomasV 091e7b8d92 version 2.9.2 2017-08-03 15:07:19 +02:00