Jonathan Moody
|
8def4d5177
|
TEMP: Try python 3.8.
|
2023-02-07 12:09:38 -05:00 |
|
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
|
7f43445aa3
|
Try to suppress asyncio.CancelledError in a different way in test_streaming.py.
|
2023-02-03 09:47:39 -05:00 |
|
Jonathan Moody
|
2dc90f77f4
|
TEMP: Add workflow_dispatch.
|
2023-02-03 09:47:39 -05:00 |
|
Jonathan Moody
|
44ebfdffa5
|
Another place generalized to Exception or asyncio.CancelledError.
|
2023-02-03 09:47:39 -05:00 |
|
Jonathan Moody
|
de4872c32d
|
Try separate file_manager.stop() and start() calls to better
control order of events in test.
While file_manager is stopped, we get no response to file_list().
|
2023-02-03 09:47:39 -05:00 |
|
Jonathan Moody
|
e21407f159
|
Try ubuntu-20.04 to resolve missing libffi.so.7 issue.
|
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
|
6892c58735
|
Tweak aiohttp version to be compatible with hub repository.
|
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
|
7569c92eff
|
Make stop(), stop_tasks() consistently async routines, and have stop_tasks()
wait for file_output_task completion. This fixes a problem with
test_download_stop_resume_delete.
|
2023-02-03 09:47:39 -05:00 |
|
Jonathan Moody
|
9d0f26eb6d
|
Fix Transport, DatagramTransport mockup issues.
|
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 |
|
Jonathan Moody
|
244e74b19a
|
Bump pylint version. Old pylint did not find standard library stuff on 3.9.12.
|
2023-02-03 09:47:39 -05:00 |
|
Lex Berezhny
|
2b9f022c38
|
upgrade cryptography
|
2023-02-03 09:47:39 -05:00 |
|
Lex Berezhny
|
40c2ad3273
|
pylint disable shuffle() arg check
|
2023-02-03 09:47:39 -05:00 |
|
Lex Berezhny
|
b05703243d
|
shuffle() needs custom random, removed loop from Event()/Queue()
|
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
|
b0ed17773e
|
update plyvel
|
2023-02-03 09:47:39 -05:00 |
|
Lex Berezhny
|
268c38f877
|
try building 3.9
|
2023-02-03 09:47:39 -05:00 |
|
Jonathan Moody
|
c118174c1a
|
Try shell: bash to simplify.
|
2023-02-02 14:16:07 -05:00 |
|
Jonathan Moody
|
d284acd8b8
|
Remove "debug pip cache".
|
2023-02-02 14:16:07 -05:00 |
|
Jonathan Moody
|
235c98372d
|
Fix syntax.
|
2023-02-02 14:16:07 -05:00 |
|
Jonathan Moody
|
d2f5073ef4
|
Single "set pip cache dir" task with conditional inside.
|
2023-02-02 14:16:07 -05:00 |
|
Jonathan Moody
|
84e5e43117
|
Bump upload-artifact version too.
|
2023-02-02 14:16:07 -05:00 |
|
Jonathan Moody
|
7bd025ae54
|
Upgrade change-string-case. Use startsWith() to test runner.os.
Bump change-string-case-action version again.
|
2023-02-02 14:16:07 -05:00 |
|
Jonathan Moody
|
8f28ce65b0
|
Switch to environment vars in $GITHUB_ENV.
|
2023-02-02 14:16:07 -05:00 |
|
Jonathan Moody
|
d36e305129
|
Functions save-state, set-output deprecated. Use new mechanism.
|
2023-02-02 14:16:07 -05:00 |
|
Jonathan Moody
|
2609dee8fb
|
Bump checkout, setup-python, cache action verions.
|
2023-02-02 14:16:07 -05:00 |
|
Lex Berezhny
|
a2da86d4b5
|
v0.113.0
|
2023-01-23 10:43:02 -05:00 |
|
Alex Grin
|
aa16c7fee5
|
Update conf.py
|
2023-01-23 10:30:25 -05:00 |
|
Alex Grin
|
3266f72b82
|
add s1.lbry.network
|
2023-01-23 10:30:25 -05:00 |
|
Jack Robison
|
77cd2a3f8a
|
add more non lbry.com hubs/bootstrap dht nodes
|
2023-01-23 10:30:25 -05:00 |
|
Alex Grin
|
308e586e9a
|
add grin's domain to bootstrap hubs list
|
2023-01-23 10:30:25 -05:00 |
|
|
84beddfd77
|
Added tracker and dht from pigg.es
Added tracker and dht from pigg.es
|
2023-01-22 19:09:17 -05:00 |
|
Victor Shyba
|
6258651650
|
Merge pull request #3716 from lbryio/dht_exceptions
handle remote exceptions on routing table ping
|
2022-12-13 17:18:47 -03:00 |
|
Victor Shyba
|
cc5f0b6630
|
handle remote exception on routing table ping
|
2022-12-13 16:56:58 -03:00 |
|
Jonathan Moody
|
f64d507d39
|
TEMP: Pin workflows to ubuntu-20.04 to work around missing ripemd160 issue.
|
2022-12-12 21:47:41 -05:00 |
|
Jonathan Moody
|
001819d5c2
|
Bump Hub to include fix for supports with wrong names.
|
2022-11-20 20:34:30 -05:00 |
|
Jonathan Moody
|
8b4c046d28
|
Try pyinstaller==4.6 to fix MacOS build failure.
|
2022-11-20 20:34:30 -05:00 |
|
Jonathan Moody
|
2c20ad6c43
|
Add another zlib.error mapped to InvalidPasswordError.
|
2022-11-20 20:34:30 -05:00 |
|
Jonathan Moody
|
9e610cc54c
|
Update test for Hub rename of method stage_put() -> stash_put().
|
2022-11-20 20:34:30 -05:00 |
|
Jonathan Moody
|
b9d25c6d01
|
Bump hub to latest, getting fix for TX negative caching issue and others.
|
2022-11-20 20:34:30 -05:00 |
|
Jonathan Moody
|
419b5b45f2
|
Allow a few initial "transaction not found" responses from Hub.
|
2022-11-20 20:34:30 -05:00 |
|
Jonathan Moody
|
516c2dd5d0
|
Bump hub to fix subscribe race + EADDRINUSE issue.
|
2022-11-20 20:34:30 -05:00 |
|
Jonathan Moody
|
b99102f9c9
|
Bump max_misuse_attempts by 50% to 120000.
|
2022-11-20 20:34:30 -05:00 |
|
Lex Berezhny
|
8c6c7b655c
|
v0.112.0
|
2022-10-30 21:56:17 -04:00 |
|
Lex Berezhny
|
48c6873fc4
|
channel_sign command has customizeable salt
|
2022-10-30 21:53:53 -04:00 |
|
Victor Shyba
|
15dc52bd9a
|
Merge pull request #3695 from lbryio/3690
Fix claim fields fallback raising errors before download is saved on database
|
2022-10-28 11:16:52 -03:00 |
|
Victor Shyba
|
52d555078f
|
initialize stored claim field for fallback earlier
|
2022-10-19 15:13:47 -03:00 |
|