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 2023/05/29 06:51:15 UTC

[incubator-tuweni] branch add_jsonrpc_downloader updated (6210f78df -> 58f01ae00)

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a change to branch add_jsonrpc_downloader
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


 discard 6210f78df Add new module, JSON-RPC downloader
     add 9e7ace321 Bump org.jetbrains.kotlin.jvm from 1.8.10 to 1.8.20
     add dc41293a2 Merge pull request #531 from apache/dependabot/gradle/main/org.jetbrains.kotlin.jvm-1.8.20
     add 37538ffb7 Bump com.bmuschko.docker-remote-api from 9.3.0 to 9.3.1
     add e4d7541cd Merge pull request #533 from apache/dependabot/gradle/main/com.bmuschko.docker-remote-api-9.3.1
     add ee4a473f2 Bump com.diffplug.spotless from 6.17.0 to 6.18.0
     add a9c3c6015 Merge pull request #532 from apache/dependabot/gradle/main/com.diffplug.spotless-6.18.0
     add 9896cdf01 Bump org.jetbrains.kotlin.plugin.spring from 1.8.10 to 1.8.20
     add 0d6649971 Merge pull request #530 from apache/dependabot/gradle/main/org.jetbrains.kotlin.plugin.spring-1.8.20
     add 0f4e1fede Bump org.ajoberstar.grgit:grgit-core from 5.0.0 to 5.2.0
     add 85311b9c4 Merge pull request #536 from apache/dependabot/gradle/main/org.ajoberstar.grgit-grgit-core-5.2.0
     add e4e1e7111 Bump net.ltgt.errorprone from 3.0.1 to 3.1.0
     add a055f2315 Merge pull request #535 from apache/dependabot/gradle/main/net.ltgt.errorprone-3.1.0
     add 823c31b8f Bump org.jetbrains.kotlin.plugin.spring from 1.8.20 to 1.8.21
     add 2590e7387 Merge pull request #538 from apache/dependabot/gradle/main/org.jetbrains.kotlin.plugin.spring-1.8.21
     add f5e8f4d10 Bump org.jetbrains.kotlin.jvm from 1.8.20 to 1.8.21
     add d5b0d87fb Merge pull request #537 from apache/dependabot/gradle/main/org.jetbrains.kotlin.jvm-1.8.21
     add 93a88e8ed add macfarla pub key
     add bbdca8c53 Merge pull request #541 from macfarla/keys
     add b83beb1b5 Bump com.diffplug.spotless from 6.18.0 to 6.19.0
     add 4eddb2bd8 Merge pull request #542 from apache/dependabot/gradle/main/com.diffplug.spotless-6.19.0
     add 5e94106c5 Support eth_getBlockByNumber from JSONRPC client
     add 96794d499 Merge pull request #543 from apache/jsonrpc_ethgetBlockByNumber
     add 58f01ae00 Add new module, JSON-RPC downloader

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6210f78df)
            \
             N -- N -- N   refs/heads/add_jsonrpc_downloader (58f01ae00)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 KEYS                                               | 24 ++++++++++++++++++++-
 RELEASE.md                                         |  4 +++-
 build.gradle                                       | 10 ++++-----
 dist/build.gradle                                  |  2 +-
 .../org/apache/tuweni/jsonrpc/JSONRPCClient.kt     | 25 ++++++++++++++++++++--
 .../org/apache/tuweni/jsonrpc/JSONRPCClientTest.kt | 24 ++++++++++++++++-----
 6 files changed, 74 insertions(+), 15 deletions(-)


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