Commit graph

  • 18e9c5c9cd
    Bump cryptography from 2.5 to 39.0.1 dependabot/pip/cryptography-39.0.1 dependabot[bot] 2023-04-03 17:35:35 +0000
  • 910d16364d
    Bump protobuf from 3.17.2 to 3.18.3 dependabot/pip/protobuf-3.18.3 dependabot[bot] 2023-04-03 17:35:34 +0000
  • eb5da9511e Revert "TEMP: Try python 3.8." master py311 Jonathan Moody 2023-02-07 13:50:25 -0500
  • 8722ef840e Bump python_requires >= 3.8. Code to handle CancelledError (as subclass of Exception) was removed. Jonathan Moody 2023-02-07 13:48:09 -0500
  • 6e75a1a89b TEMP: Try python 3.8. Jonathan Moody 2023-02-07 12:09:38 -0500
  • ef3189de1d Work on some DeprecationWarnings: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8. Jonathan Moody 2022-07-29 15:07:13 -0400
  • c2d2080034 Try to suppress asyncio.CancelledError in a different way in test_streaming.py. Jonathan Moody 2022-07-09 06:12:32 -0400
  • d0b5a0a8fd TEMP: Add workflow_dispatch. Jonathan Moody 2022-06-17 20:29:17 -0400
  • 1d0e17be21 Another place generalized to Exception or asyncio.CancelledError. Jonathan Moody 2022-06-17 13:35:40 -0400
  • 4ef03bb1f4 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(). Jonathan Moody 2022-06-16 16:53:09 -0400
  • 4bd4bcdc27 Try ubuntu-20.04 to resolve missing libffi.so.7 issue. Jonathan Moody 2022-06-16 16:02:26 -0400
  • e5ca967fa2 Make FileManager.stop() async because SourceManager.stop() is now async. Jonathan Moody 2022-06-16 14:39:19 -0400
  • eed7d02e8b Tweak aiohttp version to be compatible with hub repository. Jonathan Moody 2022-06-16 13:47:15 -0400
  • 02aecad52b 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. Jonathan Moody 2022-06-16 13:32:18 -0400
  • 585962d930 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. Jonathan Moody 2022-06-16 12:53:14 -0400
  • ea4fba39a6 Fix Transport, DatagramTransport mockup issues. Jonathan Moody 2022-06-16 12:37:00 -0400
  • 7a86406746 Fix and enable lint no-self-use & try-except-raise. Jonathan Moody 2022-06-16 08:52:40 -0400
  • c8a3eb97a4 Bump pylint version. Old pylint did not find standard library stuff on 3.9.12. Jonathan Moody 2022-06-16 08:37:29 -0400
  • 20213628d7 upgrade cryptography Lex Berezhny 2021-08-21 17:39:38 -0400
  • 2d1649f972 pylint disable shuffle() arg check Lex Berezhny 2021-08-21 00:27:34 -0400
  • 5cb04b86a0 shuffle() needs custom random, removed loop from Event()/Queue() Lex Berezhny 2021-08-21 00:23:27 -0400
  • 93ab6b3be3 passing loop to asyncio functions is deprecated Lex Berezhny 2021-08-20 23:33:21 -0400
  • b9762c3e64 update plyvel Lex Berezhny 2021-08-19 15:58:06 -0400
  • 82592d00ef try building 3.9 Lex Berezhny 2021-08-19 14:16:52 -0400
  • c118174c1a Try shell: bash to simplify. Jonathan Moody 2023-02-01 13:28:35 -0500
  • d284acd8b8 Remove "debug pip cache". Jonathan Moody 2023-02-01 13:04:06 -0500
  • 235c98372d Fix syntax. Jonathan Moody 2023-02-01 12:42:41 -0500
  • d2f5073ef4 Single "set pip cache dir" task with conditional inside. Jonathan Moody 2023-02-01 12:36:36 -0500
  • 84e5e43117 Bump upload-artifact version too. Jonathan Moody 2022-12-13 15:23:12 -0600
  • 7bd025ae54 Upgrade change-string-case. Use startsWith() to test runner.os. Bump change-string-case-action version again. Jonathan Moody 2022-12-13 13:45:38 -0600
  • 8f28ce65b0 Switch to environment vars in $GITHUB_ENV. Jonathan Moody 2022-12-13 13:30:41 -0600
  • d36e305129 Functions save-state, set-output deprecated. Use new mechanism. Jonathan Moody 2022-12-13 10:54:28 -0600
  • 2609dee8fb Bump checkout, setup-python, cache action verions. Jonathan Moody 2022-12-13 11:09:44 -0600
  • a2da86d4b5 v0.113.0 v0.113.0 Lex Berezhny 2023-01-23 10:43:02 -0500
  • aa16c7fee5 Update conf.py Alex Grin 2023-01-20 15:02:22 -0500
  • 3266f72b82 add s1.lbry.network Alex Grin 2023-01-20 14:57:06 -0500
  • 77cd2a3f8a add more non lbry.com hubs/bootstrap dht nodes Jack Robison 2023-01-20 13:22:33 -0500
  • 308e586e9a add grin's domain to bootstrap hubs list Alex Grin 2023-01-20 10:12:00 -0500
  • 84beddfd77 Added tracker and dht from pigg.es Philip Ahlqvist 2023-01-09 00:51:50 +0100
  • dbe3ace812 pylint torrent_stream Victor Shyba 2022-12-15 21:49:48 -0300
  • 636b7ed476 tests: enable logging lbry.torrent when verbosity changes Victor Shyba 2022-11-05 00:56:03 -0300
  • 64aad14ba6 pick file from file name, fallback to largest Victor Shyba 2022-11-05 00:55:38 -0300
  • 9d869820a3 test picking file from claim file name Victor Shyba 2022-11-05 00:54:41 -0300
  • 5cf63fa03e restore torrent rowid on restart Victor Shyba 2022-11-01 17:59:49 -0300
  • 9dc617f8e0 use a non-default port for streaming test so it can run with a live instance Victor Shyba 2022-10-28 19:44:40 -0300
  • 2bea8f58e0 fix duplicated file entry on startup Victor Shyba 2022-10-28 19:44:00 -0300
  • 8ce53069ad fix filtering for fields missing on torrents Victor Shyba 2022-10-28 18:32:05 -0300
  • 39da718c28 remove dead code Victor Shyba 2022-10-28 18:04:35 -0300
  • 1041a19467 deserialize torrent fields properly Victor Shyba 2022-10-28 11:35:33 -0300
  • 651348f6e0 fix status for completed torrents Victor Shyba 2022-10-28 01:26:35 -0300
  • 31c6e0e835 fix stream_name for torrent on json encoder Victor Shyba 2022-10-27 20:40:49 -0300
  • 732b7e79d7 fix suggested_file_name for torrent on json encoder Victor Shyba 2022-10-27 20:38:21 -0300
  • 2bf0ca6441 fix mime_type for torrent on json encoder Victor Shyba 2022-10-27 20:34:33 -0300
  • 77d2c81a30 fix missing added_on for torrent files Victor Shyba 2022-10-27 20:10:00 -0300
  • b39971bf05 fix tests for changed error msg Victor Shyba 2022-10-12 15:22:36 -0300
  • af0ad417df generalize DownloadSDTimeout to DownloadMetadata timeout + fix usages Victor Shyba 2022-10-11 23:27:56 -0300
  • c8f25027fc start the stream after adding Victor Shyba 2022-09-29 22:12:24 -0300
  • e862c99f6c generate 3 files, check that streamed is the largest, add method to list files Victor Shyba 2022-09-29 17:29:26 -0300
  • f650e8f07e test and bugfixes for streaming multifile in a subfolder case Victor Shyba 2022-09-28 21:51:39 -0300
  • 7c7e18534e refactor add_torrent, lints Victor Shyba 2022-09-23 11:28:32 -0300
  • 37adc59b37 add tests for streaming, fix bugs Victor Shyba 2022-09-23 10:58:38 -0300
  • 7746ded9b6 add test case for restart, fix torrent file update Victor Shyba 2022-09-16 00:37:05 -0300
  • dd103d0f95 save file-torrent association for file list Victor Shyba 2022-09-15 21:01:41 -0300
  • 7410991123 save resume data on stop, remove/replace deprecated calls Victor Shyba 2022-09-09 20:19:19 -0300
  • df680e7225 fix tests and off by one error Victor Shyba 2022-09-09 02:32:38 -0300
  • b2f82070b0 piece prioritization and deadlines Victor Shyba 2022-09-07 18:59:06 -0300
  • b3bff39eea stream from torrent pieces, holding the response until the piece is completed Victor Shyba 2022-09-05 13:11:00 -0300
  • 6efd4dd19a fix save path, fix prio, update deprecated calls Victor Shyba 2022-09-05 10:52:42 -0300
  • 8ee5cee8c3 update flags, set sequential as a flag Victor Shyba 2022-09-05 10:50:22 -0300
  • 7828041786 stream type independent stream_url Victor Shyba 2022-09-01 18:24:15 -0300
  • 8212e73c2e stream torrent from file Victor Shyba 2022-09-01 18:23:44 -0300
  • 63784622e9 locate stream for streaming API by identifier Victor Shyba 2022-09-01 17:00:16 -0300
  • 6258651650
    Merge pull request #3716 from lbryio/dht_exceptions Victor Shyba 2022-12-13 17:18:47 -0300
  • cc5f0b6630 handle remote exception on routing table ping Victor Shyba 2022-12-01 18:07:56 -0300
  • f64d507d39 TEMP: Pin workflows to ubuntu-20.04 to work around missing ripemd160 issue. Jonathan Moody 2022-11-21 14:57:40 -0600
  • 6deeb67585 Skip cleanup so DB is available for debug. herald_go Jonathan Moody 2022-12-06 12:59:11 -0500
  • c53e76011f TEMP: Printing/logging for debug of client/SPVnode interactions. Jonathan Moody 2022-12-05 11:56:15 -0500
  • 87c30c5b05 Change orchestr8/node.py to allow manual selection of Herald.go. Jonathan Moody 2022-12-05 11:54:27 -0500
  • 359e36a5b8 Add --env network.publish_host=127.0.0.1 to "make elastic-docker". Jonathan Moody 2022-10-13 16:59:59 -0400
  • 001819d5c2 Bump Hub to include fix for supports with wrong names. Jonathan Moody 2022-11-14 11:05:47 -0600
  • 8b4c046d28 Try pyinstaller==4.6 to fix MacOS build failure. Jonathan Moody 2022-11-11 15:16:16 -0600
  • 2c20ad6c43 Add another zlib.error mapped to InvalidPasswordError. Jonathan Moody 2022-11-11 14:35:56 -0600
  • 9e610cc54c Update test for Hub rename of method stage_put() -> stash_put(). Jonathan Moody 2022-11-11 14:15:59 -0600
  • b9d25c6d01 Bump hub to latest, getting fix for TX negative caching issue and others. Jonathan Moody 2022-11-11 13:39:38 -0600
  • 419b5b45f2 Allow a few initial "transaction not found" responses from Hub. Jonathan Moody 2022-10-03 09:57:42 -0400
  • 516c2dd5d0 Bump hub to fix subscribe race + EADDRINUSE issue. Jonathan Moody 2022-09-29 22:29:14 -0500
  • b99102f9c9 Bump max_misuse_attempts by 50% to 120000. Jonathan Moody 2022-09-21 11:47:30 -0500
  • 8c6c7b655c v0.112.0 v0.112.0 Lex Berezhny 2022-10-30 21:56:17 -0400
  • 48c6873fc4 channel_sign command has customizeable salt Lex Berezhny 2022-10-30 21:27:06 -0400
  • 15dc52bd9a
    Merge pull request #3695 from lbryio/3690 Victor Shyba 2022-10-28 11:16:52 -0300
  • 52d555078f initialize stored claim field for fallback earlier Victor Shyba 2022-10-19 02:08:57 -0300
  • cc976bd010 test for early fallback of suggested_file_name Victor Shyba 2022-10-19 15:13:32 -0300
  • 0aa535ed11 upgrade ubuntu py39 Lex Berezhny 2022-08-08 22:23:37 -0400
  • 926d39759d fixing tests Lex Berezhny 2022-08-08 18:23:36 -0400
  • 52232101e0 upgrade pyyaml and pyinstaller Lex Berezhny 2022-08-08 17:39:12 -0400
  • 6d305b2fed lint Lex Berezhny 2022-08-08 17:14:23 -0400
  • e4fb23202a remove loop argument and other changes Lex Berezhny 2022-08-08 17:10:02 -0400
  • a3be5f44cf upgrade cryptography Lex Berezhny 2021-08-21 17:39:38 -0400
  • 0ac1fec992 pylint disable shuffle() arg check Lex Berezhny 2021-08-21 00:27:34 -0400
  • 24c041c26e shuffle() needs custom random, removed loop from Event()/Queue() Lex Berezhny 2021-08-21 00:23:27 -0400