Skip to content

Commit

Permalink
deploy: d718b28
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes committed May 15, 2024
1 parent ca8d4b3 commit 9fe4f40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion interop/verifier.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ <h4 id="cross-unsafe-inputs"><a class="header" href="#cross-unsafe-inputs"><code
The network can be represented as a graph where each block across all chains are represented as
a node and then a directed edge between two blocks represents the source block of the initiating
message and the block that included the executing message.</p>
<p>An input can be promoted from <code>safe</code> to <code>cross-unsafe</code> when the full dependency graph is resolved
<p>An input can be promoted from <code>unsafe</code> to <code>cross-unsafe</code> when the full dependency graph is resolved
such that all cross chain messages are verified to be valid and at least one message in the dependency
graph is still <code>unsafe</code>.</p>
<p>Note that the <code>cross-unsafe</code> is not meant to be exposed to the end user via the RPC label. It is
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -8746,7 +8746,7 @@ <h4 id="cross-unsafe-inputs"><a class="header" href="#cross-unsafe-inputs"><code
The network can be represented as a graph where each block across all chains are represented as
a node and then a directed edge between two blocks represents the source block of the initiating
message and the block that included the executing message.</p>
<p>An input can be promoted from <code>safe</code> to <code>cross-unsafe</code> when the full dependency graph is resolved
<p>An input can be promoted from <code>unsafe</code> to <code>cross-unsafe</code> when the full dependency graph is resolved
such that all cross chain messages are verified to be valid and at least one message in the dependency
graph is still <code>unsafe</code>.</p>
<p>Note that the <code>cross-unsafe</code> is not meant to be exposed to the end user via the RPC label. It is
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 9fe4f40

Please sign in to comment.