This is an automated email from the ASF dual-hosted git repository. toulmean pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
commit 0852e0b01ad126b47edae51b26e808cb73e294b1 Merge: 96794d499 d188b3f61 Author: Antoine Toulme <[email protected]> AuthorDate: Mon May 29 00:12:16 2023 -0700 Merge pull request #544 from apache/add_jsonrpc_downloader Add new module, JSON-RPC downloader jsonrpc-downloader/README.md | 20 +++ jsonrpc-downloader/build.gradle | 52 ++++++ .../tuweni/jsonrpc/downloader/DownloadState.kt | 19 +++ .../apache/tuweni/jsonrpc/downloader/Downloader.kt | 187 +++++++++++++++++++++ .../tuweni/jsonrpc/downloader/DownloaderConfig.kt | 49 ++++++ .../tuweni/jsonrpc/downloader/DownloaderTest.kt | 58 +++++++ settings.gradle | 1 + 7 files changed, 386 insertions(+) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
