Eagle[TM]
f9bb74077e
Update and add servers to default list; add schedule for phase-out of e-s
8 years ago
ThomasV
8e90d6a4e5
fix #2292
8 years ago
ThomasV
e78531d913
follow up 8babd3e986
8 years ago
Eagle[TM]
8babd3e986
Update default server list - make more use of DEFAULT_PORTS
8 years ago
shsmith
7ff5681010
fix #2204
avoid exception in close_interface when interface.server is not in
self.interfaces
8 years ago
shsmith
4109fd9eb2
request fees, peers and banner before address subscriptions
a wallet with many address subscriptions may time out on address
subscriptions before fees are received because fees were requested last
8 years ago
shsmith
1e25af7f0d
fix https://github.com/spesmilo/electrum/issues/2204
8 years ago
Neil Booth
8888a50549
Add support for BU's nolnet
Also update testnet servers
Add missing self. in print_error call
8 years ago
shsmith
849a14554b
report fee_estimates to verbose log
similar to how relayfee is logged
8 years ago
ThomasV
9c2d12923a
fix: interface.close
8 years ago
Johann Bauer
9318b410bd
Allow using a SOCKS5 proxy with authentication
8 years ago
Johann Bauer
2c7ab64e83
Always include default servers in the server list
8 years ago
ThomasV
3a64ec0f2e
Initial segwit support (testnet only)
8 years ago
ThomasV
29e2570d3d
prevent busy looping
8 years ago
ThomasV
a2e7fc32ef
Add fee slider class with network callback.
8 years ago
ThomasV
1358bebd37
network: do not wait for headers file on startup
8 years ago
ThomasV
d042d6e970
initial testnet support (petrkr)
8 years ago
ThomasV
9138cf3cb8
remove deprecated protocols from DEFAULT_PORTS
8 years ago
Eagle[TM]
a5dad77675
Update default servers
8 years ago
ThomasV
8249f5ab67
init_headers in daemon thread, and fix #1996
8 years ago
Eagle[TM]
7933448ec7
network: Update default server list
8 years ago
ThomasV
b6393cbdf2
display 'low fee' in tx dialog
9 years ago
ThomasV
f2d2d61894
add expected confirmation time to tx dialog
9 years ago
ThomasV
bbe7b277d2
call jnius.detach on thread stop
9 years ago
ThomasV
2cf4795250
dynamic fees: define fee levels using expected confirmation times
9 years ago
ThomasV
753a28b452
set timeout to 30s for synchronous operations
9 years ago
ThomasV
af780e7519
Default auto_connect to True. In Qt, the question is asked by the wizard
9 years ago
ThomasV
54df0b2845
follow up previous commit
9 years ago
ThomasV
96f144eb03
make sure the broadcast tx thread always times out
9 years ago
ThomasV
305843999e
Relicensing
9 years ago
ThomasV
bd5effb1b8
follow up 6f72fa4
9 years ago
ThomasV
6f72fa4e94
try to fix issue #1682
9 years ago
ThomasV
04c7d2b455
add 'donate to server' menu item
9 years ago
ThomasV
4dd479cf59
server_is_lagging: return True if no height
9 years ago
Neil Booth
371f8d6dc3
network: gracefully handle EINTR in select syscall
9 years ago
ThomasV
da8fce1914
if available, use relayfee from server instead of hard coded value
9 years ago
Eagle[TM]
2c797cd75b
Update default server list
9 years ago
ThomasV
9ec4cbeed1
fix issue #1572
9 years ago
ThomasV
74a9e2296c
separate Network and Plugins
9 years ago
ThomasV
90a2a049f4
network fix: callbacks were not called
9 years ago
ThomasV
042f8ef832
network: cache subscription responses
9 years ago
ThomasV
43df795b1f
network: separate callbacks from unanswered_requests
9 years ago
ThomasV
2934fd17be
fix websockets
9 years ago
Neil Booth
ae4cfc9f0b
Unregister network callbacks from QT gui
Rework the callback system in QT to make this easy, and avoid
leaking window references that prevent the window from being
GC-ed on close
9 years ago
Neil Booth
206e38fb7c
Make use of trigger_callback easier to understand
9 years ago
Neil Booth
8cc3b58364
Allow syncronizer to be GC-ed
Proper fix for #1525 .
Using python's GC module, I've verified that the daemon, when running,
now releases all verifiers, synchronizers and wallets - all the resources
we care about releasing.
9 years ago
ThomasV
6aefaf7b3e
populate network.connecting before the thread is started (fixes KeyError in self.connecting.pop)
9 years ago
Neil Booth
58bd655f1d
In debug mode, show every queued request
9 years ago
Neil Booth
fb5e8068ce
Simplify following on from prior dead code removal
9 years ago
Neil Booth
f9547a194e
Remove more dead code
As everything is in-process now, nothing sends
"network.*" messages.
9 years ago