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 db62d8f Merge pull request #363 from atoulme/publis_modules
new d6cd88a Add proxy integration test - and fix what was missing to make
it pass
new 922f76c add 127.0.0.1 host
new a93e494 Merge pull request #364 from atoulme/proxy_integration_test
The 1061 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:
.../proxy/{TcpEndpoint.kt => TcpDownstream.kt} | 43 +++++++++-------
.../proxy/{TcpEndpoint.kt => TcpUpstream.kt} | 4 +-
eth-client/build.gradle | 2 +
.../tuweni/ethclient/ProxyEthereumClientTest.kt | 60 +++++++++++++++++-----
.../org/apache/tuweni/ethclient/EthereumClient.kt | 46 +++++++++++------
.../tuweni/ethclient/EthereumClientConfig.kt | 9 ++--
.../tuweni/ethclient/EthereumClientConfigTest.kt | 8 +++
.../apache/tuweni/rlpx/vertx/VertxRLPxService.java | 36 +++++++++----
8 files changed, 147 insertions(+), 61 deletions(-)
copy
devp2p-proxy/src/main/kotlin/org/apache/tuweni/devp2p/proxy/{TcpEndpoint.kt =>
TcpDownstream.kt} (64%)
rename
devp2p-proxy/src/main/kotlin/org/apache/tuweni/devp2p/proxy/{TcpEndpoint.kt =>
TcpUpstream.kt} (98%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]