Lex Berezhny
545451a829
moved ./lbry/tests to ./tests
2018-08-24 11:37:53 -04:00
Lex Berezhny
69446491b8
pylint and unit test fixes
2018-08-24 11:37:50 -04:00
Jack Robison
a7a53f9381
fix mirror downloader looping call
2018-08-23 22:36:30 -04:00
Jack Robison
2c546b2cde
retry mirror downloads
2018-08-23 11:18:28 -04:00
Victor Shyba
1937eb17c4
adds a test for stopping
2018-07-30 11:22:31 -03:00
Victor Shyba
f291ea515a
add test for invalid content
2018-07-30 11:22:31 -03:00
Victor Shyba
ff4aba9423
refactor mirroring
2018-07-30 11:22:31 -03:00
Victor Shyba
ad96b006f9
adds http download support for blobs mirroring
2018-07-25 12:15:52 -03:00
hackrush
944b94aae8
update logging tests
2018-07-24 20:01:38 -04:00
Jack Robison
c521120b17
update and fix hash announcer test
2018-06-07 15:02:47 -04:00
Jack Robison
950ec5bc9a
update mocks and dht tests
...
-reorganize dht tests
2018-06-07 15:02:47 -04:00
Jack Robison
f42733ecba
fix tests
2018-05-02 15:00:57 -04:00
Jack Robison
a41bbd5e27
pylint and tests
2018-03-28 18:50:18 -04:00
Jack Robison
88970cb0a8
move peer manager class to lbrynet.core
2018-03-28 15:53:49 -04:00
Jack Robison
0ab5dd28bc
update tests
2018-03-28 15:53:48 -04:00
Jack Robison
e30ea50ef4
more
2018-03-28 15:53:47 -04:00
Jack Robison
3296c0fb3d
move dht related classes to lbrynet.dht
2018-03-28 15:53:47 -04:00
Kay Kurokawa
4cb461601e
result must be set here, otherwise it will not be defined when used later. Add test for it
2018-03-28 15:53:46 -04:00
Kay Kurokawa
0425c95b68
No need for clock now in test for DHTHashAnnouncer
2018-03-28 15:53:46 -04:00
Kay Kurokawa
0f3385e4dc
make the single hash announce duration adjustable in DHTHashSupplier
2018-03-28 15:53:46 -04:00
Jack Robison
446c3a88dc
refactor DHTHashAnnouncer and iterativeAnnounceHaveBlob
...
-use looping call for running manage function rather than a scheduled
callLater
-track announce speed
-retry store requests that failed up to 3 times
-return a dict of {blob_hash: [storing_node_id]} results from
_announce_hashes
_refreshRoutingTable inline cb refactor
-add and use DeferredLockContextManager
-don't trap errback from iterativeFindNode in iterativeAnnounceHaveBlob
2018-03-28 15:53:45 -04:00
hackrush
3754f34f53
Review fixes and additional comments in test
2018-02-21 14:22:11 +05:30
hackrush
2368433b22
Check for max usable balance before updating
2018-02-20 08:54:03 +05:30
Jack Robison
73f09edcf0
fix setup and teardown for wallet tests
...
-also fixes a few wallet tests that weren't checking exceptions correctly
2018-02-13 14:22:52 -05:00
Jack Robison
9d87de1433
fix setup and teardown for blob manager tests
2018-02-13 14:22:40 -05:00
Jack Robison
49507b98f4
update unit tests, add test_SQLiteStorage
2018-02-13 10:27:51 -05:00
Roger Ostrander
44df26abd3
Removing unused import
2018-02-06 01:32:10 -05:00
Roger Ostrander
d8e1738f27
Code review changes (removed safe_dict_descend)
2018-02-06 01:16:10 -05:00
Roger Ostrander
a4343c3eb3
API call to blob_list with uri parameter now succeeds
2018-02-03 23:08:15 -05:00
Jack Robison
8c2d381aee
Wallet encryption ( #783 )
...
* update known commands
* add wallet_unlock, block wallet startup on being unlocked
* add wallet_decrypt and wallet_encrypt
* wallet encryption unit tests
* added use_keyring configuration option in order to make keyring password storage optional
2017-12-17 07:00:12 +01:00
Jack Robison
b7ee5419d4
better address use, remove _save_wallet from Wallet.py
2017-12-07 14:36:51 -05:00
Kay Kurokawa
7e8f3254b1
Add to DHT Node class initialization argument peerPort where it serves blobs, instead of specifying it in announceHaveBlob
2017-11-07 09:56:40 -05:00
Ian Chamberlain
20e9ff2902
Delete blob hash from list when blob is deleted
2017-11-05 21:56:54 -05:00
Ian Chamberlain
733e356e55
Fix failing ConnectionManager unit test
2017-11-04 15:15:04 -04:00
Akinwale Ariwodola
e522e7e7f7
Changed AssertionError to ValueError. Skip tests that cannot pass on Android.
2017-10-17 03:15:50 +01:00
Jack Robison
7898b9c2d8
Merge branch 'master' into add_more_session_info
2017-10-09 10:39:48 -04:00
Kay Kurokawa
d9cc81766d
use DeferredLock instead of threading.Lock() as it can cause deadlocks
2017-10-06 17:05:10 -04:00
Kay Kurokawa
2115919c55
Add test when mutliple writers call _save_verified_blob at once, this will cause deadlock
2017-10-06 16:34:45 -04:00
Kay Kurokawa
db0bc92087
add unit tests for should annouce functions in BlobManager
2017-10-05 13:59:50 -04:00
Akinwale Ariwodola
63dd57aaea
fixed long string concatenation and merged with master
2017-10-02 17:13:45 +01:00
Akinwale Ariwodola
91498822ae
fixed all pylint errors
2017-09-29 11:44:22 +01:00
Akinwale Ariwodola
2abe85ba25
moved tests into the lbrynet package
2017-09-28 18:21:26 +01:00