Exonum Java Light Client 0.5.0
Pre-release
Pre-release
·
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 andExonumClient#getServiceInfoListto retrieve the list of all
started services - their names and ids. (#1247)
Changed
TransactionResponse#getExecutionResultnow returnsExecutionStatus
instead ofTransactionResult. (#1244)