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 be0d1a8  Merge pull request #353 from 
usmansaleem/filebackedrepo_identifier_case
     new 8d60a94  Work on proxy client
     new c541ff0  move TcpEndpoint class
     new 2f6bbd3  fix tests and spotless
     new dd92c21  separate data folders
     new 21dd89b  Merge pull request #237 from atoulme/proxy_client

The 1026 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:
 devp2p-proxy/build.gradle                          |  2 +
 .../org/apache/tuweni/devp2p/proxy/TcpEndpoint.kt  | 63 ++++++++++++++++++++++
 eth-client/build.gradle                            |  1 +
 ...ClientRunTest.kt => ProxyEthereumClientTest.kt} | 54 +++++++------------
 .../org/apache/tuweni/ethclient/EthereumClient.kt  | 13 ++++-
 .../tuweni/ethclient/EthereumClientConfig.kt       | 34 ++++++++++++
 6 files changed, 131 insertions(+), 36 deletions(-)
 create mode 100644 
devp2p-proxy/src/main/kotlin/org/apache/tuweni/devp2p/proxy/TcpEndpoint.kt
 copy 
eth-client/src/integrationTest/kotlin/org/apache/tuweni/ethclient/{EthereumClientRunTest.kt
 => ProxyEthereumClientTest.kt} (61%)

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

Reply via email to