Skip to content

Exonum Java Light Client 0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dmitry-timofeev dmitry-timofeev released this 27 Dec 07:04
· 280 commits to master since this release

The new release of the light client brings support for dynamic services.

Versions Support

  • Exonum version, 0.13
  • Exonum Java Binding version, 0.9

Added

  • Java 13 support.
  • ExonumClient#findServiceInfo(String) to retrieve a service id by its
    name and ExonumClient#getServiceInfoList to retrieve the list of all
    started services - their names and ids. (#1247)

Changed

  • TransactionResponse#getExecutionResult now returns ExecutionStatus
    instead of TransactionResult. (#1244)