This is an automated email from the ASF dual-hosted git repository. toulmean pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
commit 3f455ac2b76a1ba8c47adb673c1826ed139ce6e2 Author: Antoine Toulme <[email protected]> AuthorDate: Fri May 8 00:18:29 2020 -0700 add a bit about dns-discovery --- PACKAGES.md | 4 ++++ gradle/build.Dockerfile | 0 gradle/docker/build.sh | 0 gradle/docker/docker-compose.yml | 0 gradle/docker/test.Dockerfile | 5 +++++ 5 files changed, 9 insertions(+) diff --git a/PACKAGES.md b/PACKAGES.md index 724ab1c..610cbf4 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -44,6 +44,10 @@ Kotlin coroutine based implementation of the Ethereum ÐΞVp2p protocol. These classes are included in the complete Tuweni distribution, or separately when using the gradle dependency `org.apache.tuweni:tuweni-devp2p` (`tuweni-devp2p.jar`). +# Package org.apache.tuweni.discovery + +Implementation of DNS-based discovery of Ethereum Node Records after [EIP-1459](https://eips.ethereum.org/EIPS/eip-1459). + # Package org.apache.tuweni.eth Classes and utilities for working in the Ethereum domain. diff --git a/gradle/build.Dockerfile b/gradle/build.Dockerfile new file mode 100644 index 0000000..e69de29 diff --git a/gradle/docker/build.sh b/gradle/docker/build.sh new file mode 100644 index 0000000..e69de29 diff --git a/gradle/docker/docker-compose.yml b/gradle/docker/docker-compose.yml new file mode 100644 index 0000000..e69de29 diff --git a/gradle/docker/test.Dockerfile b/gradle/docker/test.Dockerfile new file mode 100644 index 0000000..89d8842 --- /dev/null +++ b/gradle/docker/test.Dockerfile @@ -0,0 +1,5 @@ +FROM gradle:6.3-jdk11 + +RUN apt-get update && apt-get install -y libsodium-dev && apt-get clean + +COPY . /home/gradle \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
