Commit Graph

7930 Commits

Author SHA1 Message Date
ThomasV 9aa3f2d9e2 add txin_type in add_input_info, remove inefficient search 2017-10-07 12:15:18 +02:00
ThomasV d28f603483 Allow comma separated address lists for from_addr 2017-10-07 11:54:28 +02:00
ThomasV c810c6a356 commands: use the same option names for RPC and command line. fixes #2875 2017-10-07 09:48:20 +02:00
ThomasV 6dd2b8b471 fix #2861: error message when password is missing 2017-10-07 08:19:14 +02:00
ThomasV 252cb491c8 show message when copy button is pressed 2017-10-06 16:50:05 +02:00
ThomasV 01108d8b47 address tab: replace tree view with buttons 2017-10-06 15:22:18 +02:00
ThomasV fefcd7bbcd sweep: use scripthash rpc 2017-10-06 09:56:54 +02:00
ThomasV 5127dabb0d Merge pull request #3004 from SomberNight/wallet_conversion_v13_to_v14
fix: v13 to v14 wallet (with Imported_KeyStore) conversion
2017-10-06 04:55:11 +02:00
SomberNight da480b1209 fix: v13 to v14 wallet (with Imported_KeyStore) conversion 2017-10-06 01:55:30 +02:00
ThomasV c44f53bcaa Merge pull request #3001 from gdvine/low-value-error-typo
Fix low value error message
2017-10-05 21:45:34 +02:00
gdvine 5ce8508cd5 Fix low value error message 2017-10-05 20:06:26 +01:00
ThomasV 13f13380d5 Merge pull request #2997 from romanz/fix-amodem
amodem: fix str/bytes handling
2017-10-05 20:11:34 +02:00
ThomasV 15ab48aaa8 fix sweep 2017-10-05 20:08:16 +02:00
Roman Zeyde 1fa6b3fd31
amodem: fix str/bytes handling 2017-10-05 21:02:53 +03:00
ThomasV 3dabb94046 convert wallet format for imported wallets 2017-10-05 19:40:41 +02:00
ThomasV 30069324d5 fix #2995 2017-10-05 17:10:30 +02:00
ThomasV e299df7b82 add message signing/decryption for segwit addresses 2017-10-05 14:44:44 +02:00
ThomasV 0bc53d34d1 improve error message (see #2991) 2017-10-05 10:34:20 +02:00
ThomasV 73c7fbcc69 Merge pull request #2964 from SomberNight/tests_wallet_keystore_bip39
tests: wallet-keystore integrity (bip39)
2017-10-05 10:10:57 +02:00
ThomasV 34a786ee43 fix export_private_key of Imported_Wallet 2017-10-05 09:44:37 +02:00
ThomasV 23bcda47b1 Merge pull request #2987 from SomberNight/wallet_export_private_key_1
follow-up of wallet.get_private_key() -> wallet.export_private_key()
2017-10-05 09:40:05 +02:00
ThomasV b2eb83fc66 Merge pull request #2986 from SomberNight/fix_labelsync_importedwallet
fix trace for LabelSync with Imported_Wallet
2017-10-05 09:38:04 +02:00
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