Jack Robison
72294b636d
add wallet servers to config
2019-06-24 09:51:03 -04:00
Jack Robison
9fe5376b42
fix uncaught exchange rate errors
2019-06-24 09:51:03 -04:00
Jack Robison
0397d01c0f
0.37.6rc1
2019-06-24 09:51:03 -04:00
Jack Robison
2486b51434
update aioupnp to 0.0.13
2019-06-24 09:51:00 -04:00
Jack Robison
d45bf5cf97
fix database migration bugs
2019-06-23 17:50:52 -04:00
Jack Robison
e5e903a9bf
v0.37.5
2019-06-19 09:27:13 -04:00
Jack Robison
9f729c29c3
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 23:39:50 -04:00
Jack Robison
b468a82b53
v0.37.4
2019-06-11 15:21:01 -04:00
Jack Robison
e0e9c4efd0
fix from lex
2019-06-10 18:15:43 -04:00
Jack Robison
c16433357b
fix attribute error if availability_response field is missing
2019-06-10 16:41:29 -04:00
Jack Robison
a8cb873de5
change a few instances of lbry.io to lbry.com. fixes #2135
...
# Conflicts:
# lbrynet/schema/url.py
2019-06-10 16:36:50 -04:00
Jack Robison
d364431619
--blocking
...
# Conflicts:
# lbrynet/extras/daemon/Daemon.py
2019-06-10 12:35:39 -04:00
Jack Robison
bec75a957d
v0.37.4rc1
2019-06-07 16:34:10 -04:00
Jack Robison
338ea79618
handle chunked responses from reflector server
2019-06-07 16:33:28 -04:00
Jack Robison
61bdbceca3
test chunked reflector server response
2019-06-07 16:32:08 -04:00
Jack Robison
8683e96156
fix connections status raising an error during startup
2019-06-07 16:31:46 -04:00
Jack Robison
4ae59b15e0
v0.37.3
2019-06-05 21:01:23 -04:00
Jack Robison
3771263179
update version
docstring, add torba_version
2019-06-05 20:48:50 -04:00
Jack Robison
80ab0ba46d
v0.37.3rc6
2019-06-05 20:22:50 -04:00
Thomas Zarebczan
734b80b2b2
add MKV to mime types
2019-06-05 15:39:26 -04:00
Jack Robison
a90919a9ba
mbps instead of mbs, remove time from connection status
2019-06-04 19:35:34 -04:00
Jack Robison
347415dceb
add connection status
2019-06-04 19:34:09 -04:00
Jack Robison
fe55187696
0.37.2
2019-05-24 18:59:06 -04:00
Jack Robison
db8fb15cc5
0.37.2rc4
2019-05-24 18:12:19 -04:00
Jack Robison
a165ad910f
improve set_build.py, pin torba version
...
- adds BUILD_COMMIT to lbrynet.build_type
2019-05-24 18:11:50 -04:00
Jack Robison
b711069456
fix false negative with file completed
field
2019-05-24 17:31:26 -04:00
Jack Robison
c977a672b0
start returning range request bytes at the requested offset
2019-05-24 17:31:26 -04:00
Jack Robison
ac5794d96d
add blob_lru_cache_size
config setting, defaults to 32
2019-05-24 17:31:26 -04:00
Lex Berezhny
bb1f42057e
v0.37.1
2019-05-17 23:01:47 -04:00
Lex Berezhny
695f6658a0
v0.37.1rc2
2019-05-17 21:43:37 -04:00
Jack Robison
51f301785f
fix test, add lru_cache_concurrent decorator
2019-05-17 18:57:07 -04:00
Niko Storni
cc49c8407c
add missing wallet server
...
switch to .com domain
2019-05-17 15:19:11 -04:00
Jack Robison
12eb83f773
fix system name on android
2019-05-17 14:00:25 -04:00
Jack Robison
107e57e3ff
fix docs
2019-05-17 13:11:04 -04:00
Jack Robison
6ecc22f2c7
fix refreshing peers in the datastore
2019-05-17 12:22:47 -04:00
Lex Berezhny
079c81f298
v0.37.1rc1
2019-05-17 08:59:10 -04:00
Victor Shyba
8afe178d62
remove supports from resolve
2019-05-17 08:55:39 -04:00
Jack Robison
8777dcee7c
v0.37.0
2019-05-13 23:39:22 -04:00
Jack Robison
41abfbdd9b
add streaming_server
and streaming_get
settings
...
-split rpc runner from range request runner
2019-05-13 22:27:48 -04:00
Jack Robison
fd19daad9e
add streaming_url to file api response type
2019-05-13 19:05:26 -04:00
Victor Shyba
71a4be02dd
use loop to create task
2019-05-13 15:57:03 -03:00
Victor Shyba
124fdb7d31
fixes from review
2019-05-13 14:57:58 -03:00
Victor Shyba
2439743804
probe peer instead of scheduling ping for removal
2019-05-13 14:51:03 -03:00
Victor Shyba
b91d2190f4
disable infinite peer search, cleanup logging, tune scores to slow connections
2019-05-13 14:24:13 -03:00
Victor Shyba
d024433d1b
simplify accumulate task
2019-05-13 13:34:49 -03:00
Victor Shyba
7c4eb416d6
dont clearbanned if there are working peers, dont remove node immediately during search
2019-05-13 13:14:08 -03:00
Victor Shyba
fb457c820a
reorganizing iterative find code
2019-05-13 04:34:39 -03:00
Victor Shyba
18af2dcd4e
remove peer immediately instead of probing when its bad during search
2019-05-13 02:52:24 -03:00
Victor Shyba
0075dcc2c0
iterative find probes bad peers + test case for edge scenario Tom found
2019-05-13 02:40:04 -03:00
Victor Shyba
32d1563885
fix handling of invalid token
2019-05-12 04:12:12 -03:00