Skip to content

Commit

Permalink
[skip ci] deploy gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
CjS77 committed Dec 19, 2023
1 parent 527cfa9 commit 9b047f1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions RFC-0330_Cerberus.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ <h2 id="cerberus-consensus---a-diagram"><a class="header" href="#cerberus-consen
other shards that need to mark new substates as <code>Up</code> as a result of the transaction output.</li>
</ol>
<p>A mermaid flow diagram of the above process is shown below:</p>
<pre><code class="language-mermaid">
<pre class="mermaid">
flowchart TD
A[Client] --&gt; B([Broadcast transaction])
B --&gt; C{Any tx inputs in my shard?}
Expand Down Expand Up @@ -344,7 +344,7 @@ <h2 id="cerberus-consensus---a-diagram"><a class="header" href="#cerberus-consen
globalConsensus --&gt; GCD{Consensus on ACCEPT_*?}
GCD --&gt; |No.| Stall[Abandon block!]
GCD--&gt; |Yes| ssCommit{Decision == ACCEPT_COMMIT?}
</code></pre>
</pre>
<p>The process above describes PCerberus in general, with some modifications from <a href="https://arxiv.org/pdf/1708.03778.pdf" title="Chainspace whitepaper">Chainspace</a>. There are a few details
that need some additional explanation. In particular, this includes substate address derivation and state
synchronisation.</p>
Expand Down
4 changes: 2 additions & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -6863,7 +6863,7 @@ <h2 id="cerberus-consensus---a-diagram"><a class="header" href="#cerberus-consen
other shards that need to mark new substates as <code>Up</code> as a result of the transaction output.</li>
</ol>
<p>A mermaid flow diagram of the above process is shown below:</p>
<pre><code class="language-mermaid">
<pre class="mermaid">
flowchart TD
A[Client] --&gt; B([Broadcast transaction])
B --&gt; C{Any tx inputs in my shard?}
Expand Down Expand Up @@ -6912,7 +6912,7 @@ <h2 id="cerberus-consensus---a-diagram"><a class="header" href="#cerberus-consen
globalConsensus --&gt; GCD{Consensus on ACCEPT_*?}
GCD --&gt; |No.| Stall[Abandon block!]
GCD--&gt; |Yes| ssCommit{Decision == ACCEPT_COMMIT?}
</code></pre>
</pre>
<p>The process above describes PCerberus in general, with some modifications from <a href="https://arxiv.org/pdf/1708.03778.pdf" title="Chainspace whitepaper">Chainspace</a>. There are a few details
that need some additional explanation. In particular, this includes substate address derivation and state
synchronisation.</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 9b047f1

Please sign in to comment.