Merge branch 'tmdemo-initial' of github.com:fluencelabs/tendermint_demo into tmdemo-initial

This commit is contained in:
Alexander Demidko 2018-06-25 17:16:27 +03:00
commit 28fcf3d9fb

View File

@ -82,7 +82,7 @@ In this demo application the state is implemented as an hierarchical key-value t
Such trusted location is provided by the Tendermint consensus engine. Cluster nodes reach consensus not only over the canonical order of transactions, but also over the Merkle root of the state `app_hash` in Tendermint terminology. The client can obtain such Merkle root from any node in the cluster, verify cluster nodes signatures and check that more than 2/3 of the nodes have accepted the Merkle root change i.e. that consensus was reached. Such trusted location is provided by the Tendermint consensus engine. Cluster nodes reach consensus not only over the canonical order of transactions, but also over the Merkle root of the state `app_hash` in Tendermint terminology. The client can obtain such Merkle root from any node in the cluster, verify cluster nodes signatures and check that more than 2/3 of the nodes have accepted the Merkle root change i.e. that consensus was reached.
<p align="center"> <p align="center">
<img src="images/hierarchical_tree.png" alt="Hierarchical tree" width="625px"/> <img src="images/hierarchical_tree_basic.png" alt="Hierarchical tree" width="691px"/>
</p> </p>
### Computations correctness ### Computations correctness