Move downloading/parsing/lookup logic out of BlockFinder class.
commit52808057a03586d4fdfc758d756164139ebbea87
authorKarsten Loesing <karsten.loesing@gmx.net>
Sat, 17 Nov 2012 17:24:44 +0000 (17 12:24 -0500)
committerKarsten Loesing <karsten.loesing@gmx.net>
Sat, 17 Nov 2012 19:21:07 +0000 (17 14:21 -0500)
treec6bda666bfc15f5223f1833fbcba55d27762bcb7
parentef508f406b3c8fe3d1f1e0958bac0d773c12e47e
Move downloading/parsing/lookup logic out of BlockFinder class.

With the previous refactoring commit there are now three classes:
DatabaseCache handles requests to the local database, DownloaderParser
downloads and parses delegation files, and Lookup performs lookups.
blockfinder
blockfindertest.py