脇山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
SomberNight
53fd6a2df5
transaction: always sort i/o deterministically
this was previously the caller's responsibility; now it's done implicitly when creating a txn
6 years ago
SomberNight
5e4a4ae16b
minor clean-up (prints/types/imports)
6 years ago
SomberNight
32d5305295
fix daemon.load_wallet
6 years ago
SomberNight
071bc27016
setup.py: rm deprecated 'imp'. dedupe min py version
6 years ago
SomberNight
12e79ecd60
qt tx dialog: make input/output fields expand
based on Electron-Cash/Electron-Cash@169c13721147a5c7d2727062f1d4c72863080cec
6 years ago
SomberNight
3e2c5e8656
network.best_effort_reliable: force DC if req times out; retry on new iface
6 years ago
SomberNight
4984890265
follow-up prev: make best_effort_reliable react faster to disconnects
6 years ago
SomberNight
6b8ad2d126
fix some CLI/RPC commands
6 years ago
SomberNight
3b9a55fab4
rerun freeze packages
6 years ago
SomberNight
c4f3fbaca0
labels: fix potential threading issues
also handle --offline
6 years ago
SomberNight
deda6535e0
bump min aiorpcx to 0.8.2
6 years ago
SomberNight
33d14e4238
some import clean-up in qt
6 years ago
SomberNight
9d7cf12244
follow-up prev: fix tests
6 years ago
SomberNight
952e9b87e1
network: clean-up. make external API clear. rm interface_lock (mostly).
6 years ago