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 2f1776b  Refine some of the logic and tests for dns discovery
     new 8370afb  spotless changes
     new dc43845  Add support for EIP-868 to devp2p v4

The 2 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:
 .../org/apache/tuweni/devp2p/DiscoveryService.kt   | 145 ++++++++++++++++++-
 .../org/apache/tuweni/devp2p/EthereumNodeRecord.kt |  12 ++
 .../main/kotlin/org/apache/tuweni/devp2p/Packet.kt | 158 +++++++++++++++++++--
 .../kotlin/org/apache/tuweni/devp2p/PacketType.kt  |  16 +++
 .../main/kotlin/org/apache/tuweni/devp2p/Peer.kt   |  15 ++
 .../org/apache/tuweni/devp2p/PeerRepository.kt     |  10 +-
 .../tuweni/devp2p/DiscoveryServiceJavaTest.java    |   3 +
 .../apache/tuweni/devp2p/DiscoveryServiceTest.kt   |   8 +-
 ...{PongPacketTest.kt => ENRResponsePacketTest.kt} |  38 ++---
 .../org/apache/tuweni/devp2p/PingPacketTest.kt     |  30 +++-
 .../org/apache/tuweni/devp2p/PongPacketTest.kt     |  28 +++-
 .../kotlin/org/apache/tuweni/discovery/DNSEntry.kt |   3 +-
 .../org/apache/tuweni/discovery/DNSEntryTest.kt    |   6 +-
 13 files changed, 415 insertions(+), 57 deletions(-)
 copy devp2p/src/test/kotlin/org/apache/tuweni/devp2p/{PongPacketTest.kt => 
ENRResponsePacketTest.kt} (58%)


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

Reply via email to