Commit graph

101 commits

Author SHA1 Message Date
Lex Berezhny
4a24cc0095 pylint & mypint fixes 2019-06-19 06:12:57 -04:00
Alex Grintsvayg
f2bd0edc51 add option to only use confirmed utxos 2019-06-19 06:12:57 -04:00
Lex Berezhny
f5650c1b13 minor refactor of reorg integration test 2019-06-19 01:49:47 -04:00
Lex Berezhny
ecebbc86c6 fixed reorg issue with headers 2019-06-19 01:49:47 -04:00
Victor Shyba
1b5281c23e connect to multiple servers 2019-06-10 23:25:38 -04:00
Victor Shyba
8e43e40810 fix reconnect and improve test 2019-06-04 11:04:47 -04:00
Victor Shyba
a14b91cdda refactor test and make it faster 2019-06-03 16:04:15 -04:00
Victor Shyba
08609e9760 remove unnecessary call to ledger stop on client tests 2019-06-03 16:04:15 -04:00
Victor Shyba
ca0a3dbf9e minor cleanups on test spurious exceptions 2019-06-03 16:04:15 -04:00
Victor Shyba
9d0b9f0ded improve server picking tests 2019-06-03 16:04:15 -04:00
Victor Shyba
8911af58cf pick fastest server on client start 2019-06-03 16:04:15 -04:00
Lex Berezhny
31983fbb8e support in db for constraints that reference the same column by appending a # followed by some unique string 2019-05-18 00:03:23 -04:00
Lex Berezhny
cfb051396a sql __in uses proper escaping instead of putting values directly in SQL 2019-05-18 00:03:23 -04:00
Lex Berezhny
c44de48481 + account.apply and addressmanager.apply 2019-03-12 15:05:07 -04:00
Lex Berezhny
a021ddeffd + account.modified_on 2019-03-11 22:50:39 -04:00
Victor Shyba
1286417aec apply scrypt as kdf, add tests 2019-03-11 22:50:39 -04:00
Jack Robison
97e4d51c29 tests and feedback 2019-02-13 22:50:43 -05:00
Victor Shyba
6c68ba1d22 add timeout->retry tests] 2019-02-12 21:02:25 -05:00
Lex Berezhny
355989d6d1 test_sync.py fixes 2019-01-13 22:59:57 -05:00
Lex Berezhny
08814ad811 test_sync.py fixes 2019-01-13 22:52:49 -05:00
Victor Shyba
f4ec20a2e2 tentatively enable test_reorg for travis 2018-12-10 13:48:23 -05:00
Lex Berezhny
612066165a improved integration test for tx synchronization 2018-12-06 13:38:56 -05:00
Lex Berezhny
b2544139e6 stress test 2018-12-05 23:45:35 -05:00
Lex Berezhny
1b7c5a1373 update_history serially handles unique addresses 2018-12-05 11:48:19 -05:00
Lex Berezhny
2b8c06bda7 wip sync fixing 2018-12-05 11:48:19 -05:00
Lex Berezhny
10c1f8e1cf drop requirements: mock, requests. merge [server] into the main requirement section 2018-11-20 22:57:59 -05:00
Lex Berezhny
e5714dc1fc test sync integration test and other fixes 2018-11-19 18:14:57 -05:00
Lex Berezhny
1732167af1 use assertBalance in reconnect tests 2018-11-19 18:14:57 -05:00
Lex Berezhny
345d4f8ab1 refactored tx sync 2018-11-19 18:14:57 -05:00
Jack Robison
e745b6c16e fix wallet encryption
fixes https://github.com/lbryio/lbry/issues/1623
2018-11-19 17:15:09 -05:00
Victor Shyba
ee57af8e99 restore skips for Travis 2018-11-07 16:46:47 -05:00
Lex Berezhny
fdf479241a added ledger.wait(tx) to support reliably waiting for TX to be in ledger 2018-11-07 14:42:17 -05:00
Lex Berezhny
5f70ae9923 reorganization 2018-11-04 01:55:50 -04:00
Lex Berezhny
c1b96a36a7 skip running 3.6 tests 2018-11-03 20:52:26 -04:00
Lex Berezhny
5cdda0f3a8 fix AsyncTestCase imports 2018-11-03 20:52:26 -04:00
Lex Berezhny
f60435c878 moving and refactoring electrumx into torba 2018-11-03 20:52:26 -04:00
Victor Shyba
c7b647b1eb fix test_reconnect 2018-10-17 14:12:08 -04:00
Lex Berezhny
c6b32fa946 basedatabase.py test coverage 2018-10-15 17:15:05 -04:00
Lex Berezhny
2cd1947ef5 fixing tests 2018-10-15 17:15:05 -04:00
Lex Berezhny
2c5fd4aade twisted -> asyncio 2018-10-15 17:15:05 -04:00
Victor Shyba
7bdcaa6737 sync: fetch proofs and txs in batches 2018-10-11 17:48:55 -04:00
Victor Shyba
36ad834d43 add reconnection test 2018-10-11 17:45:54 -04:00
Victor Shyba
52b7bb0fce add test for checking db records when generating keys above the batch threshold 2018-10-11 17:41:26 -04:00
Lex Berezhny
6a97f96745 fixed database unit test 2018-10-09 16:49:37 -04:00
Lex Berezhny
d02da2f3a5 fix test method name to make sure it gets run 2018-10-08 23:26:45 -04:00
Lex Berezhny
462fd8bad1 get_address test fixes 2018-10-08 23:26:11 -04:00
Lex Berezhny
95cbdcb131 refactored sql queries, added full pagination support: limit, offset and count 2018-10-07 14:53:44 -04:00
Lex Berezhny
38b1fb5fba fix get_transaction unit test 2018-10-04 19:42:29 -04:00
Lex Berezhny
0960762694 sql constraints support table.column dot delimited column names 2018-10-03 11:51:42 -04:00
Lex Berezhny
a6f97dfbde refactored queries 2018-10-03 09:41:52 -04:00