Victor Shyba
|
d2560d260c
|
use stream controller and documented errors
|
2020-02-21 00:04:37 -03:00 |
|
Jack Robison
|
f40a61cf9a
|
v0.60.1
|
2020-02-20 17:56:54 -05:00 |
|
Jack Robison
|
ead8daaa14
|
doc
|
2020-02-20 17:27:18 -05:00 |
|
Jack Robison
|
23b4b9e230
|
add ffmpeg_find api, don't recheck for it in status
|
2020-02-20 16:43:41 -05:00 |
|
Jack Robison
|
7fd0d6507f
|
disconnect from client sending message larger than MAX_RECEIVE
|
2020-02-20 16:08:21 -05:00 |
|
Jack Robison
|
2f1d08e417
|
add MAX_RECEIVE wallet server setting
|
2020-02-20 14:11:16 -05:00 |
|
Victor Shyba
|
7c160ff65e
|
remove unused parameters
|
2020-02-20 14:38:13 -03:00 |
|
Victor Shyba
|
fc5d5faaed
|
use conf directly isntead of lambda
|
2020-02-20 14:27:39 -03:00 |
|
Victor Shyba
|
5394f1763c
|
simplify external ip logic
|
2020-02-20 12:12:40 -03:00 |
|
Victor Shyba
|
050b67c9d6
|
apply share_usage_data as its set
|
2020-02-20 12:12:40 -03:00 |
|
Victor Shyba
|
f0e1db319c
|
make wallet server payments a component
|
2020-02-18 19:18:30 -03:00 |
|
Victor Shyba
|
3950715237
|
add max_wallet_server_fee conf to limit daily wallet server payments
|
2020-02-18 18:10:58 -03:00 |
|
Victor Shyba
|
ae9ba14b59
|
use both donation and payment addresses separately
|
2020-02-18 18:10:58 -03:00 |
|
Victor Shyba
|
ad6c6fbe35
|
fixes from review and add analytics
|
2020-02-18 18:10:58 -03:00 |
|
Victor Shyba
|
ffa5c20c88
|
fix hanging test
|
2020-02-18 18:10:58 -03:00 |
|
Victor Shyba
|
5a6218eeca
|
improve tests, fix types
|
2020-02-18 18:10:58 -03:00 |
|
Victor Shyba
|
200531dd96
|
wait for tx instead
|
2020-02-18 18:10:58 -03:00 |
|
Victor Shyba
|
15a2f048ac
|
pay wallet server test and initial prototype
|
2020-02-18 18:10:58 -03:00 |
|
Victor Shyba
|
d317a4042c
|
change daily_fee to be lbc instead of dewies
|
2020-02-18 18:10:58 -03:00 |
|
Victor Shyba
|
c2d717aba5
|
old code from #2683
|
2020-02-18 18:10:58 -03:00 |
|
Lex Berezhny
|
ef74777df1
|
v0.60.0
|
2020-02-17 17:52:11 -05:00 |
|
Lex Berezhny
|
0b2d9e15b4
|
added order bys for fee_amount
|
2020-02-17 17:24:48 -05:00 |
|
Lex Berezhny
|
d14e5e75e8
|
all three order bys for duration filter
|
2020-02-17 17:24:48 -05:00 |
|
Lex Berezhny
|
df11ef34d2
|
index cleanup
|
2020-02-17 17:24:48 -05:00 |
|
Lex Berezhny
|
4fc619262c
|
replacing indexes on trending_global, trending_mixed to be trending_group, trending_mixed
|
2020-02-17 17:24:48 -05:00 |
|
Lex Berezhny
|
71cb03345b
|
removed default order_by for claim_search
|
2020-02-17 16:26:29 -05:00 |
|
jessop
|
7d872c7863
|
change default privacy setting
|
2020-02-13 18:56:11 -05:00 |
|
Jack Robison
|
0d08858dfb
|
v0.59.2
|
2020-02-13 17:22:21 -05:00 |
|
Jack Robison
|
c8c10d2bb0
|
fix claim apis failing with --resolve if no claims are present
fixes https://github.com/lbryio/lbry-sdk/issues/2802
|
2020-02-13 14:58:51 -05:00 |
|
Jack Robison
|
9b46d03c91
|
fix race between setting items in and clearing the resolve/claim_search cache
|
2020-02-13 11:17:21 -05:00 |
|
Jack Robison
|
205b0c4263
|
call get_platform only once
|
2020-02-13 10:04:50 -05:00 |
|
Jack Robison
|
78eef25f1a
|
add reposted_claim_hash index
fixes https://github.com/lbryio/lbry-sdk/issues/2782
|
2020-02-12 17:39:57 -05:00 |
|
Lex Berezhny
|
605fc8ecd8
|
claim_search by --claim_type=repost support
|
2020-02-12 11:51:35 -05:00 |
|
Lex Berezhny
|
6b745c53dc
|
make sure SQL IN works with python set
|
2020-02-12 11:41:32 -05:00 |
|
Lex Berezhny
|
be4515ec9a
|
use sets for __in constraint values
|
2020-02-12 10:39:25 -05:00 |
|
Lex Berezhny
|
dcb1b64696
|
SQL generation fix to handle IN operation for one value lists
|
2020-02-12 10:31:27 -05:00 |
|
Jack Robison
|
1190a60c7a
|
v0.59.1
|
2020-02-11 16:56:37 -05:00 |
|
Jack Robison
|
5ac453fe07
|
update default wallet servers
|
2020-02-11 13:51:15 -05:00 |
|
Lex Berezhny
|
ffbef69dc7
|
manually incremented version and added support to release script to release current version
|
2020-02-09 20:26:15 -05:00 |
|
Victor Shyba
|
f14004e56b
|
update url regex to cases tom reported
|
2020-02-09 17:55:29 -05:00 |
|
Brendon J. Brewer
|
3697d9e1f0
|
Tweaked some parameters, back to 134
|
2020-02-09 17:38:34 -05:00 |
|
Brendon J. Brewer
|
94524f7330
|
lint
|
2020-02-09 17:38:34 -05:00 |
|
Brendon J. Brewer
|
17d8a3e5d6
|
Use claim_hash not claim_id
|
2020-02-09 17:38:24 -05:00 |
|
Brendon J. Brewer
|
39996d7612
|
Only create file during install if logging is turned on
|
2020-02-09 17:37:55 -05:00 |
|
Brannon King
|
e53209e5ae
|
handle early lbrycrd exit in tests
|
2020-02-09 17:02:16 -05:00 |
|
Brannon King
|
501fbd3114
|
handle strange file metadata
|
2020-02-09 17:02:16 -05:00 |
|
Lex Berezhny
|
15a2fa6199
|
claim_list --claim_type argument can be repeated
|
2020-02-08 23:34:04 -05:00 |
|
Lex Berezhny
|
9607d21828
|
censored searches/resolves include metadata of channel which did the censoring
|
2020-02-07 18:50:29 -05:00 |
|
Lex Berezhny
|
6fbbf36143
|
pylint
|
2020-02-07 18:44:30 -05:00 |
|
Lex Berezhny
|
db25f3282e
|
lbry.error: save arguments on self and support for functions around arguments
|
2020-02-07 18:25:06 -05:00 |
|