Commit graph

44 commits

Author SHA1 Message Date
Hugo
3a3a9b5f4e Fix spelling 2019-10-03 21:40:06 -04:00
Victor Shyba
b3f087dbc7 fix fastest session for when online but unavailable 2019-09-30 10:58:11 -04:00
Lex Berezhny
1b0d802941 is_change bug fix 2019-09-23 13:49:50 -04:00
Lex Berezhny
84587ac232 wallet commands and wallet_id argument to other commands 2019-09-23 13:49:50 -04:00
Victor Shyba
9c86cb7954 proper dict formatting on tests 2019-09-18 19:28:11 -04:00
Victor Shyba
ef94c1eccc use existing donation_address instead 2019-09-18 19:28:11 -04:00
Victor Shyba
64eaa5e3aa add options to set server description, payment address and daily fee 2019-09-18 19:28:11 -04:00
Jack Robison
abac82c1c6
skip test_fetchall_prevents_sqlite_misuse on travis
-print how many attempts the race condition took to trigger
2019-09-17 12:44:43 -04:00
Jack Robison
287902f01b
test fetchall prevents SQLITE_MISUSE 2019-09-17 12:09:19 -04:00
Jack Robison
0b31aad901
test binding errors vs sqlite_misuse race errors 2019-09-17 12:09:19 -04:00
Lex Berezhny
d31f09c174 client wallet db versioning 2019-09-16 13:21:45 -04:00
Victor Shyba
5018fe90de can also be protocolerror 2019-09-01 00:02:07 -03:00
Victor Shyba
379144bcfe fix restriction rules, minor refactor, translate error from transaction not found into returning none 2019-08-31 17:39:03 -03:00
Victor Shyba
d2cd0ece5f restore multi server, improve sync concurrency 2019-08-31 06:37:29 -03:00
Victor Shyba
10b7ccaa92 fix unordered history inconsistency 2019-08-31 06:37:29 -03:00
Victor Shyba
925eb618de failing test for unordered mempool 2019-08-31 06:37:29 -03:00
Victor Shyba
96800de052 switch tests and fixes + support for multiple servers 2019-08-31 06:37:29 -03:00
Victor Shyba
4c41e7cb29 check headers bounds on access 2019-08-21 22:03:24 -03:00
Victor Shyba
7b0e4617d3 fix db test stability 2019-08-20 04:11:04 -03:00
Victor Shyba
f567aca532 retry and batch requests, fix some loose ends 2019-08-19 14:02:30 -03:00
Victor Shyba
f3a163b382 fix names and types 2019-08-12 18:16:58 -03:00
Victor Shyba
4ead92cfbe fixes from review 2019-08-12 18:16:58 -03:00
Victor Shyba
9ee2f30df4 timeout instead of cancel + minor fixes 2019-08-12 18:16:58 -03:00
Victor Shyba
cf924373f6 make stream test an asyncio test 2019-08-12 18:16:58 -03:00
Victor Shyba
d1f5b25418 merge repeated subscription events 2019-08-12 18:16:57 -03:00
Victor Shyba
f04c5ee902 fix test reliability 2019-08-12 18:16:57 -03:00
Victor Shyba
022d60ec2c both exceptions can be raised, depending on when the call happens 2019-08-12 18:16:57 -03:00
Victor Shyba
e78e2738ef basenet refactor 2019-08-12 18:16:57 -03:00
Lex Berezhny
0d6248fbeb fix torba tests 2019-08-12 10:22:14 -04:00
Victor Shyba
afeff61268 fix repair and tests 2019-07-23 17:44:13 -04:00
Victor Shyba
34500e07c6 change picking logic to probe the session before considering it a good session 2019-07-22 11:31:45 -04:00
Lex Berezhny
e4f802e5f4 when resolving inside channel break a tie of claims with same effective_amount by using height 2019-07-20 15:45:15 -04:00
Lex Berezhny
71551058ce query interpolation 2019-07-18 19:54:38 -04:00
Victor Shyba
d9460dcd9e refactor and clean up 2019-07-13 01:21:26 -04:00
Victor Shyba
9990889cce add repair ability to baseheaders 2019-07-13 01:21:26 -04:00
Victor Shyba
a4d8508b40 update remote height on demand 2019-07-13 01:21:26 -04:00
Victor Shyba
f09c18539b add test for concurrent header access 2019-07-13 01:21:26 -04:00
Victor Shyba
c1c7e30ec9 test boundaries, make limit a constant 2019-07-08 12:03:24 -04:00
Victor Shyba
28ae7f81e9 closes 2281 - fix too many sql variables + tests 2019-07-08 12:03:24 -04:00
Jack Robison
8a5b803788
add first 32260 blocks of bitcoin headers for torba unit tests 2019-06-28 15:09:49 -04:00
Lex Berezhny
894e86d3ee fix intermittent test_queries failure in torba due to non-unique TX generated 2019-06-25 01:33:04 -04:00
Lex Berezhny
21f02d3e6d fix torba test_sync test reliability 2019-06-23 22:40:41 -04:00
Lex Berezhny
d8265add2d added coin selection strategy for both prefer_confirmed and only_confirmed 2019-06-21 03:27:22 -04:00
Lex Berezhny
16215d5b96 preparing for moving torba into lbry sdk repo 2019-06-20 13:45:46 -04:00