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
b669f328
Unverified
Commit
b669f328
authored
Dec 06, 2023
by
Joshua Gutow
Committed by
GitHub
Dec 06, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8475 from Pan-chao/develop
specs: typo fix
parents
76297065
fccc3073
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fault-proof.md
specs/fault-proof.md
+2
-2
No files found.
specs/fault-proof.md
View file @
b669f328
...
@@ -63,7 +63,7 @@ The program uses the pre-image oracle to query any input data that is understood
...
@@ -63,7 +63,7 @@ The program uses the pre-image oracle to query any input data that is understood
-
External data not already part of the program code. See
[
Pre-image hinting routes
](
#pre-image-hinting-routes
)
.
-
External data not already part of the program code. See
[
Pre-image hinting routes
](
#pre-image-hinting-routes
)
.
The communication happens over a simple request-response wire protocol,
The communication happens over a simple request-response wire protocol,
see
[
Pre-image communcation
](
#pre-image-communication
)
.
see
[
Pre-image commun
i
cation
](
#pre-image-communication
)
.
### Pre-image key types
### Pre-image key types
...
@@ -184,7 +184,7 @@ Hinting is implemented with a request-acknowledgement wire-protocol over a block
...
@@ -184,7 +184,7 @@ Hinting is implemented with a request-acknowledgement wire-protocol over a block
```
text
```
text
<request> := <length prefix> <hint bytes>
<request> := <length prefix> <hint bytes>
<re
ps
onse> := <ack>
<re
sp
onse> := <ack>
<length prefix> := big-endian uint32 # length of <hint bytes>
<length prefix> := big-endian uint32 # length of <hint bytes>
<hint bytes> := byte sequence
<hint bytes> := byte sequence
...
...
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