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
a8958868
Unverified
Commit
a8958868
authored
Sep 11, 2023
by
inphi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
couple fixes
parent
5e2124de
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
81 additions
and
27 deletions
+81
-27
fault-dispute-game.md
specs/fault-dispute-game.md
+2
-1
honest-challenger-fdg.md
specs/honest-challenger-fdg.md
+79
-26
No files found.
specs/fault-dispute-game.md
View file @
a8958868
...
...
@@ -62,7 +62,7 @@ We refer to this state as the **ABSOLUTE\_PRESTATE**.
### Claims
Claims assert an execution trace. This is represented as
`ClaimHash`
, a
`bytes32`
commitment to
the last VM state in
the
trace. A FDG is initialized with a root claim, which commits to the entire
the last VM state in
a
trace. A FDG is initialized with a root claim, which commits to the entire
execution trace. As we'll see later, there can be multiple claims, committing to different states in the FDG.
### DAG
...
...
@@ -97,6 +97,7 @@ Positions higher up the game tree also cover the deepest, right-most positions r
We refer to this coverage as the
**trace index**
of a Position.
> This means claims commit to an execution trace that terminates at the same index as their Position's trace index.
> That is, for a given trace index $n$, its ClaimHash corresponds to the $S_n$ th state in the trace.
Note that there can be multiple positions covering the same _trace index_.
...
...
specs/honest-challenger-fdg.md
View file @
a8958868
This diff is collapsed.
Click to expand it.
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