lbry-sdk/lbrynet
Job Evers-Meltzer 4334cdace1 Refactor blob requester to better seperate out the three requests
Each blob requests has three parts
- A request to see what blobs are available
- A request to download and pay for one of those blobs
- A request to negotiate data costs

Before the refactoring all of the code to accomplish this was mixed into
one class.  They are now three seperate classes.

There is still a lot of room for improvement, but it is at least better than
it was.
2016-09-25 16:55:55 -07:00
..
analytics Add basic analytics api and heartbeat event 2016-08-12 13:37:26 -05:00
core Refactor blob requester to better seperate out the three requests 2016-09-25 16:55:55 -07:00
cryptstream add missing commits 2016-03-17 22:50:15 -04:00
db_migrator unused import 2016-08-31 20:45:49 -04:00
dht squelch very verbose dht error log 2016-08-12 10:46:05 -05:00
lbryfile improve logging 2016-09-14 22:28:59 -04:00
lbryfilemanager improve logging 2016-09-14 22:28:59 -04:00
lbrylive merge add-tests-to-travis updates 2016-06-04 15:11:51 -04:00
lbrynet_console build windows in setup.py, drop leveldb requirement 2016-08-31 20:20:07 -04:00
lbrynet_daemon Refactor blob requester to better seperate out the three requests 2016-09-25 16:55:55 -07:00
metadata allow int fee amount 2016-08-28 03:09:36 -04:00
pointtraderclient initial commit 2015-08-20 11:27:15 -04:00
reflector fix tests 2016-08-26 20:22:11 -04:00
winhelpers initial commit 2015-08-20 11:27:15 -04:00
__init__.py Bump version: 0.4.9 → 0.5.0 2016-09-24 01:50:14 -04:00
conf.py allow more download attempts after having timed out 2016-09-12 15:39:19 -04:00
create_network.py initial commit 2015-08-20 11:27:15 -04:00
dht_scripts.py Use named loggers, fix some pep8 formatting mistakes 2015-09-08 15:42:56 -04:00
dhttest.py Remove all unused imports; add check to pylint 2016-08-08 15:42:35 -05:00
interfaces.py better error messages in console when funds are exhausted 2015-09-17 01:43:41 -04:00
node_rpc_cli.py Remove all unused imports; add check to pylint 2016-08-08 15:42:35 -05:00
rpc_node.py initial commit 2015-08-20 11:27:15 -04:00