-
Notifications
You must be signed in to change notification settings - Fork 305
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
Add deneb config for Chiado #7886
Conversation
fixes Consensys#7871 Signed-off-by: Paul Harris <paul.harris@consensys.net>
Signed-off-by: Paul Harris <paul.harris@consensys.net>
Theres probably a few things to push up stream so that there's less changes in this between the published and our version... |
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.
You probably need to add a line like this too https://github.com/ConsenSys/teku/blob/5ac9458e040f900cf61d164ff8084176239d22db/ethereum/networks/src/main/java/tech/pegasys/teku/networks/Eth2NetworkConfiguration.java#L653
Also we could update gnosis deneb settings, but it could be done in separate PR
ethereum/spec/src/main/resources/tech/pegasys/teku/spec/config/configs/chiado.yaml
Outdated
Show resolved
Hide resolved
Ultimately what i want is to be able to have https://github.com/gnosischain/configs/blob/main/chiado/config.yaml in our chiado.yaml, but its very different currently...
It does look like I missed To me the 2 missing sections, and probably MAX_PER_EPOCH_ACTIVATION_CHURN_LIMIT should all be in the config source we copy... |
just on RANDOM_SUBNETS_PER_VALIDATOR, that flags as an unknown option:
This looks to be because: |
this option was outdated with spec changes see #7341 |
Signed-off-by: Paul Harris <paul.harris@consensys.net>
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.
You probably need to add a line like this too https://github.com/ConsenSys/teku/blob/5ac9458e040f900cf61d164ff8084176239d22db/ethereum/networks/src/main/java/tech/pegasys/teku/networks/Eth2NetworkConfiguration.java#L653
ethereum/spec/src/main/resources/tech/pegasys/teku/spec/config/configs/chiado.yaml
Outdated
Show resolved
Hide resolved
yes but now we have a test that will break ;) |
Signed-off-by: Paul Harris <paul.harris@consensys.net>
Signed-off-by: Paul Harris <paul.harris@consensys.net>
@rolfyone thanks for noticing, the chiado config was not updated to the latest set of keys. Now fixed with |
Signed-off-by: Paul Harris <paul.harris@consensys.net>
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
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. Added some minor suggestions according to recent changes in gnosischain/configs#31
ethereum/spec/src/main/resources/tech/pegasys/teku/spec/config/configs/chiado.yaml
Outdated
Show resolved
Hide resolved
ethereum/spec/src/main/resources/tech/pegasys/teku/spec/config/configs/chiado.yaml
Outdated
Show resolved
Hide resolved
ethereum/spec/src/main/resources/tech/pegasys/teku/spec/config/configs/chiado.yaml
Outdated
Show resolved
Hide resolved
oh awesome - that makes sense then... thanks! |
…/configs/chiado.yaml Co-authored-by: 4rgon4ut <59182467+4rgon4ut@users.noreply.github.com>
…/configs/chiado.yaml Co-authored-by: 4rgon4ut <59182467+4rgon4ut@users.noreply.github.com>
…/configs/chiado.yaml Co-authored-by: 4rgon4ut <59182467+4rgon4ut@users.noreply.github.com>
fixes #7871
Documentation
doc-change-required
label to this PR if updates are required.Changelog