Lex Berezhny
1368a6e074
wallet manager refactoring
...
test uses manager.send_amount_to_address instead of manually creating tx
2018-08-24 11:37:25 -04:00
Lex Berezhny
80990b959c
moved files around
2018-08-24 11:37:25 -04:00
Lex Berezhny
053b6d1c80
removing lbryum from requirements
2018-08-24 11:37:25 -04:00
Lex Berezhny
5e71dcbaf0
wip: implementation is now generic and supports multiple currencies
2018-08-24 11:37:25 -04:00
Lex Berezhny
83958604d5
finally generating fully signed tx submittable to lbrycrd
2018-08-24 11:37:25 -04:00
Lex Berezhny
dcd8a6bb0e
branch and bound based coin selection with random draw fallback
2018-08-24 11:37:25 -04:00
Lex Berezhny
7161a0edb9
new bitcoin script parser
2018-08-24 11:37:25 -04:00
Lex Berezhny
ca8b2dd83e
wip: initial import of twisted based wallet
2018-08-24 11:37:25 -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
Jack Robison
16cda60f31
fix test
2018-08-13 17:16:48 -04:00
Victor Shyba
d21313e590
allow mirrors if conf is set, but clear it for tests
2018-08-07 13:55:45 -03:00
Jack Robison
e50ac69358
tests and pylint
2018-08-03 12:35:10 -04:00
Jack Robison
4ef4a4816f
update component tests
2018-08-03 11:37:10 -04:00
Jack Robison
8533bfa7c5
refactor test_misc, remove Session
...
-use only the one process
2018-08-03 11:37:10 -04:00
Jack Robison
6389e961b9
update (and refactor) tests to not use Session
2018-08-03 11:37:10 -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
Jack Robison
5984ae7ce9
fix
2018-07-24 21:10:53 -04:00
Jack Robison
a89306b6bf
reorganize daemon startup
...
-fix loggly not using the share usage setting
-delete more
2018-07-24 20:01:38 -04:00
hackrush
a741fdfc44
update daemon unit tests
2018-07-24 20:01:38 -04:00
hackrush
944b94aae8
update logging tests
2018-07-24 20:01:38 -04:00
hackrush
37eaf634c4
update functional tests
2018-07-24 20:01:38 -04:00
hackrush
edcb06a415
update mocks, add test_Component_Manager
2018-07-24 20:01:38 -04:00
Lex Berezhny
284264962d
reflector test fix
2018-07-05 19:51:15 -04:00
Lex Berezhny
6952c2c07e
Revert "refactor lbrynet-daemon into modular components" ( #1286 )
...
* Revert "fix reflector test"
This reverts commit 6a15b51ac3
.
* Revert "refactor lbrynet-daemon into modular components (#1164 )"
This reverts commit 75a6ff269e
.
2018-07-05 19:05:48 -04:00
Jack Robison
6a15b51ac3
fix reflector test
2018-07-05 15:40:13 -04:00
Jack Robison
75a6ff269e
refactor lbrynet-daemon into modular components ( #1164 )
...
* add daemon Component and ComponentManager classes
* convert directory and SQLiteStorage setup to be a Component
* support callbacks to component setups
* Fixed typo in ComponentManager
* convert wallet to be Component
* Use storage from session.
* Remove create_session internal function and PEP8
* Starting to convert session to its own component. Removed ref to `self.storage` from Daemon.py
* Making DHT component(broken)
* Refactored classes to reduce redundancy in getting config setting
* DHT is now it's own component
* Fixed `test_streamify` test
* Fixed regression caused by removing `peer_manager` from session
* refactor ComponentManager and Component to use instance instead of class methods
* Hash announcer, file manager, stream identifier components
* Query Handler and server components
* Reflector Component
* Fixed test_streamify(well Jack did, but ¯\_(ツ)_/¯)
* All tests now passing
* Pylint fixes
* Oops(That's all you're gonna get :-P)
* Making decorators(WIP, commit so that I don't lose work)
* Decorator made and decorating of functions done(some other changes)
* import fixes and removed temporary test function
* Fixed new broken tests from daemon refactor
* Sanitization of modules
* Reworded errors
* wallet unlock condition checks, fixed breaking changes
* Rebased on amster and other crazy stuff
* Started writing tests
* Tests for component manager
* Fix Daemon Tests
* Fixed passing mutable args in init
* Using constants instead of strings. Added CHANGELOG.md
* Now components can be skipped by setting relevant config in file.
* P-Y-L-I-N-T #angry_emoji
2018-07-05 15:21:52 -04:00
Jack Robison
b6289d101d
fix improper sorting when getting the closest peers to a hash
2018-07-02 14:54:03 -04:00
Jack Robison
61a7fd66bf
batch insert/update claims to sqlite
2018-06-20 16:08:12 -04:00
Jack Robison
df7a59f40a
skip test on appveyor
2018-06-13 14:04:14 -04:00
jleute
9735373eef
remove dependency on server_list_reverse
2018-06-12 00:10:23 +02:00
jleute
acbe3b0f65
updated test to compare original and saved config file
2018-06-12 00:06:49 +02:00
jleute
ea7ef54174
remove unused import
2018-06-12 00:06:24 +02:00
jleute
cfe5eb5d56
clean up temporary conf file
2018-06-12 00:06:21 +02:00
jleute
e00238427b
add assert to test_load_save_load_config_file test
2018-06-12 00:05:50 +02:00
jleute
5926b17871
Updated unittest for saving of server lists in the conf file
2018-06-12 00:05:49 +02:00
jleute
2e3ceedc17
added unit test for reversal of conversion of config file entries
2018-06-12 00:04:35 +02:00
Jack Robison
0ae89f01e6
Revert "WIP: feature/1098/sorted-claim-results"
2018-06-12 00:04:32 +02:00
Sergey Rozhnov
d66bce814c
refactored unit test for sort_claim_results
2018-06-12 00:03:30 +02:00
Sergey Rozhnov
c290fb5908
refactored sorting of claims and unit tests
2018-06-12 00:02:48 +02:00
Sergey Rozhnov
156b132070
implemented additional test cases for claims sorting; updated changelog
2018-06-12 00:01:36 +02:00
Sergey Rozhnov
b770b2de6a
simplified claims comparison logic; refactored unit tests
2018-06-12 00:01:36 +02:00
Sergey Rozhnov
c7ba82dc07
claim_list and claim_list_mine in Daemon return sorted results
2018-06-12 00:01:32 +02:00
Jack Robison
1d0106929c
move daemon test to the same folder as the others
2018-06-07 15:02:47 -04:00
Jack Robison
a821647fbc
pylint and appveyor
2018-06-07 15:02:47 -04:00
Jack Robison
af096aee41
update test
2018-06-07 15:02:47 -04:00
Jack Robison
9a63db4ec6
add protocol version to the dht and migrate old arg format for store
2018-06-07 15:02:47 -04:00