-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove l1 block, close resources #2242
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - good spot on the block stream in dataservice
@@ -28,8 +28,8 @@ DENEB_FORK_VERSION: 0x20000093 | |||
ELECTRA_FORK_VERSION: 0x20000094 | |||
|
|||
# Time parameters | |||
SECONDS_PER_SLOT: 12 | |||
SLOTS_PER_EPOCH: 6 | |||
SECONDS_PER_SLOT: 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change brings down the geth startup to ~35s ( from 2mins)
@@ -63,5 +61,5 @@ func SetupSysOut() { | |||
if err != nil { | |||
panic(err) | |||
} | |||
testlog = gethlog.New(log.CmpKey, log.TestLogCmp) | |||
testlog = gethlog.New() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was noise
Why this change is needed
What changes were made as part of this PR
types.Header
instead ofBlock
in our production code and avoid reading the full blocksunknown event
PR checks pre-merging
Please indicate below by ticking the checkbox that you have read and performed the required
PR checks