Skip to content

Commit

Permalink
deploy: 81ecde4
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Nov 24, 2023
1 parent cf1d376 commit dc58e3b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion fpp-dev/env.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ <h3 id="reading"><a class="header" href="#reading">Reading</a></h3>
<h2 id="full-example"><a class="header" href="#full-example">Full Example</a></h2>
<p>Below, we have a full architecture diagram of the <a href="https://github.com/ethereum-optimism/optimism/tree/develop/op-program"><code>op-program</code></a> (source: <a href="https://github.com/ethereum-optimism/optimism/blob/develop/specs/fault-proof.md">fault proof specs</a>), the reference implementation for the OP Stack's Fault Proof Program,
which has the objective of verifying claims about the state of an <a href="https://github.com/ethereum-optimism/optimism">OP Stack</a> layer two.</p>
<img src="../../../static/op-program-fpp.svg">
<p><img src="../assets/op-program-fpp.svg" alt="op-program-architecture" /></p>
<p>In this program, execution and derivation of the L2 chain is performed within it, and ultimately the claimed state of the L2 chain is verified in the <a href="../prologue.html">prologue</a> stage.</p>
<p>It communicates with the <code>host</code> for two reasons:</p>
<ol>
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ <h3 id="reading"><a class="header" href="#reading">Reading</a></h3>
<h2 id="full-example"><a class="header" href="#full-example">Full Example</a></h2>
<p>Below, we have a full architecture diagram of the <a href="https://github.com/ethereum-optimism/optimism/tree/develop/op-program"><code>op-program</code></a> (source: <a href="https://github.com/ethereum-optimism/optimism/blob/develop/specs/fault-proof.md">fault proof specs</a>), the reference implementation for the OP Stack's Fault Proof Program,
which has the objective of verifying claims about the state of an <a href="https://github.com/ethereum-optimism/optimism">OP Stack</a> layer two.</p>
<img src="fpp-dev/../../../static/op-program-fpp.svg">
<p><img src="fpp-dev/../assets/op-program-fpp.svg" alt="op-program-architecture" /></p>
<p>In this program, execution and derivation of the L2 chain is performed within it, and ultimately the claimed state of the L2 chain is verified in the <a href="fpp-dev/../prologue.html">prologue</a> stage.</p>
<p>It communicates with the <code>host</code> for two reasons:</p>
<ol>
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 dc58e3b

Please sign in to comment.