Releases: exonum/exonum-client
Releases · exonum/exonum-client
v0.16.7: Merge pull request #154 from asmsoft/seed-keypair
v0.10.0
Merge pull request #108 from KateNegrienko/decimal Decimal
JavaScript client for Exonum blockchain 0.1.0
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).