You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2022/06/25 05:10:03 UTC

[incubator-tuweni] branch main updated (3d09e917 -> 5d41d35e)

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 3d09e917 Merge pull request #416 from atoulme/handle_getWork_errors
     new d78ee995 implement toString for StringOrLong
     new 1a6d99eb add the proxy to dist
     new 390b4ff0 remove client stratum
     new 7deccbd6 add more tests and use a counter to manage connection state
     new 5d41d35e Merge pull request #417 from atoulme/stratum_details

The 1229 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:
 dist/build.gradle                                  |   1 +
 .../java/org/apache/tuweni/eth/StringOrLong.java   |   5 +
 .../org/apache/tuweni/eth/StringOrLongTest.java    |  26 +-
 settings.gradle                                    |   1 -
 stratum/client/build.gradle                        |  42 ---
 .../org/apache/tuweni/stratum/client/JsonRpc.kt    |  41 ---
 .../kotlin/org/apache/tuweni/stratum/client/PoW.kt |  25 --
 .../org/apache/tuweni/stratum/StratumServerApp.kt  |   2 +-
 stratum/server/build.gradle                        |   1 +
 .../org/apache/tuweni/stratum/server/JsonRpc.kt    |  13 +-
 .../tuweni/stratum/server/StratumConnection.kt     |  26 +-
 .../tuweni/stratum/server/StratumProtocol.kt       | 120 +++++----
 .../apache/tuweni/stratum/server/StratumServer.kt  |  35 ++-
 .../tuweni/stratum/server/StratumProtocolTest.kt   | 281 ++++++++++++++++++++-
 .../tuweni/stratum/server/StratumServerTest.kt     |   8 +-
 15 files changed, 425 insertions(+), 202 deletions(-)
 copy gossip/src/test/java/org/apache/tuweni/gossip/CountingPeerPruningFunctionTest.java => eth/src/test/java/org/apache/tuweni/eth/StringOrLongTest.java (63%)
 delete mode 100644 stratum/client/build.gradle
 delete mode 100644 stratum/client/src/main/kotlin/org/apache/tuweni/stratum/client/JsonRpc.kt
 delete mode 100644 stratum/client/src/main/kotlin/org/apache/tuweni/stratum/client/PoW.kt


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org