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/07/10 17:14:16 UTC

[incubator-tuweni] branch main updated (f6ee6356 -> 43cfa026)

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 f6ee6356 Merge pull request #422 from atoulme/snappy
     new 5c3ca1d9 Upgrade UI - added state controller, upgrade jersey and al
     new eeace6b0 fix license check
     new f224d22c use swagger jakarta lib
     new 43cfa026 Merge pull request #423 from atoulme/upgrade_ui

The 1246 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:
 dependency-versions.gradle                         |  17 +++++++------
 eth-client-ui/build.gradle                         |   2 ++
 .../tuweni/ethclientui/ConfigurationService.kt     |  13 +++++-----
 .../{ConfigurationService.kt => StateService.kt}   |  27 ++++++++++++---------
 .../kotlin/org/apache/tuweni/ethclientui/UI.kt     |  16 ++++++------
 .../resources/webapp/{index.html => config.html}   |  22 +++++++++--------
 .../main/resources/webapp/{index.js => config.js}  |   0
 .../src/main/resources/webapp/favicon.ico          | Bin 0 -> 41662 bytes
 eth-client-ui/src/main/resources/webapp/index.html |  20 +++++++++------
 .../resources/webapp/{index.html => state.html}    |  26 +++++++++++---------
 .../main/resources/webapp/{index.js => state.js}   |   6 ++---
 eth-crawler/build.gradle                           |   2 +-
 .../tuweni/eth/crawler/CrawlerRESTService.kt       |   4 +--
 eth-crawler/src/main/resources/webapp/index.html   |   2 +-
 jsonrpc-app/build.gradle                           |   2 +-
 15 files changed, 89 insertions(+), 70 deletions(-)
 copy eth-client-ui/src/main/kotlin/org/apache/tuweni/ethclientui/{ConfigurationService.kt => StateService.kt} (68%)
 copy eth-client-ui/src/main/resources/webapp/{index.html => config.html} (91%)
 copy eth-client-ui/src/main/resources/webapp/{index.js => config.js} (100%)
 create mode 100644 eth-client-ui/src/main/resources/webapp/favicon.ico
 copy eth-client-ui/src/main/resources/webapp/{index.html => state.html} (90%)
 rename eth-client-ui/src/main/resources/webapp/{index.js => state.js} (87%)


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