ThomasV
|
7deec48705
|
pass chain to get_target (fixes issue #316)
|
11 years ago |
ThomasV
|
3aa76f1808
|
fix bug with chunk requestor
|
11 years ago |
ThomasV
|
116b10cc11
|
replace blockchain.height with height(), and fix server_lag issue
|
11 years ago |
ThomasV
|
bc15caa84c
|
network: fix server lag detection
|
11 years ago |
ThomasV
|
c0abd3c34e
|
show lag in status line
|
11 years ago |
ThomasV
|
a38298c5ee
|
handle network.interface being None when network is disconnected
|
11 years ago |
thomasv
|
50c9830f79
|
show 'server lagging' icon if server lags and client does not use auto-connect
|
11 years ago |
ThomasV
|
e462ef48cd
|
restore minimum lag for server swiching
|
11 years ago |
ThomasV
|
c18a49b8fe
|
auto-cycle: switch to the longest chain
|
11 years ago |
ThomasV
|
41878dc5e0
|
rename menu: create tx
|
11 years ago |
thomasv
|
6b6c508976
|
replace wallet.interface everywhere
|
11 years ago |
ThomasV
|
907dca6eb9
|
simplify interface: use callbacks
|
11 years ago |
thomasv
|
77871b97af
|
fixes, resend_subscriptions
|
11 years ago |
thomasv
|
73901a001a
|
pass network to NetworkDialog and Blockchain
|
11 years ago |
thomasv
|
047e4b3478
|
move callbacks to the network class
|
11 years ago |
ThomasV
|
328315f94b
|
separate blockchain and network
|
11 years ago |
ThomasV
|
022b3eed9b
|
notify wallet wheit height changes
|
11 years ago |
ThomasV
|
7204dceeac
|
download headers chunks
|
11 years ago |
ThomasV
|
1650eefdd3
|
synchronizer: wait for interface
|
11 years ago |
thomasv
|
2a6e8927dd
|
select the longest blockchain from several servers
|
11 years ago |
thomasv
|
48efc62b2d
|
simplify directories: electrum_dir
|
11 years ago |
ThomasV
|
e9b103b283
|
fix regressions in tx verifier
|
11 years ago |
ThomasV
|
7ba686e16f
|
wizard: start wallet threads
|
11 years ago |
ThomasV
|
d47892b690
|
separate blockchain verifier from transaction verifier
|
11 years ago |
ecdsa
|
c95c80163d
|
distinction between unconfirmed and unverified transactions
|
12 years ago |
ecdsa
|
5cc05b0685
|
fix: verified tx contains pos
|
12 years ago |
ecdsa
|
cac030e2ee
|
fix transaction order in history
|
12 years ago |
thomasv
|
3b80ef7c60
|
rely only on the verifier to get the height of transactions
|
12 years ago |
thomasv
|
bdb515dabd
|
print error received by verifier, and continue
|
12 years ago |
thomasv
|
94e5263486
|
updating url for headers file
|
12 years ago |
ThomasV
|
4dcac08ccf
|
trigger synchronize when block height is received
|
12 years ago |
Eagle[TM]
|
12cc65abbd
|
add sockettimeout to header download by HTTP
|
12 years ago |
thomasv
|
72b4ac97d0
|
use portable flag on android instead of explicit path for headers file. use urllib.retrieve()
|
12 years ago |
thomasv
|
e2a2596479
|
fix: case where wdir path is empty (portable wallet)
|
12 years ago |
thomasv
|
ba39f8bec0
|
do not bundle blockchain headers with packages
|
12 years ago |
thomasv
|
16a81271e4
|
store timestamps in verifier
|
12 years ago |
thomasv
|
108dfb6140
|
revert to daemon threads because some clients do not seem to close their sockets cleanly
|
12 years ago |
ThomasV
|
9afbf21197
|
no daemon
|
12 years ago |
ThomasV
|
0ad7f72d3d
|
nodaemon
|
12 years ago |
thomasv
|
8ec2b16e21
|
use None as timestamp for pending transactions
|
12 years ago |
thomasv
|
8fc042ee22
|
more fixes for the 0.6 servers
|
12 years ago |
ThomasV
|
cc2ef02c2b
|
gui fixes
|
12 years ago |
ThomasV
|
8ec6a60daf
|
compatibility with 0.6 protocol
|
12 years ago |
ThomasV
|
e39a5c9609
|
init headers file
|
12 years ago |
thomasv
|
dd2302140f
|
include headers file in package
|
12 years ago |
thomasv
|
73dc533e79
|
set timestamps on startup
|
12 years ago |
ThomasV
|
39a85767a3
|
solve deadlock during restore
|
12 years ago |
thomasv
|
4cbee7554f
|
new protocol: the server sends serialized tx, deserialize it in the client
|
12 years ago |
thomasv
|
5e28ccd09d
|
Improve text gui. Disable print_error when text gui is used.
|
12 years ago |
thomasv
|
cdb52c30d2
|
do not request merkle root for unconfirmed transactions
|
12 years ago |