Skip to content

Exonum Java Light Client 0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dmitry-timofeev dmitry-timofeev released this 08 Oct 11:43

The new release of the light client brings support for Exonum 0.12
and Exonum Java 0.8.

Versions Support

  • Exonum 0.12.*
  • Exonum Java 0.8.*

Changed

  • ExonumClient#getBlockByHeight and #getBlocks to throw
    IllegalArgumentException when blocks with heights exceeding
    the current blockchain height are requested (#1137)
  • Block JSON representation to be compatible with the one used
    for blocks by the core. Applied @SerializedName annotation
    to all fields. (#1137)
  • Updated project dependencies to the newest versions.