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

Change genesis tools to create merged genesis by default #10

Merged
merged 4 commits into from
Oct 26, 2022

Conversation

parithosh
Copy link
Member

  • Updates Dockerfile to use protolambda's genesis-generator again
  • Changes TTD and Merge fork block to 0
  • Removes clique support as we do merged genesis
  • Adds timestamp to EL genesis
  • Modifies values.env to have more template values
  • Updates entrypoint.sh

@skylenet
Copy link
Member

Since ethereum has been merged already, this tool will start building the genesis state based on a PoS based network. This will facilitate testing for further ethereum forks.

If someone wants to test and generate testnets for pre-merge testnets and go through the merge again they'll have to use a previous version of the code. I've tagged the code just in case someone wants to find the right commit: https://github.com/skylenet/ethereum-genesis-generator/releases/tag/pre-merge

MIN_GENESIS_TIME: 0
GENESIS_FORK_VERSION: 0x13001020
GENESIS_DELAY: 120
MIN_GENESIS_TIME: $CL_TIMESTAMP
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@parithosh This env var does not appear in the values.env. Is that expected?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I think i need to rename it to GENESIS_TIMESTAMP to keep it standard. Thank you!

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.

None yet

4 participants