Jonathan Moody
|
d4f98fb929
|
Work on some DeprecationWarnings: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8.
|
2023-02-03 09:47:39 -05:00 |
|
Jonathan Moody
|
224896686f
|
Make FileManager.stop() async because SourceManager.stop() is now async.
|
2023-02-03 09:47:39 -05:00 |
|
Jonathan Moody
|
8f3d6eb5e8
|
CancelledError derives from BaseException in Python >= 3.8. The significant functional
change here is in upload_to_reflector(). Unit tests in TestReflector were failing.
Deal with lint related to CancelledError cleanup.
|
2023-02-03 09:47:39 -05:00 |
|
Jonathan Moody
|
82e9e8048c
|
Fix and enable lint no-self-use & try-except-raise.
|
2023-02-03 09:47:39 -05:00 |
|
Lex Berezhny
|
f1f7479cdb
|
passing loop to asyncio functions is deprecated
|
2023-02-03 09:47:39 -05:00 |
|
Lex Berezhny
|
48c6873fc4
|
channel_sign command has customizeable salt
|
2022-10-30 21:53:53 -04:00 |
|
Lex Berezhny
|
a1b87460c5
|
passing loop to asyncio functions is deprecated
|
2022-10-18 17:23:56 -04:00 |
|
zeppi
|
24e9c7b435
|
fix backwards compatibility in wallet import/export
|
2022-10-18 10:53:51 -04:00 |
|
Victor Shyba
|
1027337833
|
fallback for stream name and tests
|
2022-10-18 00:31:10 -04:00 |
|
Victor Shyba
|
97fef21f75
|
fallback for suggested file name and tests
|
2022-10-18 00:31:10 -04:00 |
|
Lex Berezhny
|
9dafd5f69b
|
added claim_list filtering by reposted_claim_id and fix for claim_id of reposted claim in JSON output
|
2022-10-18 00:28:13 -04:00 |
|
Lex Berezhny
|
734f0651a4
|
minor refactor
|
2022-10-18 00:25:41 -04:00 |
|
zeppi
|
94deaf55df
|
lint
|
2022-10-18 00:25:41 -04:00 |
|
zeppi
|
d957d46f96
|
lint
|
2022-10-18 00:25:41 -04:00 |
|
zeppi
|
0217aede3d
|
update docs
|
2022-10-18 00:25:41 -04:00 |
|
zeppi
|
e4e1600f51
|
Enable unencrypted wallet import and export
|
2022-10-18 00:25:41 -04:00 |
|
Victor Shyba
|
8a033d58df
|
fix torrent component
|
2022-09-09 12:21:59 -03:00 |
|
Victor Shyba
|
5be990fc55
|
do not ignore libtorrent import error
|
2022-09-09 12:21:59 -03:00 |
|
Victor Shyba
|
0d6125de0b
|
add sd_hash prober
|
2022-09-07 12:03:11 -03:00 |
|
Victor Shyba
|
c3e4f0b988
|
add 'is_bootstrap_node' conf
|
2022-08-11 20:38:42 -03:00 |
|
Lex Berezhny
|
10df0c1fba
|
disable Hotbit and UPBit exchange rate feeds
|
2022-08-11 10:19:54 -04:00 |
|
Lex Berezhny
|
3e3974f813
|
lint
|
2022-08-08 14:55:44 -04:00 |
|
Lex Berezhny
|
ec82486e15
|
removed go hub dependency
|
2022-08-08 14:55:44 -04:00 |
|
Lex Berezhny
|
1dc2f0458b
|
fix lint
|
2022-08-01 10:04:24 -04:00 |
|
Lex Berezhny
|
3924b28cc3
|
raise not implemented error when importing unencrypted wallet
|
2022-08-01 10:04:24 -04:00 |
|
Lex Berezhny
|
020487b6a0
|
account merge bug fix from upstream
|
2022-08-01 10:04:24 -04:00 |
|
zeppi
|
14037c9b2f
|
help string edits
|
2022-08-01 10:04:24 -04:00 |
|
zeppi
|
0cb37a5c4b
|
linting
|
2022-08-01 10:04:24 -04:00 |
|
zeppi
|
fa5f3e7e55
|
change api for data first, password optional, return (str)
|
2022-08-01 10:04:24 -04:00 |
|
zeppi
|
059890e4e5
|
wallet import export feature
|
2022-08-01 10:04:24 -04:00 |
|
Jonathan Moody
|
9654d4f003
|
Obtain "amount" from new_txo.amount when calling save_supports().
|
2022-08-01 09:10:49 -04:00 |
|
Jonathan Moody
|
956b52a2c1
|
Refactor _old_get_temp_claim_info(), eliminating "bid" arg. Obtain the value from txo.amount.
|
2022-08-01 09:10:49 -04:00 |
|
Lex Berezhny
|
2e975c8b61
|
lint
|
2022-07-26 22:18:29 -04:00 |
|
Lex Berezhny
|
656e299100
|
migrate key addresses on changed accounts after sync apply
|
2022-07-26 22:18:29 -04:00 |
|
Lex Berezhny
|
ba60aeeebc
|
migrate certificates after importing new account
|
2022-07-18 10:36:21 -04:00 |
|
Jonathan Moody
|
dc427ecf6c
|
Correct collection_update, account_fund docstrings. Regenerate api.json using generate_json_api.py.
|
2022-07-07 21:33:43 -04:00 |
|
Victor Shyba
|
582f79ba1c
|
do not consider pending blobs on disk space query
|
2022-06-08 12:25:38 -04:00 |
|
Lex Berezhny
|
fe61b90610
|
reposts can have title, description and tags
|
2022-06-08 10:35:22 -04:00 |
|
Victor Shyba
|
629812337b
|
changes from review
|
2022-05-11 21:13:30 -03:00 |
|
Victor Shyba
|
7cba51ca7d
|
update tests, query with port 0, filter bad ports earlier, make unit tests more reliable
|
2022-05-11 21:13:30 -03:00 |
|
Victor Shyba
|
3dc145fe68
|
make peer list query trackers
|
2022-05-11 21:13:30 -03:00 |
|
Victor Shyba
|
1169a02c8b
|
make client server updatable from conf
|
2022-05-11 21:13:30 -03:00 |
|
Victor Shyba
|
99fc7178c1
|
better way to batch announce + handle different intervals for different trackers
|
2022-05-11 21:13:30 -03:00 |
|
Victor Shyba
|
2918d8c7b4
|
tracker component is running only if the task is alive
|
2022-05-11 21:13:30 -03:00 |
|
Victor Shyba
|
42fd1c962e
|
stop tracker tasks on shutdown
|
2022-05-11 21:13:30 -03:00 |
|
Victor Shyba
|
3855db6c66
|
pause announcer for 1 minute each round
|
2022-05-11 21:13:30 -03:00 |
|
Victor Shyba
|
2d9c5742c7
|
cache results, save interval on tracker
|
2022-05-11 21:13:30 -03:00 |
|
Victor Shyba
|
888e9918a6
|
improve timeout handling
|
2022-05-11 21:13:30 -03:00 |
|
Victor Shyba
|
9e9a64d989
|
evented system for tracker announcements
|
2022-05-11 21:13:30 -03:00 |
|
Victor Shyba
|
2344aca146
|
fix component property
|
2022-05-11 21:13:30 -03:00 |
|