-
Notifications
You must be signed in to change notification settings - Fork 284
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
Configure Deneb on Goerli #7857
Conversation
@@ -71,6 +74,8 @@ EJECTION_BALANCE: 16000000000 | |||
MIN_PER_EPOCH_CHURN_LIMIT: 4 | |||
# 2**16 (= 65,536) | |||
CHURN_LIMIT_QUOTIENT: 65536 | |||
# [New in Deneb:EIP7514] 2**3 (= 8) | |||
MAX_PER_EPOCH_ACTIVATION_CHURN_LIMIT: 8 | |||
|
|||
|
|||
# Fork choice |
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.
Are we missing updating PROPOSER_SCORE_BOOST to 40?
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.
Yeah, think so. Changed it. But this is not DENEB specific, so it's weird it hasn't been changed.
ca7afd3
to
30681ca
Compare
MAX_BLOBS_PER_BLOCK: 6 |
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.
shouldn't be inherited from mainnet preset and not be specified here?
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.
(as per merged config in https://github.com/eth-clients/goerli/pull/178/files)
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.
very good catch, fixed
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
PR Description
Configuring Deneb on Goerli as per: eth-clients/goerli#178
Documentation
doc-change-required
label to this PR if updates are required.Changelog