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

Fix race between prysmctl and geth genesis #21

Merged
merged 1 commit into from
May 2, 2023

Conversation

kasey
Copy link
Contributor

@kasey kasey commented May 1, 2023

If geth initializes genesis before prysmctl completes, it will most likely startup with the a shanghai fork timestamp in the past, causing it to ignore beacon node FCU from bellatrix and creating a split between the two services. This change makes a service order dependency between geth-genesis and create-beacon-chain-genesis to make sure all services see the same relative timestamps.

@rauljordan rauljordan merged commit 93a763f into OffchainLabs:master May 2, 2023
0xWilliamWang pushed a commit to 0xWilliamWang/geth-prysm-optimism-rollup-dmeo that referenced this pull request Sep 12, 2024
Fix race between prysmctl and geth genesis
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