ThomasV
6b872b68bd
hardcode another testnet server
8 years ago
ThomasV
2055fce087
network dialog: add menu actions to blockchains list
8 years ago
ThomasV
faa17f9818
Option to send only confirmed coins ( fix #2395 )
8 years ago
ThomasV
255458da0a
fix #2400
8 years ago
ThomasV
cad3798f84
follow-up previous commit
8 years ago
ThomasV
7ea2cb41e8
fix #2509 : reset pubkeys to None when x_pubkeys are unsorted
8 years ago
ThomasV
a7679debd1
fix #2533
8 years ago
ThomasV
298461aee2
fix #2524 : add proper error message
8 years ago
ThomasV
828b0e5d70
fix #2439
8 years ago
ThomasV
064b59c65e
fix #2566 #2519
8 years ago
ThomasV
91235ed7ac
fix #2565 : do not show traceback
8 years ago
djb
91deea89da
identify HID devices also by interface and usage page
8 years ago
ThomasV
8285bc458f
network dialog: show servers in blockchain tab
8 years ago
ThomasV
6931ffada5
fix callbacks when switching to another server
8 years ago
ThomasV
ca220d8dbb
Detect blockchain splits and validate multiple chains
8 years ago
ThomasV
6b45070b2f
allow arbitrary derivations with bip39 seeds, to let multibit users recover funds
8 years ago
ThomasV
31ab5b2e0a
pass hash to pubkey_from_signature
8 years ago
kwaaak
d6572e1387
Update BitcoinAverage API to v2
8 years ago
Johann Bauer
534eaa9bd1
Parse transaction version field
Closes : #2462
8 years ago
dabura667
af59a526da
add input and output addresses to CLI history
8 years ago
chris-belcher
3195eca6ea
Made status bar exchange rate display in terms of base unit
8 years ago
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