Commit graph

7895 commits

Author SHA1 Message Date
Lex Berezhny
0b34c4ea86 got tests to pass on sqlite and postgres and added filter groups at various block height scales 2020-09-21 10:26:19 -04:00
Jack Robison
5b9e40c0c0
sync block filters 2020-09-17 11:25:50 -04:00
Jack Robison
30dff02674
logging formatter 2020-09-17 11:25:28 -04:00
Lex Berezhny
20c7fe1e82
Merge pull request #3048 from lbryio/asyncio_loop_fix
asyncio loop fix
2020-09-16 20:16:13 -04:00
Lex Berezhny
23f186e6a1 pylint and other fixes 2020-09-16 20:02:34 -04:00
Lex Berezhny
14436b3955 instantiate objects inside async loop 2020-09-16 19:50:51 -04:00
Lex Berezhny
a96ceba6f5 Daemon.from_config 2020-09-16 16:40:05 -04:00
Lex Berezhny
f26aadbd44 move daemon construction from cli into daemon function 2020-09-16 16:34:55 -04:00
Lex Berezhny
144eb248e3
Merge pull request #3040 from lbryio/fwss_wait_lbrycrd
Synchronizer: wait for lbrycrd to start if its not ready, instead of raising
2020-09-14 13:21:10 -04:00
Victor Shyba
a554c8838c use previous exception insted of declaring a new one 2020-09-14 14:08:59 -03:00
Victor Shyba
2a0089a4dd test starting and waiting normally as before too 2020-09-14 14:08:59 -03:00
Victor Shyba
d6bcbd631f improve session close error message 2020-09-14 14:08:59 -03:00
Victor Shyba
39a4c4e590 exit if zmq misconfigured. tell whats wrong 2020-09-14 14:08:59 -03:00
Victor Shyba
cb60cd99f4 use create_task instead 2020-09-14 14:08:59 -03:00
Victor Shyba
a5c117b542 wait for lbrycrd on start 2020-09-14 14:08:59 -03:00
Victor Shyba
47a8c005d9 change zmq port for tests so it doesnt conflict with running lbrycrd 2020-09-14 14:08:59 -03:00
Lex Berezhny
6e50e83e28
Merge pull request #3044 from lbryio/fwss_pin_tqdm
pin tqdm and fix ovrride
2020-09-14 12:59:25 -04:00
Victor Shyba
50c8fc269b fix tqdm override and pin version 2020-09-14 13:46:31 -03:00
Alex Grintsvayg
336a0f6ae1
minor 2020-09-11 14:08:06 -04:00
Lex Berezhny
e1c33dccab
Merge pull request #3036 from lbryio/fwss_fix_parser
fix doc generator for docopt edge cases
2020-09-04 15:48:57 -04:00
Lex Berezhny
2f56f7f0e0 fix test 2020-09-04 15:40:59 -04:00
Lex Berezhny
28413742cc reduce diff 2 2020-09-04 15:38:31 -04:00
Lex Berezhny
6484894b36 reduce diff 2020-09-04 15:37:45 -04:00
Lex Berezhny
c5fd9643f1 tx_kwargs expander should have wallet_id 2020-09-04 15:36:18 -04:00
Victor Shyba
aa6d78b515 fix definitions, bump metadata 2020-09-04 15:09:28 -03:00
Lex Berezhny
33e266a0f4 unit test to make sure all generated help can be parsed by docopt 2020-09-04 10:57:11 -04:00
Lex Berezhny
b4ee07162d made doc parsing error more helpful 2020-09-04 10:17:45 -04:00
Victor Shyba
0f63103db5 fix wallet_id parameter 2020-09-04 01:36:49 -03:00
Victor Shyba
c3884352db improve error messages 2020-09-04 01:29:25 -03:00
Victor Shyba
8c525b6dfc fix tests 2020-09-04 01:25:56 -03:00
Victor Shyba
d89b074615 bump metadata.py 2020-09-04 01:20:39 -03:00
Victor Shyba
f775b0ed55 fix all comments with line breaks starting with -- 2020-09-04 01:20:27 -03:00
Victor Shyba
60c333c6e2 stream filter already have signed filter 2020-09-04 00:58:08 -03:00
Victor Shyba
42b7f8ff71 raise when -- ends up in a continuation line instead of auto fixing 2020-09-04 00:45:02 -03:00
Victor Shyba
c981c767b9 raise instead of implicit deduplication of arguments 2020-09-04 00:44:55 -03:00
Victor Shyba
10ad4ed8d1 update metadata.py 2020-09-04 00:22:14 -03:00
Victor Shyba
e436ae7edd test for wrong linebreaks and improve fix 2020-09-04 00:22:14 -03:00
Victor Shyba
c498619cca test using a new expander explicitly 2020-09-04 00:22:14 -03:00
Victor Shyba
382facf264 test for duplicated kwargs 2020-09-04 00:22:14 -03:00
Victor Shyba
7304d24dfd dont break lines on -- to avoid docopt parsing issues 2020-09-04 00:22:14 -03:00
Victor Shyba
b330c35282 remove duplicated kwargs from parser.py 2020-09-04 00:22:14 -03:00
Lex Berezhny
6dfa78afa3
Merge pull request #3034 from lbryio/wip_fwss
misc fixes
2020-09-03 23:21:15 -04:00
Victor Shyba
1c79daaafc linter: ignore raise-missing-from 2020-09-04 00:15:54 -03:00
Victor Shyba
e1b55f017b remove traceback usage, add test 2020-09-03 15:21:53 -03:00
Victor Shyba
6bbfb45de7 return errors when websocket req fails 2020-09-02 20:38:30 -03:00
Victor Shyba
9b15799c72 makefile default to match the number of CPUs and not arbitrary 28 2020-09-02 18:50:22 -03:00
Victor Shyba
bc678f2146 session close is async, fix annoying error message 2020-09-02 18:49:41 -03:00
Victor Shyba
7c5211d420 fix lbrycrdd url 2020-09-02 14:34:00 -03:00
Victor Shyba
70e50780c3 dropdb ignores already dropped db 2020-09-02 14:33:36 -03:00
Lex Berezhny
7ebb9d06df discover and run all unittests 2020-08-20 14:27:28 -04:00