1
0
Files
electrum/lib
Neil Booth d16714a1db Make the blockchain class not a thread
Remove interface communication out of blockchain.py
into network.py.  network.py handles protocol requests
for headers and chunks.  blockchain.py continues to
handle their analysis and verification.

If an interface provides a header chain that doesn't
connect, it is dismissed, as per a previous TODO comment.

This removes a thread and another source of timeouts.
I see no performance issues with this when truncating the
blockchain.

Rename 'result' to 'header' for clarity.
2015-06-01 20:53:42 +09:00
..
2015-05-28 15:43:50 +02:00
2015-05-24 16:14:56 +02:00
2015-02-24 19:32:59 +01:00
2015-06-01 18:22:03 +09:00
2015-04-30 17:33:29 +02:00
2015-05-24 20:37:05 +02:00
2015-05-05 21:00:35 +02:00
2015-05-08 09:31:45 +09:00
2015-05-17 09:17:52 +02:00
2015-05-02 16:26:27 +02:00