Skip to content

Commit

Permalink
deploy: 60dee14
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaxter committed Oct 25, 2024
1 parent 63bd875 commit 378e284
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fault-proof/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ <h4 id="l2-output-outputroot"><a class="header" href="#l2-output-outputroot"><co
<h4 id="l2-execution-witness-blocknumber"><a class="header" href="#l2-execution-witness-blocknumber"><code>l2-execution-witness &lt;blocknumber&gt;</code></a></h4>
<p>Requests the host to prepare all preimages used in the execution of the block at <code>&lt;blocknumber&gt;</code> height.</p>
<h4 id="l2-account-proof-blockhash_and_address"><a class="header" href="#l2-account-proof-blockhash_and_address"><code>l2-account-proof &lt;blockhash_and_address&gt;</code></a></h4>
<p>Requests the host send account proof for a certain block number and address. <code>&lt;blockhash_and_address&gt;</code> is hex
<p>Requests the host send account proof for a certain block hash and address. <code>&lt;blockhash_and_address&gt;</code> is hex
encoded: 32-byte block hash + 20-byte address.</p>
<p><code>l2-execution-witness</code> and <code>l2-account-proof</code> hints are preferred over the more granular <code>l2-code</code> and <code>l2-state-node</code>,
and they should be sent before the more granular hints to ensure proper handling.</p>
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -4297,7 +4297,7 @@ <h4 id="l2-output-outputroot"><a class="header" href="#l2-output-outputroot"><co
<h4 id="l2-execution-witness-blocknumber"><a class="header" href="#l2-execution-witness-blocknumber"><code>l2-execution-witness &lt;blocknumber&gt;</code></a></h4>
<p>Requests the host to prepare all preimages used in the execution of the block at <code>&lt;blocknumber&gt;</code> height.</p>
<h4 id="l2-account-proof-blockhash_and_address"><a class="header" href="#l2-account-proof-blockhash_and_address"><code>l2-account-proof &lt;blockhash_and_address&gt;</code></a></h4>
<p>Requests the host send account proof for a certain block number and address. <code>&lt;blockhash_and_address&gt;</code> is hex
<p>Requests the host send account proof for a certain block hash and address. <code>&lt;blockhash_and_address&gt;</code> is hex
encoded: 32-byte block hash + 20-byte address.</p>
<p><code>l2-execution-witness</code> and <code>l2-account-proof</code> hints are preferred over the more granular <code>l2-code</code> and <code>l2-state-node</code>,
and they should be sent before the more granular hints to ensure proper handling.</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 378e284

Please sign in to comment.