Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Apache Tuweni 1.0.0 (incubating)

Compare
Choose a tag to compare
@atoulme atoulme released this 24 Feb 05:39
  • Moved to JDK11 support by default. 1.0.0 drops support for JDK8.
  • Added ethnetstats library.
  • Added key-value store functionalities: proxy store, stores are now generic, not just bytes, and have the ability to iterate over keys or clear their contents.
  • Added support for JPA-backed key value stores
  • Added eth2 reference tests repository. This repository is checked out as a submodule, and will be used to test SSZ going forward.
  • Fix TUWENI-30: expose key for GenericHash
  • Allow CN as option when generating the self-signed certs (used to be example.com)
  • Move Jenkins build to Jenkinsfile inside the repo.