Tafelpoot
|
d9c5250a6f
|
removed trailing whitespace and fixed indentation in history widget
|
10 years ago |
ThomasV
|
ed8f9666df
|
remove interface.synchronous_get
|
11 years ago |
ThomasV
|
28df27fba2
|
update interface.py
|
11 years ago |
Chris Glass
|
8997c760a2
|
Do not use mutables as default values!
This blog article explains why (just an example, many other articles
discuss this ad nauseam):
http://pythonconquerstheuniverse.wordpress.com/2012/02/15/mutable-default-arguments/
|
11 years ago |
wozz
|
5a312290e2
|
Target Calculation Update
fix #686
|
11 years ago |
ThomasV
|
9bebc05149
|
fix bug in chunk validation
|
11 years ago |
ThomasV
|
df76aac2db
|
fix bug with hex_to_int; remove unused function
|
11 years ago |
Bryan Stitt
|
91061752cf
|
stop using eval
|
11 years ago |
Bryan Stitt
|
225d8b83a3
|
don't use bare except
|
11 years ago |
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 |