Commit Graph

7541 Commits

Author SHA1 Message Date
ThomasV d4e8f4beb6 Set sequence to MAXINT-1 to fix locktime (per bauerj) 2017-05-23 15:07:20 +02:00
ThomasV 1ee70f798e fix: reorgs 2017-05-23 14:51:44 +02:00
ThomasV 63f14f6ab2 fix: request chunk at next_height 2017-05-23 07:58:40 +02:00
ThomasV 1b29945c6d fix #2430 2017-05-21 17:24:49 +02:00
ThomasV 265fd5ad3f fix #2410 2017-05-21 10:21:32 +02:00
ThomasV ac77c9b9bd catch-up block headers from a single interface at a time 2017-05-19 12:16:21 +02:00
ThomasV 82c9430e7a Merge pull request #2421 from bauerj/crowdin-upload
Let Travis upload templates to crowdin
2017-05-19 10:18:28 +02:00
ThomasV e60f39a08b Merge pull request #2416 from eklitzke/beyond
fix a minor typo (beyong -> beyond)
2017-05-19 09:56:48 +02:00
ThomasV 2fa25c3f56 fix get_payment_request 2017-05-19 09:10:19 +02:00
ThomasV 075dfb5ccb separate truncate_headers for debugging 2017-05-19 08:55:40 +02:00
Johann Bauer a6f9e41d6a Let Travis upload templates to crowdin 2017-05-18 21:37:34 +02:00
Evan Klitzke b391da7957 fix a minor typo (beyong -> beyond) 2017-05-17 11:36:25 -07:00
ThomasV 4cfa513ff1 update release notes 2017-05-13 12:14:29 +02:00
ThomasV 6ca52153c3 Trustedcoin: prepaid-only billing 2017-05-13 11:45:06 +02:00
ThomasV aa6cab37d5 bump versino number and update release notes 2017-05-13 11:25:16 +02:00
ThomasV 6321b14f9f Locate blockchain connection point with binary search 2017-05-13 11:19:36 +02:00
ThomasV 353a7b8fd9 Merge pull request #2381 from bauerj/issue-2380
Add BlockCypher.com as a block explorer
2017-05-10 14:23:12 +02:00
ThomasV 0497885bc1 Merge pull request #2397 from romanz/master
tests: fix TestTransaction.test_tx_signed testcase
2017-05-10 14:16:21 +02:00
ThomasV b262e5bf3b fix #2384 2017-05-10 12:32:28 +02:00
ThomasV d3918ef611 fix #2394 2017-05-10 11:11:08 +02:00
Roman Zeyde de956b7dc1 tests: fix TestTransaction.test_tx_signed testcase 2017-05-08 21:39:57 +03:00
Johann Bauer 8f94dda48e Add BlockCypher.com as a block explorer 2017-05-01 21:27:14 +02:00
ThomasV 51b6fa0e46 Merge pull request #2367 from spamdaemon/patch-1
Fixed a syntax error with python 3.6
2017-04-22 06:59:29 +02:00
spamdaemon a17624931d Fixed a syntax error with python 3.6
This fixes this error:
raceback (most recent call last):
  File "/usr/bin/electrum", line 98, in <module>
    from electrum import bitcoin, network
  File "/usr/lib/python3.6/site-packages/electrum/__init__.py", line 2, in <module>
    from util import format_satoshis, print_msg, print_error, set_verbosity
  File "/usr/lib/python3.6/site-packages/electrum/util.py", line 537
    except socket.error, err:

Also, other exceptions in this file use the except X as Y syntax.
2017-04-21 13:48:29 -04:00
ThomasV 6afc11208d spv: keep track of header requests made by each interface 2017-04-20 10:59:30 +02:00
ThomasV 853b6169ed hardware wallet support for locktime 2017-04-19 15:02:25 +02:00
ThomasV 183af4ae3a remove sigtype in update_signature 2017-04-19 15:00:10 +02:00
ThomasV 6fc6d1ec7d timelock tx to current height. see #2349 2017-04-19 11:55:31 +02:00
ThomasV 8cc8f8a5e1 disable max button if an amount has been typed 2017-04-19 11:43:36 +02:00
ThomasV ae730cc8e5 fix #2360 2017-04-18 15:11:58 +02:00
ThomasV f8fd1c14db fix parse_sig 2017-04-18 12:31:42 +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
ThomasV 8c32d29272 Merge pull request #2361 from btchip/ledger-segwit
Segwit and RBF support for Ledger HW
2017-04-13 11:43:09 +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 65bef5e228 parse pubkey in segwit_script 2017-04-12 16:33:35 +02:00
ThomasV 615a5b3f8e fix #2356: scriptSig parsing exception 2017-04-12 16:12:06 +02:00
ThomasV a8be1aeae8 fix #2351 2017-04-05 15:55:15 +02:00
ThomasV 0bc777a10c follow-up previous commit 2017-04-05 09:52:52 +02:00
ThomasV 50587c7a24 fix #2353: show error when sweeping dust 2017-04-05 09:17:42 +02:00
ThomasV b8e2c67b54 Merge branch 'master' of git://github.com/spesmilo/electrum 2017-04-04 13:52:36 +02:00
ThomasV 57baed4728 check parameter type of create_new_address 2017-04-04 13:52:16 +02:00
ThomasV da5fd7a424 Merge pull request #2348 from rbaumert/patch-1
removed meaningless words, made sentences more concise
2017-04-02 09:26:04 +02:00
rbaumert 710a2f9418 removed meaningless words, made sentences more concise 2017-04-01 19:55:09 -07:00
ThomasV db13cf965c fix #2347 and return indentation 2017-04-02 04:36:05 +02:00
ThomasV 31fc9b78af keep connection open with a manually selected server, even if they fail passing the checkpoint 2017-03-31 12:04:29 +02:00
ThomasV 23e51e7c9e follow up fix #2341 2017-03-31 06:40:47 +02:00