-
Notifications
You must be signed in to change notification settings - Fork 10
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
Schedule capella for chiado #11
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
etan-status
added a commit
to status-im/nimbus-eth2
that referenced
this pull request
May 10, 2023
Bump Gnosis config to schedule Capella. ``` CAPELLA_FORK_EPOCH: 244224 # Wed May 24 2023 13:12:00 GMT+0000 ``` gnosischain/configs#11
etan-status
added a commit
to status-im/nimbus-eth2
that referenced
this pull request
May 10, 2023
Bump Gnosis config to schedule Capella. ``` CAPELLA_FORK_EPOCH: 244224 # Wed May 24 2023 13:12:00 GMT+0000 ``` gnosischain/configs#11
etan-status
added a commit
to status-im/nimbus-eth2
that referenced
this pull request
May 10, 2023
``` MAX_WITHDRAWALS_PER_PAYLOAD* = 8 MAX_VALIDATORS_PER_WITHDRAWALS_SWEEP* = 8192 ``` gnosischain/configs#11
etan-status
added a commit
to status-im/nimbus-eth2
that referenced
this pull request
May 10, 2023
``` MAX_WITHDRAWALS_PER_PAYLOAD* = 8 MAX_VALIDATORS_PER_WITHDRAWALS_SWEEP* = 8192 ``` gnosischain/configs#11
etan-status
added a commit
to status-im/nimbus-eth2
that referenced
this pull request
May 11, 2023
``` MAX_WITHDRAWALS_PER_PAYLOAD* = 8 MAX_VALIDATORS_PER_WITHDRAWALS_SWEEP* = 8192 ``` gnosischain/configs#11
yperbasis
added a commit
to erigontech/erigon
that referenced
this pull request
May 16, 2023
dapplion
added a commit
to dappnode/DAppNodePackage-lodestar-chiado
that referenced
this pull request
May 17, 2023
dapplion
added a commit
to dappnode/DAppNodePackage-prysm-chiado
that referenced
this pull request
May 17, 2023
dapplion
added a commit
to dappnode/DAppNodePackage-lighthouse-chiado
that referenced
this pull request
May 17, 2023
This was referenced May 17, 2023
bors bot
pushed a commit
to sigp/lighthouse
that referenced
this pull request
May 19, 2023
## Issue Addressed N/A ## Proposed Changes Gnosis preset values have been updated from previous placeholder values. This changes are required for chiado since it inherits the preset from gnosis mainnet. - preset values update PR ref: gnosischain/configs#11 ## Additional Info N/A
ghost
pushed a commit
to oone-world/lighthouse
that referenced
this pull request
Jul 13, 2023
## Issue Addressed N/A ## Proposed Changes Gnosis preset values have been updated from previous placeholder values. This changes are required for chiado since it inherits the preset from gnosis mainnet. - preset values update PR ref: gnosischain/configs#11 ## Additional Info N/A
Woodpile37
pushed a commit
to Woodpile37/lighthouse
that referenced
this pull request
Jan 6, 2024
N/A Gnosis preset values have been updated from previous placeholder values. This changes are required for chiado since it inherits the preset from gnosis mainnet. - preset values update PR ref: gnosischain/configs#11 N/A
Woodpile37
pushed a commit
to Woodpile37/lighthouse
that referenced
this pull request
Jan 6, 2024
N/A Gnosis preset values have been updated from previous placeholder values. This changes are required for chiado since it inherits the preset from gnosis mainnet. - preset values update PR ref: gnosischain/configs#11 N/A
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Chiado
Schedule capella for Chiado, for Wed May 24 2023 13:12:00 GMT+0000
Param setting
MAX_WITHDRAWALS_PER_PAYLOAD
: Set to 8 to require ~500,000 gas on the normal case and 750,000 on worst case (ref Estimate gas for withdrawals deposit-contract#27). It results in ~22h for the partial withdrawal pointer to loop at current validator set sizeMAX_VALIDATORS_PER_WITHDRAWALS_SWEEP
: Reduce param by half to match the same time slot rate as Ethereum❗ NOTE: Preset changes apply to Chiado and Gnosis mainnet