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
SomberNight
87b05e1c9e
network: change broadcast_transaction api
raise exceptions instead of weird return values
closes #4433
6 years ago
ThomasV
c7833b8bc0
Merge pull request #4727 from SomberNight/refresh_gui_f5
qt: refresh gui with "F5"
6 years ago
Felix Yan
ad503daaca
Fix some typos in RELEASE-NOTES ( #4762 )
6 years ago
SomberNight
cc18f66793
network: don't save negative ETA fee estimates
-1 means bitcoind could not give an estimate
6 years ago
Mark B Lundeberg
508793b010
qt transaction_dialog: normal close if user presses Esc
(Electron-Cash/Electron-Cash#890 )
6 years ago
SomberNight
dc1a31d802
fix tests
follow-up 70cca3bad9
6 years ago
SomberNight
f3f2534877
qt status: display "loading wallet" temporarily
this will likely only be visible for large wallets;
it gets overwritten by update_status()
6 years ago
SomberNight
70cca3bad9
fix #4759
6 years ago
SomberNight
b37695f9c8
linux launcher madness
see #4300
6 years ago
Johann Bauer
1d7bf698f2
Windows: Update copyright notice in installed apps
6 years ago
SomberNight
decb8bfd52
qt network status: display 'fork' in icon when chain split is detected
6 years ago
SomberNight
d759546b32
qt console: fix word wrap
6 years ago
SomberNight
02f108d927
restructure synchronizer
fix CLI notify cmd. fix merchant websockets.
6 years ago
SomberNight
788b5b04fe
ledger: always use finalizeInput in sign_transaction
related #4749
6 years ago
SomberNight
a61953673a
fees: add 1-2 s/b static options
6 years ago
SomberNight
da9d1e6001
network: ensure there is a main interface
scenario with previous code:
auto_connect enabled, there is only one server in regtest environment.
client started before server; client would not switch to server after it is started.
6 years ago
SomberNight
7dd4032cce
daemon: call self.start in __init__, and allow not to listen on jsonrpc
6 years ago
SomberNight
4653a1007c
daemon: more convenient constructor for scripts
6 years ago
Johann Bauer
3f4e632cc4
Travis: Fix crowdin upload
6 years ago
SomberNight
626828e980
fix sweeping
6 years ago
SomberNight
4d43d12abf
transaction: don't convert p2pk to p2pkh address when displaying
also closes #4742
6 years ago
SomberNight
ab1ec57429
trezor and clones: rm dead code
see Electron-Cash/Electron-Cash#872
see Electron-Cash/Electron-Cash#874
6 years ago
SomberNight
8aebb8249a
keepkey: full segwit support
ported from trezor plugin
needs new fw to work (5.8??)
fixes #3462
6 years ago
SomberNight
70c32590a9
hw plugins: fix only_hook_if_libraries_available
follow-up f9a5f2e183
6 years ago
SomberNight
ce5cc135cd
transaction: make get_address_from_output_script safer
closes #4743
6 years ago