ThomasV
ac77c9b9bd
catch-up block headers from a single interface at a time
9 years ago
ThomasV
82c9430e7a
Merge pull request #2421 from bauerj/crowdin-upload
...
Let Travis upload templates to crowdin
9 years ago
ThomasV
e60f39a08b
Merge pull request #2416 from eklitzke/beyond
...
fix a minor typo (beyong -> beyond)
9 years ago
ThomasV
2fa25c3f56
fix get_payment_request
9 years ago
ThomasV
075dfb5ccb
separate truncate_headers for debugging
9 years ago
Johann Bauer
a6f9e41d6a
Let Travis upload templates to crowdin
9 years ago
Evan Klitzke
b391da7957
fix a minor typo (beyong -> beyond)
9 years ago
ThomasV
4cfa513ff1
update release notes
9 years ago
ThomasV
6ca52153c3
Trustedcoin: prepaid-only billing
9 years ago
ThomasV
aa6cab37d5
bump versino number and update release notes
9 years ago
ThomasV
6321b14f9f
Locate blockchain connection point with binary search
9 years ago
ThomasV
353a7b8fd9
Merge pull request #2381 from bauerj/issue-2380
...
Add BlockCypher.com as a block explorer
10 years ago
ThomasV
0497885bc1
Merge pull request #2397 from romanz/master
...
tests: fix TestTransaction.test_tx_signed testcase
10 years ago
ThomasV
b262e5bf3b
fix #2384
10 years ago
ThomasV
d3918ef611
fix #2394
10 years ago
Roman Zeyde
de956b7dc1
tests: fix TestTransaction.test_tx_signed testcase
10 years ago
Johann Bauer
8f94dda48e
Add BlockCypher.com as a block explorer
10 years ago
ThomasV
51b6fa0e46
Merge pull request #2367 from spamdaemon/patch-1
...
Fixed a syntax error with python 3.6
10 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.
10 years ago
ThomasV
6afc11208d
spv: keep track of header requests made by each interface
10 years ago
ThomasV
853b6169ed
hardware wallet support for locktime
10 years ago
ThomasV
183af4ae3a
remove sigtype in update_signature
10 years ago
ThomasV
6fc6d1ec7d
timelock tx to current height. see #2349
10 years ago
ThomasV
8cc8f8a5e1
disable max button if an amount has been typed
10 years ago
ThomasV
ae730cc8e5
fix #2360
10 years ago
ThomasV
f8fd1c14db
fix parse_sig
10 years ago
ThomasV
f7096010f0
add segwit to get_preimage_script
10 years ago
ThomasV
79bda98ba2
cleanup unused code
10 years ago
ThomasV
9140c1fc89
fix #2352
10 years ago
ThomasV
7c93d787ed
follow-up a610e21279
10 years ago
ThomasV
8c32d29272
Merge pull request #2361 from btchip/ledger-segwit
...
Segwit and RBF support for Ledger HW
10 years ago
BTChip
6fdbeddf08
RBF support
10 years ago
BTChip
a610e21279
Segwit support
10 years ago
ThomasV
65bef5e228
parse pubkey in segwit_script
10 years ago
ThomasV
615a5b3f8e
fix #2356 : scriptSig parsing exception
10 years ago
ThomasV
a8be1aeae8
fix #2351
10 years ago
ThomasV
0bc777a10c
follow-up previous commit
10 years ago
ThomasV
50587c7a24
fix #2353 : show error when sweeping dust
10 years ago
ThomasV
b8e2c67b54
Merge branch 'master' of git://github.com/spesmilo/electrum
10 years ago
ThomasV
57baed4728
check parameter type of create_new_address
10 years ago
ThomasV
da5fd7a424
Merge pull request #2348 from rbaumert/patch-1
...
removed meaningless words, made sentences more concise
10 years ago
rbaumert
710a2f9418
removed meaningless words, made sentences more concise
10 years ago
ThomasV
db13cf965c
fix #2347 and return indentation
10 years ago
ThomasV
31fc9b78af
keep connection open with a manually selected server, even if they fail passing the checkpoint
10 years ago
ThomasV
23e51e7c9e
follow up fix #2341
10 years ago
ThomasV
e555b982f9
fix #2341
10 years ago
ThomasV
08fd7d95ab
kivy: use NumericProperty for blocks and nodes
10 years ago
ThomasV
98dcc7c094
kivy checkpoint dialog
10 years ago
ThomasV
1b14a18b1a
sanitize pass_checkpoint
10 years ago
ThomasV
d371e1c807
network: request checkpoint when opening a new connection
10 years ago