This commit is contained in:
Alexander Demidko 2018-06-25 16:59:12 +03:00 committed by GitHub
parent 36c826f16e
commit c2bb76e1c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ Results of each computation are stored on the cluster nodes and can be later on
Because every computation is verified by the cluster nodes and computation outcomes are verified using Merkle proofs, the client normally doesn't have to interact with the entire cluster. Moreover, the client can interact with as little as a single node this won't change safety properties. However, liveness might be compromised for example, if the node the client is interacting with is silently dropping incoming requests.
<p align="center">
<img src="images/cluster_nodes.png" alt="Cluster" width="681px"/>
<img src="images/cluster_nodes.png" alt="Cluster" width="722px"/>
</p>
## Table of contents