Exonum Java Binding 0.5.0
Pre-release
Pre-release
Overview
This release brings support of Exonum Time Oracle. It is based on Exonum 0.10.3.
Added
- Support of Time oracle. Instruction on how to enable built-in services can be found here. (#667)
JsonSerializer
provides support forZonedDateTime
JSON serialization inISO_ZONED_DATE_TIME
format. (#762)
Changed
TransactionResult
andTransactionLocation
classes moved to the common module. (#725)