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 c7cfa14 Merge pull request #238 from atoulme/add_astor_test
new 8ce2edf Add SQL for controller
new 11e6626 Add block store
new 7adb0e9 attempt to fix the integration test
new 10d44b1 add report to run
new d845604 try another action
new 6fcdbc6 use sha1
new bf15f3b remove junit report for now
new 9749241 add reports again
new 5a74a11 add reports again - full SHA
new c46c9bc add reports again - full SHA
new 26b485b try collecting html reports
new dfc2706 tweak ethstats test
new 6fdda32 Order fields alphabetically
new 35691bf Fix JSON serialization tests
new 41a4266 disable test, too flaky
new 4f96673 Merge pull request #236 from atoulme/add_controller_sql
The 800 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/integration-tests.yml | 9 +-
.github/workflows/test.yml | 9 +-
.../devp2p/proxy/SendDataToAnotherNodeTest.kt | 6 +-
eth-crawler/build.gradle | 1 +
.../org/apache/tuweni/eth/crawler/CrawlerApp.kt | 14 ++
.../org/apache/tuweni/eth/crawler/CrawlerConfig.kt | 7 +
.../eth/crawler/CrawlerEthstatsController.kt | 49 ++++
.../tuweni/eth/crawler/EthstatsDataRepository.kt | 262 +++++++++++++++++++++
.../db/migration/V1_2_0__add_ethstats_peers.sql | 92 ++++++++
.../eth/crawler/EthstatsDataRepositoryTest.kt | 111 +++++++++
.../apache/tuweni/ethstats/EthStatsReporterTest.kt | 1 -
.../apache/tuweni/ethstats/FakeEthStatsServer.kt | 2 +-
.../org/apache/tuweni/ethstats/BlockStats.kt | 5 +-
.../org/apache/tuweni/ethstats/EthStatsServer.kt | 5 +-
.../tuweni/ethstats/EthStatsServerController.kt | 40 +++-
.../kotlin/org/apache/tuweni/ethstats/NodeStats.kt | 3 +
.../org/apache/tuweni/ethstats/BlockStatsTest.kt | 25 +-
.../org/apache/tuweni/ethstats/NodeStatsTest.kt | 2 +-
18 files changed, 617 insertions(+), 26 deletions(-)
create mode 100644
eth-crawler/src/main/kotlin/org/apache/tuweni/eth/crawler/CrawlerEthstatsController.kt
create mode 100644
eth-crawler/src/main/kotlin/org/apache/tuweni/eth/crawler/EthstatsDataRepository.kt
create mode 100644
eth-crawler/src/main/resources/db/migration/V1_2_0__add_ethstats_peers.sql
create mode 100644
eth-crawler/src/test/kotlin/org/apache/tuweni/eth/crawler/EthstatsDataRepositoryTest.kt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]