Skip to content

Commit

Permalink
Merge branch 'master' of github.com:synrc/n2o.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Sep 6, 2024
2 parents 5f6314c + e45e83d commit a451e41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions articles/cr.htm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<a href='#' style="background:#ededed;">CR</a>
</nav>
<header>
<a href="../index.html"><img src="../img/Synrc Neo.svg" /></a>
<a href="../index.html"><img src="../img/Synrc Neo.svg?v=1" /></a>
<h1>CR: BFT</h1>
</header>
<main>
Expand Down Expand Up @@ -161,7 +161,7 @@ <h4>Distributed Transaction</h4>
all reads come to chain's tail.</p>

<figure><figcaption>Picture 1. Chain</figcaption>
<img src="https://synrc.com/apps/cr/doc/images/replicas.svg" height="200" style="border:none;"/></figure>
<img src="https://synrc.com/apps/cr/doc/images/replicas.svg?v=1" height="200" style="border:none;"/></figure>

<h4>Replication Log</h4>

Expand All @@ -174,7 +174,7 @@ <h4>Replication Log</h4>
as <b>#operation</b> record. Each replica has its own log.</p>

<figure><figcaption>Picture 2. Log</figcaption>
<img src="https://synrc.com/apps/cr/doc/images/log.svg" height="400" style="border:none;"/></figure>
<img src="https://synrc.com/apps/cr/doc/images/log.svg?v=1" height="400" style="border:none;"/></figure>

<h4>Replica Protocol</h4>

Expand Down Expand Up @@ -258,7 +258,7 @@ <h4>Stable Operation Log</h4>
log will be always unordered. As on Picture 3 it should GCP = 2.</p>

<figure><figcaption>Picture 3. Greatest common prefix</figcaption>
<img src="https://synrc.com/apps/cr/doc/images/merging.svg" height="300" style="border:none;"/></figure>
<img src="https://synrc.com/apps/cr/doc/images/merging.svg?v=1" height="300" style="border:none;"/></figure>

<h3>Liveness</h3>

Expand Down

0 comments on commit a451e41

Please sign in to comment.