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 2021/07/23 22:14:37 UTC

[incubator-tuweni] branch main updated (5fd5759 -> fc0035d)

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 5fd5759  Merge pull request #313 from atoulme/add_metering_handler
     new de26def  Add JSON-RPC application
     new 12be8d2  wire jsonrpc-app to be built like an application
     new 156b82a  Add a line to remove compile warning
     new 51fa6ef  add main class name
     new fc0035d  Merge pull request #314 from atoulme/jsonrpc_app

The 902 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:
 dist/build.gradle                                  |  1 +
 {eth-crawler => jsonrpc-app}/build.gradle          | 29 ++-----
 .../org/apache/tuweni/jsonrpc/app/JSONRPCApp.kt    | 97 ++++++++++++++++++++++
 .../org/apache/tuweni/jsonrpc/app/JSONRPCConfig.kt | 52 ++++++++++++
 settings.gradle                                    |  1 +
 5 files changed, 159 insertions(+), 21 deletions(-)
 copy {eth-crawler => jsonrpc-app}/build.gradle (76%)
 create mode 100644 jsonrpc-app/src/main/kotlin/org/apache/tuweni/jsonrpc/app/JSONRPCApp.kt
 create mode 100644 jsonrpc-app/src/main/kotlin/org/apache/tuweni/jsonrpc/app/JSONRPCConfig.kt

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