Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
e3ba24e7
Unverified
Commit
e3ba24e7
authored
Oct 06, 2023
by
Joshua Gutow
Committed by
GitHub
Oct 06, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7583 from ethereum-optimism/inphi/hint-specs
specs: Add new fault-proof hint types
parents
183a1d2e
28aa225e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
fault-proof.md
specs/fault-proof.md
+10
-4
No files found.
specs/fault-proof.md
View file @
e3ba24e7
...
@@ -21,13 +21,14 @@
...
@@ -21,13 +21,14 @@
-
[
Main content
](
#main-content
)
-
[
Main content
](
#main-content
)
-
[
Epilogue
](
#epilogue
)
-
[
Epilogue
](
#epilogue
)
-
[
Pre-image hinting routes
](
#pre-image-hinting-routes
)
-
[
Pre-image hinting routes
](
#pre-image-hinting-routes
)
-
[
`l1-
header <blockhash>`
](
#l1
-header-blockhash
)
-
[
`l1-
block-header <blockhash>`
](
#l1-block
-header-blockhash
)
-
[
`l1-transactions <blockhash>`
](
#l1-transactions-blockhash
)
-
[
`l1-transactions <blockhash>`
](
#l1-transactions-blockhash
)
-
[
`l1-receipts <blockhash>`
](
#l1-receipts-blockhash
)
-
[
`l1-receipts <blockhash>`
](
#l1-receipts-blockhash
)
-
[
`l2-
header <blockhash>`
](
#l2
-header-blockhash
)
-
[
`l2-
block-header <blockhash>`
](
#l2-block
-header-blockhash
)
-
[
`l2-transactions <blockhash>`
](
#l2-transactions-blockhash
)
-
[
`l2-transactions <blockhash>`
](
#l2-transactions-blockhash
)
-
[
`l2-code <codehash>`
](
#l2-code-codehash
)
-
[
`l2-code <codehash>`
](
#l2-code-codehash
)
-
[
`l2-state-node <nodehash>`
](
#l2-state-node-nodehash
)
-
[
`l2-state-node <nodehash>`
](
#l2-state-node-nodehash
)
-
[
`l2-output <outputroot>`
](
#l2-output-outputroot
)
-
[
Fault Proof VM
](
#fault-proof-vm
)
-
[
Fault Proof VM
](
#fault-proof-vm
)
-
[
Fault Proof Interactive Dispute Game
](
#fault-proof-interactive-dispute-game
)
-
[
Fault Proof Interactive Dispute Game
](
#fault-proof-interactive-dispute-game
)
...
@@ -341,7 +342,7 @@ This can be exposed via a CLI, or alternative inter-process API.
...
@@ -341,7 +342,7 @@ This can be exposed via a CLI, or alternative inter-process API.
Every instance of
`<blockhash>`
in the below routes is
`0x`
-prefixed, lowercase, hex-encoded.
Every instance of
`<blockhash>`
in the below routes is
`0x`
-prefixed, lowercase, hex-encoded.
#### `l1-header <blockhash>`
#### `l1-
block-
header <blockhash>`
Requests the host to prepare the L1 block header RLP pre-image of the block
`<blockhash>`
.
Requests the host to prepare the L1 block header RLP pre-image of the block
`<blockhash>`
.
...
@@ -355,7 +356,7 @@ prepare the RLP pre-images of each of them, including transactions-list MPT node
...
@@ -355,7 +356,7 @@ prepare the RLP pre-images of each of them, including transactions-list MPT node
Requests the host to prepare the list of receipts of the L1 block with
`<blockhash>`
:
Requests the host to prepare the list of receipts of the L1 block with
`<blockhash>`
:
prepare the RLP pre-images of each of them, including receipts-list MPT nodes.
prepare the RLP pre-images of each of them, including receipts-list MPT nodes.
#### `l2-header <blockhash>`
#### `l2-
block-
header <blockhash>`
Requests the host to prepare the L2 block header RLP pre-image of the block
`<blockhash>`
.
Requests the host to prepare the L2 block header RLP pre-image of the block
`<blockhash>`
.
...
@@ -372,6 +373,11 @@ Requests the host to prepare the L2 smart-contract code with the given `<codehas
...
@@ -372,6 +373,11 @@ Requests the host to prepare the L2 smart-contract code with the given `<codehas
Requests the host to prepare the L2 MPT node preimage with the given
`<nodehash>`
.
Requests the host to prepare the L2 MPT node preimage with the given
`<nodehash>`
.
#### `l2-output <outputroot>`
Requests the host to prepare the L2 Output at the l2 output root
`<outputroot>`
.
The L2 Output is the preimage of a
[
computed output root
](
./proposals.md#l2-output-commitment-construction
)
.
## Fault Proof VM
## Fault Proof VM
[
VM
]:
#Fault-Proof-VM
[
VM
]:
#Fault-Proof-VM
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment