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 2e01ef2  Merge pull request #279 from 
atoulme/report_status_on_all_connections
     new 5e5c133  Add more HTML to crawler
     new 9d78dc1  Add openapi
     new e9e8e6b  add embedded swagger UI
     new 10e16b6  make reading recent peers a timer task
     new b58caf5  Merge pull request #283 from atoulme/crawler_html

The 870 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:
 build.gradle                                       |  3 +-
 dependency-versions.gradle                         | 16 +++-
 eth-client-ui/build.gradle                         |  2 +
 eth-crawler/build.gradle                           |  5 ++
 .../org/apache/tuweni/eth/crawler/CrawlerApp.kt    | 22 ++++--
 .../tuweni/eth/crawler/CrawlerRESTService.kt       | 25 +++++-
 .../tuweni/eth/crawler/RelationalPeerRepository.kt | 70 ++++++++++++----
 .../rest/{PeersService.kt => ClientsService.kt}    |  9 +--
 .../org/apache/tuweni/eth/crawler/rest/Metadata.kt | 16 ++--
 .../apache/tuweni/eth/crawler/rest/PeersService.kt |  2 +-
 .../main/resources/webapp/bootstrap-nightfall.css  | 11 +++
 eth-crawler/src/main/resources/webapp/index.html   | 92 ++++++++++++++++++++--
 eth-crawler/src/main/resources/webapp/index.js     |  7 +-
 .../resources/webapp/{index.html => node.html}     | 32 +++++---
 .../src/main/resources/webapp/node.js              | 15 +---
 .../apache/tuweni/rlpx/vertx/VertxRLPxService.java |  2 +-
 .../tuweni/rlpx/wire/DefaultWireConnection.java    | 19 +++--
 .../apache/tuweni/rlpx/wire/WireConnection.java    |  7 ++
 .../rlpx/wire/DefaultWireConnectionTest.java       | 11 ++-
 19 files changed, 279 insertions(+), 87 deletions(-)
 copy 
eth-crawler/src/main/kotlin/org/apache/tuweni/eth/crawler/rest/{PeersService.kt 
=> ClientsService.kt} (86%)
 copy eth/src/main/kotlin/org/apache/tuweni/eth/JSONRPCRequest.kt => 
eth-crawler/src/main/kotlin/org/apache/tuweni/eth/crawler/rest/Metadata.kt (69%)
 create mode 100644 
eth-crawler/src/main/resources/webapp/bootstrap-nightfall.css
 copy eth-crawler/src/main/resources/webapp/{index.html => node.html} (76%)
 copy eth-client-ui/src/main/resources/webapp/index.js => 
eth-crawler/src/main/resources/webapp/node.js (76%)

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

Reply via email to