You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2023/05/29 07:12:21 UTC

[incubator-tuweni] branch main updated (96794d499 -> 0852e0b01)

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


    from 96794d499 Merge pull request #543 from apache/jsonrpc_ethgetBlockByNumber
     add d188b3f61 Add new module, JSON-RPC downloader
     new 0852e0b01 Merge pull request #544 from apache/add_jsonrpc_downloader

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(+)
 create mode 100644 jsonrpc-downloader/README.md
 create mode 100644 jsonrpc-downloader/build.gradle
 create mode 100644 jsonrpc-downloader/src/main/kotlin/org/apache/tuweni/jsonrpc/downloader/DownloadState.kt
 create mode 100644 jsonrpc-downloader/src/main/kotlin/org/apache/tuweni/jsonrpc/downloader/Downloader.kt
 create mode 100644 jsonrpc-downloader/src/main/kotlin/org/apache/tuweni/jsonrpc/downloader/DownloaderConfig.kt
 create mode 100644 jsonrpc-downloader/src/test/kotlin/org/apache/tuweni/jsonrpc/downloader/DownloaderTest.kt


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org


[incubator-tuweni] 01/01: Merge pull request #544 from apache/add_jsonrpc_downloader

Posted by to...@apache.org.
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 <an...@lunar-ocean.com>
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: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org