lbry-sdk/tests
Jack Robison 2ad22d7d19
paginated deterministically shuffled find_value
- fixes https://github.com/lbryio/lbry/issues/2244
- reduce the max DHT datagram size to 1400 bytes
- truncate `contacts` field of find_value response datagrams to the k closest (8)
- truncate peers in find_node response datagrams to the 2k closest (16)
- remove `contacts` field from find_value responses beyond `page` 0 (the first/default)
- deterministically shuffle the peers for a blob in a find_value response
- add optional `page` argument to `find_value` and `p` field to find_value responses containing the number of pages of k peers for the blob
- test one blob being announced by 150 different peers to one peer
- speed up pylint and remove some disabled checks
2019-06-18 22:52:39 -04:00
..
integration delete claims and re-calculate winner when claim is expired 2019-06-04 22:28:35 -04:00
unit paginated deterministically shuffled find_value 2019-06-18 22:52:39 -04:00
__init__.py all unit/dht green on py3 2018-08-24 11:37:53 -04:00
dht_mocks.py update mock dht 2019-04-24 09:48:04 -04:00
test_utils.py Removes third-party mock dependency (#1661) 2018-11-25 11:12:30 -05:00