Commit Graph

8059 Commits

Author SHA1 Message Date
SomberNight 4aa385e0b3 follow-up of wallet.get_private_key() -> wallet.export_private_key() 2017-10-04 23:22:33 +02:00
SomberNight 512b73dfb8 fix trace for LabelSync with Imported_Wallet 2017-10-04 21:58:56 +02:00
ThomasV 3d54011c5d Merge pull request #2983 from bauerj/dark
Adjust colors if dark color scheme is used
2017-10-04 18:17:38 +02:00
Johann Bauer 5c2beb4ab5 Adjust colors if dark color scheme is used 2017-10-04 15:17:20 +02:00
ThomasV 901dda0898 Merge pull request #2981 from SomberNight/fix_tests_msg_signing
fix tests: message signing
2017-10-04 14:49:01 +02:00
ThomasV 988fb4e413 follow up 0f4b5abc15 2017-10-04 14:46:56 +02:00
ThomasV dd006b5087 Merge pull request #2982 from SomberNight/disallow_label_edit_headings
fix: editing labels in [QT GUI] Addresses tab for headings
2017-10-04 14:33:51 +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 f917a565b3 fix tests: message signing 2017-10-04 13:28:00 +02:00
ThomasV 0f4b5abc15 add use_compressed_pubkeys field to keystores. fix #2973 2017-10-04 13:04:21 +02:00
ThomasV 6c215c895a Merge pull request #2971 from SomberNight/fix_saving_bip70_payreq
fix: saving payment request as bip70 file
2017-10-04 12:34:24 +02:00
ThomasV f5817c7796 Merge pull request #2979 from jrkong/utc-8_encoding_fix
Fixed syntax error with utf-8 encoding argument
2017-10-04 12:33:45 +02:00
ThomasV 9f6e174b4f fix #2961 2017-10-04 09:24:34 +02:00
jrkong 1cf1f05938 Fixed syntax error with utf-8 encoding argument was spelt "utf8" instead of "utf-8". This will cause the reader to read the files using default encoding rather then utf-8. 2017-10-04 00:09:55 -04:00
SomberNight 67f418e94d fix: saving payment request as bip70 file 2017-10-04 02:12:52 +02:00
ThomasV 91ed74a95f Merge branch 'master' of github.com:spesmilo/electrum 2017-10-03 14:16:55 +02:00
ThomasV 4273c607b7 fix #2961 2017-10-03 14:16:43 +02:00
ThomasV 6c3b8af8d6 Merge pull request #2963 from SomberNight/unresolved_var_tx_parse_redeemScript
fix: unresolved variable _bytes in transaction.parse_redeemScript()
2017-10-03 14:07:44 +02:00
ThomasV 1ebc872755 Merge pull request #2966 from SomberNight/py3_text_ui
fixes in text UI (mainly py3)
2017-10-03 14:03:10 +02:00
ThomasV 6e5c2980ec Merge pull request #2965 from SomberNight/py3_dict_keys1
fix: py3 network_dialog - dict.keys()
2017-10-03 14:01:39 +02:00
SomberNight db1d632ddb fix: [text UI] Send tab: up and down movement 2017-10-03 08:11:17 +02:00
SomberNight cf6d6608eb fix: [text UI] changing proxy 2017-10-03 07:59:21 +02:00
SomberNight 6353f1a8f0 fix: py3 network_dialog - dict.keys() returns dict_keys(list) instead of list 2017-10-03 07:14:21 +02:00
SomberNight 555fe4373e py3 fixes in text UI 2017-10-03 07:09:55 +02:00
SomberNight 751be88059 tests: wallet-keystore integrity (bip39) 2017-10-03 03:30:40 +02:00
SomberNight 902ec2dc69 fix: unresolved variable _bytes in transaction.parse_redeemScript() 2017-10-03 01:34:45 +02:00
ThomasV 031b911dce fix cache with h2addr 2017-09-30 13:01:33 +02:00
ThomasV 34628533fb fix typo 2017-09-30 13:00:52 +02:00
ThomasV 1c1cb3c71d Merge pull request #2954 from SomberNight/py3_env
py3: electrum-env
2017-09-30 08:55:58 +02:00
ThomasV bc4b263cab Merge pull request #2953 from SomberNight/contacts_edit_crash
fix: contact name editing
2017-09-30 08:54:24 +02:00
SomberNight 89b7f5332f py3: electrum-env 2017-09-30 07:04:11 +02:00
SomberNight f091bd8694 fix: contact name editing 2017-09-29 22:55:14 +02:00
ThomasV 1daecf285d Merge pull request #2950 from SomberNight/tests_wallet_keystore
tests: wallet-keystore integrity (seed->address)
2017-09-29 20:12:42 +02:00
ThomasV c73819a3d4 fix tests 2017-09-29 17:49:29 +02:00
ThomasV fed76bfffc Merge branch 'master' of github.com:spesmilo/electrum 2017-09-29 15:36:01 +02:00
ThomasV e8b564c0e7 Extend Wallet Import Format with txin type. Extend class Imported_Wallet. 2017-09-29 15:32:55 +02:00
SomberNight f3bbb52b91 tests: wallet-keystore integrity (seed->address) 2017-09-29 05:03:22 +02:00
ThomasV 088b1e6f79 Merge pull request #2942 from lzsaver/py3-macos
Update README.rst for Python 3 on macOS
2017-09-27 07:52:23 +02:00
ThomasV da0f51df37 Merge pull request #2943 from SomberNight/msg_signing_tests
tests: message signing
2017-09-27 07:51:34 +02:00
ThomasV 4864c802dd fix message signing #2939 2017-09-27 07:47:41 +02:00
ThomasV d940956cfe Merge pull request #2940 from SomberNight/2fa_reset_json
fix json error when resetting 2fa
2017-09-27 07:24:31 +02:00
SomberNight 7542bc9e35 tests: message signing 2017-09-27 03:57:49 +02:00
Alexx Saver 4df8793062 Update README.rst for Python 3 on macOS 2017-09-27 04:40:22 +04:00
SomberNight e05c8439e6 fix json error when resetting 2fa 2017-09-27 01:51:21 +02:00
ThomasV dcd50c3467 fix #2927 2017-09-26 08:49:28 +02:00
ThomasV 641b9c67cf Merge pull request #2930 from SomberNight/win_build_plugins
include plugins in windows builds
2017-09-26 06:43:17 +02:00
SomberNight 47627999b5 include plugins in windows builds 2017-09-26 03:19:54 +02:00
ThomasV e91aa882ba fix console: python3 exec 2017-09-25 23:33:11 +02:00
ThomasV 6e936db94a Merge pull request #2918 from SomberNight/qt_plugins_grid
fix qt plugins crash
2017-09-25 21:26:04 +02:00
ThomasV 6dfd3a0cab Merge pull request #2926 from benma/dbb_py3_2
digitalbitbox: fixed some more python3 issues
2017-09-25 06:28:42 +02:00