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

kaustinen: reorg through the transition is broken #271

Open
gballet opened this issue Sep 14, 2023 · 1 comment
Open

kaustinen: reorg through the transition is broken #271

gballet opened this issue Sep 14, 2023 · 1 comment

Comments

@gballet
Copy link
Owner

gballet commented Sep 14, 2023

This has been found while trying to sync an already-converted network: the syncing node creates its own block, which is at a timestamp > pragueTime, so it performs the transition. Then the CL starts, finds the rest of the network, and sends an FCU that triggers a reorg. But since the started value is already active in the StateDB, it will try to produce a block in verkle mode, when it should not, and the root mismatch error will be shown.

@gballet
Copy link
Owner Author

gballet commented Sep 14, 2023

instructions to reproduce from Gajinder:

pull spindevnets , and in fork-scheduler.sh, set VERGE_EPOCH=0, it will set transition at block 1 without making EL genesis verge
basically will set pragueTime > genesis timestamp but < network genesis time (actually 1 hour before network genesis time)

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

No branches or pull requests

1 participant