ThomasV
6b45070b2f
allow arbitrary derivations with bip39 seeds, to let multibit users recover funds
8 years ago
ThomasV
2d48aa35af
Merge pull request #2521 from elopio/snapcraft
Add the packaging metadata to build the electrum snap
8 years ago
Leo Arias
29747c93d9
fix typo on the python version
8 years ago
Leo Arias
b5f78a5784
add the UI plugs
8 years ago
Leo Arias
0a2f571ca5
generate the icons
8 years ago
ThomasV
31ab5b2e0a
pass hash to pubkey_from_signature
8 years ago
Leo Arias
6fc69d8c66
Add the packaging metadata to build the electrum snap
8 years ago
ThomasV
d4dcd551e4
Merge pull request #2498 from kwaaak/patch-1
Update BitcoinAverage API to v2
8 years ago
kwaaak
d6572e1387
Update BitcoinAverage API to v2
8 years ago
ThomasV
7a4a0c3fc6
Merge pull request #2474 from timgabets/master
Added tox temporary files to .gitignore
8 years ago
Tim Gabets
0b603f7a70
Added tox temporary files to .gitignore
8 years ago
ThomasV
6e51b7d60e
Merge pull request #2468 from bauerj/issue-2462
Parse transaction version field
8 years ago
Johann Bauer
534eaa9bd1
Parse transaction version field
Closes : #2462
8 years ago
ThomasV
b2332af77b
Merge pull request #2465 from dabura667/history_addrs
Add input and output addresses to CLI history
8 years ago
ThomasV
d2261ee55b
Merge pull request #2467 from bauerj/issue-2464
Resize content of address history window
8 years ago
Johann Bauer
42fdf8686d
Resize content of address history window
Closes : #2464
8 years ago
dabura667
af59a526da
add input and output addresses to CLI history
8 years ago
ThomasV
49398643e6
minor update for build-wine
8 years ago
ThomasV
df2c38b72d
update release notes
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
1b29945c6d
fix #2430
8 years ago
ThomasV
265fd5ad3f
fix #2410
8 years ago
ThomasV
ac77c9b9bd
catch-up block headers from a single interface at a time
8 years ago
ThomasV
82c9430e7a
Merge pull request #2421 from bauerj/crowdin-upload
Let Travis upload templates to crowdin
8 years ago
ThomasV
e60f39a08b
Merge pull request #2416 from eklitzke/beyond
fix a minor typo (beyong -> beyond)
8 years ago
ThomasV
2fa25c3f56
fix get_payment_request
8 years ago
ThomasV
075dfb5ccb
separate truncate_headers for debugging
8 years ago
Johann Bauer
a6f9e41d6a
Let Travis upload templates to crowdin
8 years ago
Evan Klitzke
b391da7957
fix a minor typo (beyong -> beyond)
8 years ago
ThomasV
4cfa513ff1
update release notes
8 years ago
ThomasV
6ca52153c3
Trustedcoin: prepaid-only billing
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
ThomasV
353a7b8fd9
Merge pull request #2381 from bauerj/issue-2380
Add BlockCypher.com as a block explorer
8 years ago
ThomasV
0497885bc1
Merge pull request #2397 from romanz/master
tests: fix TestTransaction.test_tx_signed testcase
8 years ago
ThomasV
b262e5bf3b
fix #2384
8 years ago
ThomasV
d3918ef611
fix #2394
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
ThomasV
51b6fa0e46
Merge pull request #2367 from spamdaemon/patch-1
Fixed a syntax error with python 3.6
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
8cc8f8a5e1
disable max button if an amount has been typed
8 years ago
ThomasV
ae730cc8e5
fix #2360
8 years ago
ThomasV
f8fd1c14db
fix parse_sig
8 years ago