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
7cb810a2
Unverified
Commit
7cb810a2
authored
Sep 22, 2023
by
Roberto Bayardo
Committed by
GitHub
Sep 22, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correct fault-proof.md typos
parent
a7ff5a81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
fault-proof.md
specs/fault-proof.md
+3
-3
No files found.
specs/fault-proof.md
View file @
7cb810a2
...
...
@@ -94,7 +94,7 @@ and avoids unnecessary contract redeployments per dispute.
This global store contract should be non-upgradeable.
Since
`keccak256`
is a safe 32-byte hash input, the first b
it
is overwritten with a
`2`
to derive the key,
Since
`keccak256`
is a safe 32-byte hash input, the first b
yte
is overwritten with a
`2`
to derive the key,
while keeping the rest of the key "readable" (matching the original hash).
#### Type `3`: Global generic key
...
...
@@ -130,7 +130,7 @@ as there is no way to revert it to the original commitment without knowing said
#### Type `4-128`: reserved range
Range start and
a
nd both inclusive.
Range start and
e
nd both inclusive.
This range of key types is reserved for future usage by the core protocol.
E.g. version changes, contract migrations, chain-data, additional core features, etc.
...
...
@@ -302,7 +302,7 @@ Using these data-sources, the derivation pipeline is processed till we hit one o
-
`EOF`
: when we run out of L1 data, the L2 chain will not change further, and the epilogue can start.
-
Eager epilogue condition: depending on the type of claim to verify,
if the L2 result irreversible (i.e. no later L1 inputs can override it),
if the L2 result i
s i
rreversible (i.e. no later L1 inputs can override it),
the processing may end early when the result is ready.
E.g. when asserting state at a specific L2 block, rather than the very tip of the L2 chain.
...
...
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