This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git.
from 7475e21 Add missing kv stores
new 44e4012 Make DNSDaemon easier to work with
new d12dd50 use correct class to load
new 4736dfc Fix import order
new 2a8ec52 New eth-client module
The 4 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:
.../tuweni/devp2p/eth/ConnectToAnotherNodeTest.kt | 2 +-
.../org/apache/tuweni/discovery/DNSDaemon.kt | 16 +--
{eth => eth-client}/build.gradle | 7 +-
.../org/apache/tuweni/ethclient/EthClient.kt | 125 +++++++++++++++++++++
eth-client/src/main/resources/logback.xml | 14 +++
.../src/main}/resources/mainnet.json | 0
settings.gradle | 1 +
7 files changed, 151 insertions(+), 14 deletions(-)
copy {eth => eth-client}/build.gradle (89%)
create mode 100644
eth-client/src/main/kotlin/org/apache/tuweni/ethclient/EthClient.kt
create mode 100644 eth-client/src/main/resources/logback.xml
copy {devp2p-eth/src/test => eth-client/src/main}/resources/mainnet.json (100%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]