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
416cdccd
Unverified
Commit
416cdccd
authored
Feb 27, 2024
by
zhiqiangxu
Committed by
GitHub
Feb 26, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some spec links (#9657)
parent
e93bda08
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
cannon/docs/README.md
+1
-1
README.md
op-node/README.md
+1
-1
channel_out.go
op-node/rollup/derive/channel_out.go
+1
-1
No files found.
cannon/docs/README.md
View file @
416cdccd
...
@@ -45,7 +45,7 @@ There are 3 types of witness data involved in onchain execution:
...
@@ -45,7 +45,7 @@ There are 3 types of witness data involved in onchain execution:
### Packed State
### Packed State
The Packed State is provided in every executed onchain instruction.
The Packed State is provided in every executed onchain instruction.
See
[
Cannon VM Specs
](
https://github.com/ethereum-optimism/specs/blob/main/specs/cannon-fault-proof-vm.md#state
)
for
See
[
Cannon VM Specs
](
https://github.com/ethereum-optimism/specs/blob/main/specs/
experimental/fault-proof/
cannon-fault-proof-vm.md#state
)
for
details on the state structure.
details on the state structure.
The packed state is small! The
`State`
data can be packed in such a small amount of EVM words,
The packed state is small! The
`State`
data can be packed in such a small amount of EVM words,
...
...
op-node/README.md
View file @
416cdccd
# op-node
# op-node
This is the reference implementation of the
[
rollup-node spec
](
https://github.com/ethereum-optimism/specs/blob/main/specs/rollup-node.md
)
.
This is the reference implementation of the
[
rollup-node spec
](
https://github.com/ethereum-optimism/specs/blob/main/specs/
protocol/
rollup-node.md
)
.
## Compiling
## Compiling
...
...
op-node/rollup/derive/channel_out.go
View file @
416cdccd
...
@@ -22,7 +22,7 @@ var ErrChannelOutAlreadyClosed = errors.New("channel-out already closed")
...
@@ -22,7 +22,7 @@ var ErrChannelOutAlreadyClosed = errors.New("channel-out already closed")
// This is the fixed overhead frame size, calculated as specified
// This is the fixed overhead frame size, calculated as specified
// in the [Frame Format] specs: 16 + 2 + 4 + 1 = 23 bytes.
// in the [Frame Format] specs: 16 + 2 + 4 + 1 = 23 bytes.
//
//
// [Frame Format]: https://github.com/ethereum-optimism/
optimism/blob/develop/specs
/derivation.md#frame-format
// [Frame Format]: https://github.com/ethereum-optimism/
specs/blob/main/specs/protocol
/derivation.md#frame-format
const
FrameV0OverHeadSize
=
23
const
FrameV0OverHeadSize
=
23
var
CompressorFullErr
=
errors
.
New
(
"compressor is full"
)
var
CompressorFullErr
=
errors
.
New
(
"compressor is full"
)
...
...
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