ThomasV
d4e8f4beb6
Set sequence to MAXINT-1 to fix locktime (per bauerj)
8 years ago
ThomasV
1ee70f798e
fix: reorgs
8 years ago
ThomasV
63f14f6ab2
fix: request chunk at next_height
8 years ago
ThomasV
ac77c9b9bd
catch-up block headers from a single interface at a time
8 years ago
ThomasV
2fa25c3f56
fix get_payment_request
8 years ago
ThomasV
075dfb5ccb
separate truncate_headers for debugging
8 years ago
Evan Klitzke
b391da7957
fix a minor typo (beyong -> beyond)
8 years ago
ThomasV
aa6cab37d5
bump versino number and update release notes
8 years ago
ThomasV
6321b14f9f
Locate blockchain connection point with binary search
8 years ago
Roman Zeyde
de956b7dc1
tests: fix TestTransaction.test_tx_signed testcase
8 years ago
Johann Bauer
8f94dda48e
Add BlockCypher.com as a block explorer
8 years ago
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.
8 years ago
ThomasV
6afc11208d
spv: keep track of header requests made by each interface
8 years ago
ThomasV
853b6169ed
hardware wallet support for locktime
8 years ago
ThomasV
183af4ae3a
remove sigtype in update_signature
8 years ago
ThomasV
6fc6d1ec7d
timelock tx to current height. see #2349
8 years ago
ThomasV
f8fd1c14db
fix parse_sig
8 years ago
ThomasV
f7096010f0
add segwit to get_preimage_script
8 years ago
ThomasV
79bda98ba2
cleanup unused code
8 years ago
ThomasV
65bef5e228
parse pubkey in segwit_script
8 years ago
ThomasV
615a5b3f8e
fix #2356 : scriptSig parsing exception
8 years ago
ThomasV
a8be1aeae8
fix #2351
8 years ago
ThomasV
0bc777a10c
follow-up previous commit
8 years ago
ThomasV
50587c7a24
fix #2353 : show error when sweeping dust
8 years ago
ThomasV
57baed4728
check parameter type of create_new_address
8 years ago
ThomasV
db13cf965c
fix #2347 and return indentation
8 years ago
ThomasV
31fc9b78af
keep connection open with a manually selected server, even if they fail passing the checkpoint
8 years ago
ThomasV
1b14a18b1a
sanitize pass_checkpoint
8 years ago
ThomasV
d371e1c807
network: request checkpoint when opening a new connection
8 years ago
ThomasV
f46b403a8d
fix #2338
8 years ago
ThomasV
59b0b51f24
add proxy settings to kivy GUI
8 years ago
ThomasV
2fcdd458b3
add checkpoint dialog to the kivy gui
8 years ago
ThomasV
e6560b8d7f
fix moe used for truncate
8 years ago
ThomasV
59bc220856
fix auto-connect: do not use a random interface
8 years ago
ThomasV
9c70540a2f
add BIP9 and segwit_support methods
8 years ago
ThomasV
482ad3b20f
version 2.8.3 and release notes
8 years ago
ThomasV
dd0b018a35
add configurable checkpoint to blockchain verification; use genesis as default
8 years ago
ThomasV
85f2f667c3
fix #2326 : backward-compatibility of wallet files
8 years ago
ThomasV
f7212a4732
fix input_script and remove unused method inputs_without_script
8 years ago
ThomasV
33a32be576
add help message for hrdware devices on windows
8 years ago
ThomasV
c2142ebf26
fix test broken by previous commit
8 years ago
ThomasV
1d84029173
input_script: return txin.scriptSig if available. replace txin.is_coinbase with type. fixes #2321
8 years ago
ThomasV
fdee755198
prepare version 2.8.2
8 years ago
ThomasV
737a7f0bfb
fix #2302 : signing with imported wallet
8 years ago
Eagle[TM]
f9bb74077e
Update and add servers to default list; add schedule for phase-out of e-s
8 years ago
Johann Bauer
6f06d8eca9
Add KSK-2017 to trust anchors and accept either of the two
8 years ago
ThomasV
107adb186f
sort unconfirmed transactions by height
8 years ago
ThomasV
6185f94de4
archive paid invoices in the history tab
8 years ago
ThomasV
8e90d6a4e5
fix #2292
8 years ago
ThomasV
96c8619194
fix #2298
8 years ago