Skip to content
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

Align config structure with other public testnet repositories #89

Merged
merged 2 commits into from
Sep 19, 2024

Conversation

pk910
Copy link
Member

@pk910 pk910 commented Aug 29, 2024

Align the metadata folder with the structure of other public testnets (holesky, devnets):

  • Add EL genesis configs (genesis.json, chainspec.json, besu.json)
  • Remove comments from bootstrap_nodes.txt (not allowed by some clients)
  • Add yaml version of cl bootnodes list: bootstrap_nodes.yaml (needed by some clients, with comments)
  • Add el bootnodes list as plain list (enodes.txt) and commented yaml (enodes.yaml)

I've tested the EL genesis files with 3 client pairs (geth/lighthouse, nethermind/lighthouse & besu/lighthouse).
All pairs were able to sync the sepolia chain with the supplied configs (without using the built in configs via --sepolia)

Rel:
mainnet: eth-clients/mainnet#1
holesky: eth-clients/holesky#111

@arnetheduck
Copy link
Contributor

cc @pk910 same here - we should not have duplicate yaml/txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants