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
308ac94c
Unverified
Commit
308ac94c
authored
Feb 16, 2024
by
zhiqiangxu
Committed by
GitHub
Feb 15, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: fix a typo (#9556)
* fix * another * not -> neither
parent
3e44b619
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
pipeline.go
op-node/rollup/derive/pipeline.go
+1
-1
start.go
op-node/rollup/sync/start.go
+1
-1
config.go
op-program/host/config/config.go
+1
-1
No files found.
op-node/rollup/derive/pipeline.go
View file @
308ac94c
...
...
@@ -139,7 +139,7 @@ func (dp *DerivationPipeline) LowestQueuedUnsafeBlock() eth.L2BlockRef {
}
// Step tries to progress the buffer.
// An EOF is returned if the
re
pipeline is blocked by waiting for new L1 data.
// An EOF is returned if the pipeline is blocked by waiting for new L1 data.
// If ctx errors no error is returned, but the step may exit early in a state that can still be continued.
// Any other error is critical and the derivation pipeline should be reset.
// An error is expected when the underlying source closes.
...
...
op-node/rollup/sync/start.go
View file @
308ac94c
...
...
@@ -195,7 +195,7 @@ func FindL2Heads(ctx context.Context, cfg *rollup.Config, l1 L1Chain, l2 L2Chain
highestL2WithCanonicalL1Origin
=
n
}
}
else
{
// L1 origin n
ot
ahead of L1 head nor canonical, discard previous candidate and keep looking.
// L1 origin n
either
ahead of L1 head nor canonical, discard previous candidate and keep looking.
result
.
Unsafe
=
eth
.
L2BlockRef
{}
highestL2WithCanonicalL1Origin
=
eth
.
L2BlockRef
{}
}
...
...
op-program/host/config/config.go
View file @
308ac94c
...
...
@@ -38,7 +38,7 @@ type Config struct {
// If not set, an in-memory key-value store is used and fetching data must be enabled
DataDir
string
// L1Head is the block has of the L1 chain head block
// L1Head is the block has
h
of the L1 chain head block
L1Head
common
.
Hash
L1URL
string
L1BeaconURL
string
...
...
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