Skip to content

Exonum Java Light Client 0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dmitry-timofeev dmitry-timofeev released this 09 Apr 09:55
· 73 commits to master since this release

0.6.0 — 2020-04-06

Versions Support

  • Exonum 1.0
  • Exonum Java Binding 0.10

Added

  • Exonum 1.0.0 compatibility

Removed

  • System API operations that were made private and/or removed. If you need
    any of these, use the system REST API directly.
    • getUnconfirmedTransactionsCount. stats system API endpoint is made private.
    • healthCheck. healthcheck endpoint is merged into info (and made private).
    • getUserAgentInfo. user_agent endpoint is merged into info.