-
Notifications
You must be signed in to change notification settings - Fork 142
Conversation
Proposing to make this repo the canonical one (over eth2-networks repo). Here a PR that makes this loadable from Nimbus (we need the block hash file): |
The `eth2-networks` repo often receives metadata updates with a delay. Switch to `goerli` repo to obtain the latest config (Dencun scheduling) when it is updated. This is in line with how Sepolia / Holesky work. - eth-clients/goerli#178
I could be wrong, but when i loaded it to teku we were missing all the deneb config:
and the validator cycle change:
Is everyone else getting these fields from elsewhere? |
The pr was missing some config I think, I had to add a bunch of Deneb fields that were flagged missing in tests. Ref. eth-clients/goerli#178 Signed-off-by: Paul Harris <paul.harris@consensys.net>
The fields are initialized from the |
@rolfyone yea we generally keep adding fields to our mainnet @parithosh what is the strategy for generating and keep the configs for testnets? all fields are generated and maintained or only those which are overriden? |
Newer testnets are all generated from here: https://github.com/ethpandaops/ethereum-genesis-generator/blob/master/config-example/cl/config.yaml The older ones like goerli are just manually updated, so we try to keep it up to date with: https://github.com/ethereum/consensus-specs/blob/dev/configs/mainnet.yaml . Its extremely likely that the last time we updated it was during the withdrawals fork. Definitely worth updating the PR to include all the fields in the config explicitly. |
LGTM! |
The `eth2-networks` repo often receives metadata updates with a delay. Switch to `goerli` repo to obtain the latest config (Dencun scheduling) when it is updated. This is in line with how Sepolia / Holesky work. - eth-clients/goerli#178
The `eth2-networks` repo often receives metadata updates with a delay. Switch to `goerli` repo to obtain the latest config (Dencun scheduling) when it is updated. This is in line with how Sepolia / Holesky work. - eth-clients/goerli#178
see: