lbry-sdk/lbrynet/tests/unit
Jack Robison 446c3a88dc
refactor DHTHashAnnouncer and iterativeAnnounceHaveBlob
-use looping call for running manage function rather than a scheduled
callLater

-track announce speed

-retry store requests that failed up to 3 times

-return a dict of {blob_hash: [storing_node_id]} results from
_announce_hashes

_refreshRoutingTable inline cb refactor

-add and use DeferredLockContextManager

-don't trap errback from iterativeFindNode in iterativeAnnounceHaveBlob
2018-03-28 15:53:45 -04:00
..
analytics moved tests into the lbrynet package 2017-09-28 18:21:26 +01:00
core refactor DHTHashAnnouncer and iterativeAnnounceHaveBlob 2018-03-28 15:53:45 -04:00
cryptstream moved BLOB_SIZE in conf to MAX_BLOB_SIZE constant in blob.blob_file 2017-10-31 15:38:00 -04:00
database fetch claim heights 2018-03-02 16:46:02 -05:00
dht merge tests.dht into tests.unit.dht 2017-11-16 14:45:42 -05:00
lbryfilemanager update test 2018-02-21 16:41:15 -05:00
lbrynet_daemon fix docstrings 2018-03-26 13:20:33 -04:00
__init__.py moved tests into the lbrynet package 2017-09-28 18:21:26 +01:00
test_conf.py raised errors directly instead of wrapping with AssertionError 2017-10-11 07:59:30 +01:00