Jonathan Moody
|
c88f0797a3
|
Log f.exception() if present instead of "Stopped".
|
2022-09-20 10:04:23 -04:00 |
|
Jonathan Moody
|
c3f5dd780e
|
Revise exception handling.
|
2022-09-20 10:04:23 -04:00 |
|
Jonathan Moody
|
20b1865879
|
Don't use retriable_call(). Add handling for InsufficientFundsError.
|
2022-09-20 10:04:23 -04:00 |
|
Jonathan Moody
|
231b982422
|
Wait on usage payement TX to be processed.
|
2022-09-20 10:04:23 -04:00 |
|
Jonathan Moody
|
fd69401791
|
Catch and log exceptions coming from the pay() task.
Change test to reproduce failure.
|
2022-09-20 10:04:23 -04:00 |
|
Jonathan Moody
|
718d046833
|
Logging for test_single_server_payment debug.
|
2022-09-20 10:04:23 -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
|
84d89ce5af
|
torrent: disable upnp, natpmp.
|
2022-09-09 12:21:59 -03:00 |
|
Victor Shyba
|
0961cad716
|
remove dead code
|
2022-09-09 12:21:59 -03:00 |
|
Jonathan Moody
|
78a28de2aa
|
Align style of generate() with generate_and_wait().
|
2022-09-08 18:13:26 -04:00 |
|
Jonathan Moody
|
a7c7ab7f7b
|
Correct the terminal height we wait for in generate().
|
2022-09-08 18:13:26 -04:00 |
|
Jonathan Moody
|
988f288715
|
Lint fix for _es_height checks.
|
2022-09-08 18:13:26 -04:00 |
|
Jonathan Moody
|
38e9b5b432
|
Wait for _es_height in addition to db_height.
|
2022-09-08 18:13:26 -04:00 |
|
Victor Shyba
|
0d6125de0b
|
add sd_hash prober
|
2022-09-07 12:03:11 -03:00 |
|
Victor Shyba
|
be06378437
|
add method for getting the node_id from a known peer on peer manager
|
2022-09-07 12:03:11 -03:00 |
|
Victor Shyba
|
d61accea1a
|
simplify bucket refresh loop
|
2022-08-11 21:14:56 -03:00 |
|
Victor Shyba
|
e887453aa5
|
remove unused last_accessed
|
2022-08-11 20:39:51 -03:00 |
|
Victor Shyba
|
c3e4f0b988
|
add 'is_bootstrap_node' conf
|
2022-08-11 20:38:42 -03:00 |
|
Victor Shyba
|
318728aebd
|
add bootstrap flag to routing table
|
2022-08-11 20:38:42 -03:00 |
|
Victor Shyba
|
d8c1aaebc2
|
routing table: mark private methods
|
2022-08-11 20:38:42 -03:00 |
|
Victor Shyba
|
d7b65c15d2
|
return none instead of raising
|
2022-08-11 20:38:42 -03:00 |
|
Victor Shyba
|
972db80246
|
move add peer logic to routing table
|
2022-08-11 20:38:42 -03:00 |
|
Victor Shyba
|
0d343ecb2f
|
simplify iterative find constructor
|
2022-08-11 20:38:42 -03:00 |
|
Lex Berezhny
|
01cd95fe46
|
v0.110.0
|
2022-08-11 10:58:16 -04:00 |
|
Lex Berezhny
|
6dc57fc02c
|
revert version
|
2022-08-11 10:20:58 -04:00 |
|
Lex Berezhny
|
10df0c1fba
|
disable Hotbit and UPBit exchange rate feeds
|
2022-08-11 10:19:54 -04:00 |
|
Lex Berezhny
|
ec751e5add
|
v0.110.0
|
2022-08-10 13:52:46 -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
|
e16f6b07b8
|
revert release
|
2022-08-08 13:02:12 -04:00 |
|
Lex Berezhny
|
9a842c273b
|
v0.110.0
|
2022-08-08 08:46:32 -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 |
|
Lex Berezhny
|
8becf1f69f
|
v0.109.0
|
2022-06-08 12:40:35 -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 |
|
Alex Grintsvayg
|
571e71b28e
|
add tracker.lbry.grin.io
|
2022-06-06 11:29:09 -04:00 |
|
Jack Robison
|
2313d30996
|
fix reconnect test
|
2022-05-27 11:59:18 -04:00 |
|