Skip to content

Releases: exonum/exonum-client

v0.16.7: Merge pull request #154 from asmsoft/seed-keypair

14 May 15:52
99e3ad1
Compare
Choose a tag to compare
A new method seed was added to generate key pairs

v0.10.0

20 Jun 09:53
b0d9846
Compare
Choose a tag to compare
Merge pull request #108 from KateNegrienko/decimal

Decimal

JavaScript client for Exonum blockchain 0.1.0

18 Jul 13:38
Compare
Choose a tag to compare

The first release of JavaScript client for Exonum blockchain, matching the corresponding release of the Exonum core repository.

This release contains:

  • functions for serialization and deserialization of data;
  • functions for calculating hashes, creating and validating digital signatures;
  • functions for checking cryptographic proofs that are returned by the blockchain, such as the functions for checking the proofs for Merkle and Merkle Patricia indexes;
  • function for checking the validity of a block (its compliance with consensus algorithm).