File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1515
1616## [ Unreleased]
1717
18+ ## [ 0.8.0] - 2019-09-09
19+
20+ ### Overview
21+
22+ This release brings mainly internal fixes and improvements. It is based on Exonum 0.12.
23+
1824### Changed
1925- ` Ed25519CryptoFunction ` to use the system libsodium by default. If libsodium is not installed,
2026 it will load the bundled library. (#991 )
@@ -25,6 +31,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2531 ` ProofListIndexProxy#getRootHash ` and ` ProofMapIndexProxy#getRootHash ` are replaced with
2632 ` CheckedProof#getIndexHash ` , ` ProofListIndexProxy#getIndexHash ` and
2733 ` ProofMapIndexProxy#getIndexHash ` accordingly.
34+ - Network configuration workflow. ` generate-config ` subcommand now accepts a single parameter -
35+ output directory instead of separate parameters for private and public node configs. See
36+ [ Tutorial] ( ./core/rust/exonum-java/TUTORIAL.md ) for updated instructions.
2837
2938### Added
3039- ` stream ` for sets: ` KeySetIndex ` and ` ValueSetIndex ` . (#1088 )
You can’t perform that action at this time.
0 commit comments