Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 734 Bytes

CHANGELOG.md

File metadata and controls

25 lines (17 loc) · 734 Bytes

Changelog

Unreleased

  • The client has been adopted to work with Exonum dynamic_services branch.
  • Proto files are now downloaded via REST API from the Exonum node and compiled dynamically.
  • Tx generation is now protobuf-based.

0.3.1 - 2019-10-03

  • The client has been adopted to work with Exonum 0.12.1+.
  • Support of Proofs veritifcation was added.
  • Example scripts were added.
  • Protobuf sources are now compiled dynamically at the runtime.
  • crypto module was added to wrap common cryptographical operations.
  • Module documentation and tests were added.

0.2 - 2019-03-29

  • The client has been adopted to work with Exonum 0.10.x.

0.1 - 2018-07-25

  • The client has been adopted to work with Exonum 0.9.x.