SomberNight
416b687054
storage: add a sanity check
see #4803
6 years ago
SomberNight
78258a3a95
fix #4802
6 years ago
SomberNight
bcdb0c46fc
update to aiorpcx 0.9 and require it
6 years ago
SomberNight
263c9265ae
rerun freeze packages
6 years ago
SomberNight
92d16e8b10
follow-up prev: unshallow no longer needed
6 years ago
SomberNight
2aefc8440a
travis: make sure to have latest tag
The Win/Mac build scripts name the binaries using "git describe --tags",
so reproducibility requires git to find the latest tag.
By default, Travis uses depth=50.
6 years ago
SomberNight
791e0e1a67
move relayfee and dust_threshold to bitcoin.py
6 years ago
SomberNight
99d18a48f2
types: make some import conditional
6 years ago
SomberNight
082a83dd85
rename crypto.Hash to sha256d
6 years ago
SomberNight
a88a2dea82
split bip32 from bitcoin.py
6 years ago
SomberNight
c61e13c1e9
add more block explorers, and change defaults
6 years ago
Andrew Zhuk
07a06b5d15
Update util.py ( #4797 )
Adding Bitupper Explorer to the list
6 years ago
SomberNight
361ffc0620
correctly handle bitcoin URIs if GUI is already running
see #4796
6 years ago
SomberNight
0e6160bf2d
follow-up prev: bad idea to eval translated string
6 years ago
SomberNight
b68729115a
qt wallet information: added keystore type
6 years ago
SomberNight
2a60a701bf
qt wallet information: show has_seed and watching_only
6 years ago
SomberNight
2d352bc3f0
transaction.BIP69_sort: use namedtuple fields
6 years ago
SomberNight
c4e09fa874
simplify Plugins constructor
6 years ago
SomberNight
81cc20039e
more type annotations in core lib
6 years ago
SomberNight
6958c0ccc3
config: reject non-json-serialisable writes
see #4788
6 years ago
SomberNight
ef2a6359e4
fix SSL log spam on py3.7
based on kyuupichan/electrumx@83813ff1ac71da6030f7181d3c8fe961491a51f3
see pooler/electrum-ltc#191
6 years ago
SomberNight
637e65efe3
network.stop: fix await
6 years ago
ghost43
c47533f6cf
Merge pull request #4784 from Coldcard/fix4729
Fix Coldcard plugin's p2wpkh-p2sh support (see issue #4729 )
6 years ago
SomberNight
bf18e2bbc9
follow-up prev
6 years ago
SomberNight
10a4c7a6ed
wallet.mktx: add new args: rbf, nonlocal_only
used on lightning branch
6 years ago
SomberNight
e8bc025f5c
verifier: fix race in __init__
6 years ago
Peter D. Gray
14b4955a6f
Fix p2wpkh-p2sh support per issue #4729
6 years ago
Calin Culianu
1526fd3722
Removal of macOS Info.plist. It isn't being used by anything. ( #4773 )
6 years ago
SomberNight
2cc77c1c7d
rm system config sample
system-level configs are no longer supported since 04a1809969
6 years ago
SomberNight
60f8cf665e
dnssec: trivial clean-up
6 years ago
SomberNight
0e59bc1bc5
network: "switch unwanted fork" should check what fork we are on..
follow-up #4767
6 years ago
SomberNight
1af225015a
fix some type annotations involving tuples
6 years ago
SomberNight
7c4d6c6801
fix #4771
6 years ago
SomberNight
5afdc14913
util: small clean-up re format_satoshis
related #4771
6 years ago
SomberNight
8fa6bd2aac
network: add_job
6 years ago
ThomasV
e573c6d385
Merge pull request #4770 from SomberNight/kill_aiosafe
rm aiosafe decorator. instead: log_exceptions and ignore_exceptions
6 years ago
SomberNight
e3b372946a
rm aiosafe decorator. instead: log_exceptions and ignore_exceptions
6 years ago
SomberNight
ab441a507a
readme: use 'python3 -m pip install' to install
6 years ago
SomberNight
372921b423
mv NetworkJobOnDefaultServer to util
break ref cycles
6 years ago
脇山P
9ce3814d8b
build-wine: update git version ( #4769 )
6 years ago
ThomasV
684e69763a
Merge pull request #4767 from SomberNight/auto_jump_forks
network: auto-switch servers to preferred fork (or longest chain)
6 years ago
ThomasV
cd5152a02d
Merge pull request #4765 from SomberNight/cli_restore_cmd
cli/rpc: 'restore' and 'create' commands are now available via RPC
6 years ago
SomberNight
1233309ebd
cli/rpc: 'restore' and 'create' commands are now available via RPC
6 years ago
SomberNight
37206ec08e
network: auto-switch servers to preferred fork (or longest chain)
If auto_connect is enabled, allow jumping between forks too.
(Previously auto_connect was only switching servers on a given fork,
not across forks)
If there is a preferred fork set, jump to that (and stay);
if there isn't, always jump to the longest fork.
6 years ago
SomberNight
1ef804c652
small import clean-up
6 years ago
ThomasV
cd5453e477
Merge pull request #4753 from SomberNight/synchronizer_rewrite
restructure synchronizer
6 years ago
SomberNight
150e27608b
wallet: rm electrum_version field
6 years ago
ThomasV
e975727075
follow-up prev commit
6 years ago
ThomasV
bb9871ded7
simplify prev commit
6 years ago
ThomasV
f037f06e74
Merge pull request #4758 from SomberNight/qt_fork_icon
qt network status: display 'fork' in icon when chain split is detected
6 years ago