-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -181,6 +181,7 @@ <h1 class="menu-title">OP Stack Specification</h1> | |
<main> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-AfEj0r4/OFrOo5t7NnNe46zW/tFgW6x/bCJG8FqQCEo3+Aro6EYUG4+cU+KJWu/X" crossorigin="anonymous"> | ||
<h1 id="fault-proof"><a class="header" href="#fault-proof">Fault Proof</a></h1> | ||
<!-- markdownlint-disable --> | ||
<!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> | ||
<p><strong>Table of Contents</strong></p> | ||
|
@@ -216,20 +217,22 @@ <h1 id="fault-proof"><a class="header" href="#fault-proof">Fault Proof</a></h1> | |
<li><a href="#l1-block-header-blockhash"><code>l1-block-header <blockhash></code></a></li> | ||
<li><a href="#l1-transactions-blockhash"><code>l1-transactions <blockhash></code></a></li> | ||
<li><a href="#l1-receipts-blockhash"><code>l1-receipts <blockhash></code></a></li> | ||
<li><a href="#l1-kzg-point-evaluation-bytes"><code>l1-kzg-point-evaluation <bytes></code></a></li> | ||
<li><a href="#l1-kzg-point-evaluation-inputbytes"><code>l1-kzg-point-evaluation <inputbytes></code></a></li> | ||
<li><a href="#l2-block-header-blockhash"><code>l2-block-header <blockhash></code></a></li> | ||
<li><a href="#l2-transactions-blockhash"><code>l2-transactions <blockhash></code></a></li> | ||
<li><a href="#l2-code-codehash"><code>l2-code <codehash></code></a></li> | ||
<li><a href="#l2-state-node-nodehash"><code>l2-state-node <nodehash></code></a></li> | ||
<li><a href="#l2-output-outputroot"><code>l2-output <outputroot></code></a></li> | ||
</ul> | ||
</li> | ||
<li><a href="#precompile-accelerators">Precompile Accelerators</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="#fault-proof-vm">Fault Proof VM</a></li> | ||
<li><a href="#fault-proof-interactive-dispute-game">Fault Proof Interactive Dispute Game</a></li> | ||
</ul> | ||
<!-- END doctoc generated TOC please keep comment here to allow auto update --> | ||
<!-- markdownlint-enable --> | ||
<h2 id="overview"><a class="header" href="#overview">Overview</a></h2> | ||
<p>A fault proof, also known as fraud proof or interactive game, consists of 3 components:</p> | ||
<ul> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5362,6 +5362,7 @@ <h2 id="reading-the-system-config"><a class="header" href="#reading-the-system-c | |
and apply the event-based changes as the stage traverses to the next L1 block.</p> | ||
<div style="break-before: page; page-break-before: always;"></div><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-AfEj0r4/OFrOo5t7NnNe46zW/tFgW6x/bCJG8FqQCEo3+Aro6EYUG4+cU+KJWu/X" crossorigin="anonymous"> | ||
<h1 id="fault-proof"><a class="header" href="#fault-proof">Fault Proof</a></h1> | ||
<!-- markdownlint-disable --> | ||
<!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> | ||
<p><strong>Table of Contents</strong></p> | ||
|
@@ -5397,20 +5398,22 @@ <h1 id="fault-proof"><a class="header" href="#fault-proof">Fault Proof</a></h1> | |
<li><a href="experimental/fault-proof/index.html#l1-block-header-blockhash"><code>l1-block-header <blockhash></code></a></li> | ||
<li><a href="experimental/fault-proof/index.html#l1-transactions-blockhash"><code>l1-transactions <blockhash></code></a></li> | ||
<li><a href="experimental/fault-proof/index.html#l1-receipts-blockhash"><code>l1-receipts <blockhash></code></a></li> | ||
<li><a href="experimental/fault-proof/index.html#l1-kzg-point-evaluation-bytes"><code>l1-kzg-point-evaluation <bytes></code></a></li> | ||
<li><a href="experimental/fault-proof/index.html#l1-kzg-point-evaluation-inputbytes"><code>l1-kzg-point-evaluation <inputbytes></code></a></li> | ||
<li><a href="experimental/fault-proof/index.html#l2-block-header-blockhash"><code>l2-block-header <blockhash></code></a></li> | ||
<li><a href="experimental/fault-proof/index.html#l2-transactions-blockhash"><code>l2-transactions <blockhash></code></a></li> | ||
<li><a href="experimental/fault-proof/index.html#l2-code-codehash"><code>l2-code <codehash></code></a></li> | ||
<li><a href="experimental/fault-proof/index.html#l2-state-node-nodehash"><code>l2-state-node <nodehash></code></a></li> | ||
<li><a href="experimental/fault-proof/index.html#l2-output-outputroot"><code>l2-output <outputroot></code></a></li> | ||
</ul> | ||
</li> | ||
<li><a href="experimental/fault-proof/index.html#precompile-accelerators">Precompile Accelerators</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="experimental/fault-proof/index.html#fault-proof-vm">Fault Proof VM</a></li> | ||
<li><a href="experimental/fault-proof/index.html#fault-proof-interactive-dispute-game">Fault Proof Interactive Dispute Game</a></li> | ||
</ul> | ||
<!-- END doctoc generated TOC please keep comment here to allow auto update --> | ||
<!-- markdownlint-enable --> | ||
<h2 id="overview-16"><a class="header" href="#overview-16">Overview</a></h2> | ||
<p>A fault proof, also known as fraud proof or interactive game, consists of 3 components:</p> | ||
<ul> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.