Commit graph

5628 commits

Author SHA1 Message Date
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
8be49af96c
checksums in travis 2019-06-23 17:48:15 -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
Jack Robison
bd31c4c395
pin aioupnp requirement 2019-06-05 20:22:11 -04:00
Jack Robison
9bcb1d7d95
require torba 0.5.4a0 2019-06-05 20:22:07 -04:00
Jack Robison
e9ce41bea6
fix torba version on travis
# Conflicts:
#	.travis.yml
2019-06-05 18:21:44 -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
eca677a720
Merge pull request #2148 from lbryio/lru-cache-concurrent
Fix resolve internals caching and persisting errors
2019-05-17 19:26:22 -04:00
Jack Robison
51f301785f
fix test, add lru_cache_concurrent decorator 2019-05-17 18:57:07 -04:00
Jack Robison
41a6e288aa
add test_resolve_lru_cache_doesnt_persist_errors 2019-05-17 18:56:28 -04:00
Jack Robison
97d8d0ef4c
Merge pull request #2133 from lbryio/more-wallets
Add missing wallet server
2019-05-17 15:50:10 -04:00
Niko Storni
5baeb5f538
fix examples 2019-05-17 15:19:11 -04:00
Niko Storni
cc49c8407c
add missing wallet server
switch to .com domain
2019-05-17 15:19:11 -04:00
Jack Robison
3f37963f7f
Merge pull request #2139 from lbryio/android-platform-name
fix system name on android
2019-05-17 14:39:20 -04:00
Jack Robison
12eb83f773
fix system name on android 2019-05-17 14:00:25 -04:00
Jack Robison
ca1d135ba4
Merge pull request #2138 from lbryio/fix-file-save-doc
fix save_file doc
2019-05-17 13:44:22 -04:00
Jack Robison
107e57e3ff
fix docs 2019-05-17 13:11:04 -04:00
Jack Robison
928689a10d
Merge pull request #2130 from lbryio/fix-datastore
Fix updating refreshed announcements in the datastore
2019-05-17 12:58:11 -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
1cca4a91dd
Merge pull request #2128 from lbryio/add-streaming-server-settings
add `streaming_server` and `streaming_get` settings to configure the interface/port of the media server and if it supports the `/get` endpoint
2019-05-13 22:51:53 -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
46ee65c8f2
Merge pull request #2127 from lbryio/add-streaming-url
add `streaming_url` field to `File` api response type
2019-05-13 21:05:52 -04:00
Jack Robison
fd19daad9e
add streaming_url to file api response type 2019-05-13 19:05:26 -04:00