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 2b57fcc  Merge pull request #123 from atoulme/ssb_keyloading
     new a9b8901  Add LES Client implementation
     new 19572b8  Have LES extend ETH, therefore simplifying the code quite a 
bit
     new b7cbb40  fix compile issue with EthSubprotocol
     new 091416a  Remove LES test that assumes you can interact with handlers 
without a connection repository. Handle better connection readiness
     new a7ad7f3  fix awaits in test
     new 425a5cf  Add a test to check disconnect correctly throws
     new 07bc961  Add more test coverage
     new 586bd8d  Merge pull request #119 from atoulme/implement_les_client

The 534 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  |   6 +-
 .../tuweni/devp2p/eth/BlockchainInformation.kt     |   4 +
 .../org/apache/tuweni/devp2p/eth/EthClient.kt      |  33 +++--
 .../org/apache/tuweni/devp2p/eth/EthController.kt  |   4 +-
 .../org/apache/tuweni/devp2p/eth/EthHandler.kt     |   2 +-
 .../org/apache/tuweni/devp2p/eth/EthSubprotocol.kt |  21 ++--
 .../org/apache/tuweni/devp2p/eth/Messages.kt       |   4 +
 .../kotlin/org/apache/tuweni/devp2p/eth/Status.kt  |  31 +++--
 .../tuweni/devp2p/eth/BlockchainInformationTest.kt |   4 +-
 .../org/apache/tuweni/devp2p/eth/EthHandlerTest.kt |  16 ++-
 .../apache/tuweni/devp2p/eth/EthSubprotocolTest.kt |   2 +-
 .../org/apache/tuweni/ethclient/EthereumClient.kt  |   2 +-
 les/build.gradle                                   |   1 +
 .../kotlin/org/apache/tuweni/les/LESPeerState.kt   |   5 +-
 .../org/apache/tuweni/les/LESSubProtocolHandler.kt | 128 +++++++++----------
 .../kotlin/org/apache/tuweni/les/LESSubprotocol.kt |  29 +++--
 .../kotlin/org/apache/tuweni/les/LightClient.kt    |  62 ----------
 .../kotlin/org/apache/tuweni/les/StatusMessage.kt  |  16 ++-
 .../apache/tuweni/les/LESSubProtocolHandlerTest.kt | 137 +++++++--------------
 .../org/apache/tuweni/les/LESSubprotocolTest.kt    |  27 +++-
 .../kotlin/org/apache/tuweni/les/MessagesTest.kt   |  51 ++++++--
 .../tuweni/rlpx/vertx/VertxAcceptanceTest.java     |   4 +-
 .../tuweni/rlpx/vertx/VertxRLPxServiceTest.java    |  70 ++++++++++-
 .../apache/tuweni/rlpx/vertx/VertxRLPxService.java |  20 ++-
 .../tuweni/rlpx/wire/DefaultWireConnection.java    |   3 +
 .../org/apache/tuweni/rlpx/wire/SubProtocol.java   |   3 +-
 26 files changed, 351 insertions(+), 334 deletions(-)
 copy merkle-trie/src/main/kotlin/org/apache/tuweni/trie/Node.kt => 
devp2p-eth/src/main/kotlin/org/apache/tuweni/devp2p/eth/Status.kt (72%)
 delete mode 100644 les/src/main/kotlin/org/apache/tuweni/les/LightClient.kt


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

Reply via email to