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 4f96673  Merge pull request #236 from atoulme/add_controller_sql
     new ec6a254  Initial implementation of JSON-RPC server
     new 5b29e8e  Add more tests, introduce clientVersion to cover web3 
namespace
     new c5508d6  do not send errors if null
     new 6d199e2  Mark test flaky
     new a8b9fbe  Merge pull request #241 from atoulme/jsonrpc_server

The 805 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:
 .../kotlin/org/apache/tuweni/eth/JSONRPCRequest.kt | 19 ++---
 .../org/apache/tuweni/eth/JSONRPCResponse.kt       | 29 +++++++
 .../apache/tuweni/ethstats/EthStatsReporterTest.kt |  2 +
 jsonrpc/build.gradle                               |  1 +
 .../org/apache/tuweni/jsonrpc/JSONRPCClient.kt     |  4 +-
 .../org/apache/tuweni/jsonrpc/JSONRPCServer.kt     | 97 ++++++++++++++++++++++
 .../tuweni/jsonrpc/methods/MethodsHandler.kt       | 41 ++++-----
 .../org/apache/tuweni/jsonrpc/methods/Web3.kt      | 38 ++++-----
 .../org/apache/tuweni/jsonrpc/JSONRPCClientTest.kt | 38 +++++----
 .../org/apache/tuweni/jsonrpc/JSONRPCServer.kt     | 39 ---------
 .../tuweni/jsonrpc/methods/MethodsHandlerTest.kt   | 28 +++----
 11 files changed, 207 insertions(+), 129 deletions(-)
 copy ethstats/src/main/kotlin/org/apache/tuweni/ethstats/NodeStats.kt => 
eth/src/main/kotlin/org/apache/tuweni/eth/JSONRPCRequest.kt (69%)
 create mode 100644 eth/src/main/kotlin/org/apache/tuweni/eth/JSONRPCResponse.kt
 create mode 100644 
jsonrpc/src/main/kotlin/org/apache/tuweni/jsonrpc/JSONRPCServer.kt
 copy evm/src/main/kotlin/org/apache/tuweni/evm/impl/GasManager.kt => 
jsonrpc/src/main/kotlin/org/apache/tuweni/jsonrpc/methods/MethodsHandler.kt 
(51%)
 copy les/src/main/kotlin/org/apache/tuweni/les/GetBlockBodiesMessage.kt => 
jsonrpc/src/main/kotlin/org/apache/tuweni/jsonrpc/methods/Web3.kt (55%)
 delete mode 100644 
jsonrpc/src/test/kotlin/org/apache/tuweni/jsonrpc/JSONRPCServer.kt
 copy devp2p/src/test/kotlin/org/apache/tuweni/devp2p/v5/EnrStorageTest.kt => 
jsonrpc/src/test/kotlin/org/apache/tuweni/jsonrpc/methods/MethodsHandlerTest.kt 
(56%)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to