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
c340c30d
Unverified
Commit
c340c30d
authored
Feb 03, 2023
by
mergify[bot]
Committed by
GitHub
Feb 03, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4837 from ethereum-optimism/ajsutton/typos
chore(op-node): Fix two typos
parents
b1e0f816
c42d3e76
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
attributes_queue.go
op-node/rollup/derive/attributes_queue.go
+1
-1
engine_queue.go
op-node/rollup/derive/engine_queue.go
+1
-1
No files found.
op-node/rollup/derive/attributes_queue.go
View file @
c340c30d
...
...
@@ -20,7 +20,7 @@ import (
// It also buffers batches that have been output because multiple batches can
// be created at once.
//
// This stage can be reset by clearing it
'
s batch buffer.
// This stage can be reset by clearing its batch buffer.
// This stage does not need to retain any references to L1 blocks.
type
AttributesBuilder
interface
{
...
...
op-node/rollup/derive/engine_queue.go
View file @
c340c30d
...
...
@@ -517,7 +517,7 @@ func (eq *EngineQueue) ConfirmPayload(ctx context.Context) (out *eth.ExecutionPa
return
nil
,
BlockInsertPrestateErr
,
fmt
.
Errorf
(
"cannot complete payload building: not currently building a payload"
)
}
if
eq
.
buildingOnto
.
Hash
!=
eq
.
unsafeHead
.
Hash
{
// E.g. when safe-attributes consolidation fails, it will drop the existing work.
eq
.
log
.
Warn
(
"engine is building block that reorgs previous usafe head"
,
"onto"
,
eq
.
buildingOnto
,
"unsafe"
,
eq
.
unsafeHead
)
eq
.
log
.
Warn
(
"engine is building block that reorgs previous u
n
safe head"
,
"onto"
,
eq
.
buildingOnto
,
"unsafe"
,
eq
.
unsafeHead
)
}
fc
:=
eth
.
ForkchoiceState
{
HeadBlockHash
:
common
.
Hash
{},
// gets overridden
...
...
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