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 db50038  Merge pull request #242 from atoulme/jsonrpc_server
     new 1f16fce  Fix missing dependencies
     new fac4b31  Fix NPE in DefaultWireConnection
     new 9e8ca04  Make sure SQL works for PostgreSQL
     new b2b7f3b  upgrade Vert.x
     new a977fbc  use embedded postgres
     new 6ff88d7  move off h2 for other classes too
     new c45263f  run as non-root user
     new 686382a  disable tests depending on postgres, as it requires to run as 
a non-root user in docker
     new cea4e29  Merge pull request #243 from atoulme/various_fixes

The 816 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:
 .github/workflows/test.yml                         |  1 +
 dependency-versions.gradle                         | 12 ++++----
 devp2p-proxy/build.gradle                          |  2 ++
 eth-crawler/build.gradle                           |  2 +-
 .../tuweni/eth/crawler/EthstatsDataRepository.kt   |  4 +--
 .../tuweni/eth/crawler/RelationalPeerRepository.kt |  2 +-
 .../db/migration/V1_2_0__add_ethstats_peers.sql    | 30 +++++++++----------
 .../eth/crawler/EthstatsDataRepositoryTest.kt      | 16 +++++-----
 .../eth/crawler/RelationalPeerRepositoryTest.kt    | 35 +++++++++++++---------
 .../tuweni/net/tls/TrustManagerFactoryWrapper.java | 12 ++++++++
 .../tuweni/net/tls/InsecureTrustOptions.java       | 12 ++++++++
 .../tuweni/rlpx/wire/DefaultWireConnection.java    |  3 +-
 .../rlpx/wire/DefaultWireConnectionTest.java       | 14 +++++++++
 13 files changed, 98 insertions(+), 47 deletions(-)

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

Reply via email to