File tree 1 file changed +9
-0
lines changed
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.
15
15
16
16
## [ Unreleased]
17
17
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
+
18
24
### Changed
19
25
- ` Ed25519CryptoFunction ` to use the system libsodium by default. If libsodium is not installed,
20
26
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.
25
31
` ProofListIndexProxy#getRootHash ` and ` ProofMapIndexProxy#getRootHash ` are replaced with
26
32
` CheckedProof#getIndexHash ` , ` ProofListIndexProxy#getIndexHash ` and
27
33
` 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.
28
37
29
38
### Added
30
39
- ` stream ` for sets: ` KeySetIndex ` and ` ValueSetIndex ` . (#1088 )
You can’t perform that action at this time.
0 commit comments