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
272b6d72
Unverified
Commit
272b6d72
authored
Oct 10, 2023
by
protolambda
Committed by
GitHub
Oct 10, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7608 from vuittont60/develop
docs: fix typos
parents
7223e6ba
a64835c2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fault-dispute-game.md
specs/fault-dispute-game.md
+1
-1
fault-proof.md
specs/fault-proof.md
+1
-1
No files found.
specs/fault-dispute-game.md
View file @
272b6d72
...
...
@@ -49,7 +49,7 @@ This is a state transition function (STF) that takes a _pre-state_ and computes
The VM may access data referenced during the STF and as such, it also accepts a _proof_ of this data.
Typically, the pre-state contains a commitment to the _proof_ to verify the integrity of the data referenced.
Mathemtically, we define the STF as $VM(S_i,P_i)$ where
Mathem
a
tically, we define the STF as $VM(S_i,P_i)$ where
-
$S_i$ is the pre-state
-
$P_i$ is an optional proof needed for the transition from $S_i$ to $S_{i+1}$.
...
...
specs/fault-proof.md
View file @
272b6d72
...
...
@@ -172,7 +172,7 @@ and the latest hint may be buffered for lazy execution, or dropped entirely when
When the pre-image oracle serves a request, and the request cannot be served from an existing collection of pre-images
(e.g. a local pre-image cache) then the VM can execute the hint to retrieve the missing pre-image(s).
It is the responsiblity of the program to provide sufficient hinting for every pre-image request.
It is the responsib
i
lity of the program to provide sufficient hinting for every pre-image request.
Some hints may have to be repeated: the VM only has to execute the last hint when handling a missing pre-image.
Note that hints may produce multiple pre-images:
...
...
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