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

Re-enable state root validation #138

Open
frisitano opened this issue Jan 15, 2025 · 0 comments
Open

Re-enable state root validation #138

frisitano opened this issue Jan 15, 2025 · 0 comments

Comments

@frisitano
Copy link
Collaborator

Describe the feature

As part of #135 and preceding PR's we disabled state root validation as we were running a node client with a MPT state root implementation against blocks that have a state root associated with a bmpt. This is being done in preparation for the migration from bmpt to mpt for scroll. After the migration to mpt is complete we should re-enable state root validation. This should be done by introducing a threshold for the mpt hardfork block number. We should not validate the state root for any blocks prior to the hardfork but we should validate for blocks after the hardfork. This will allow us to remove the skip-state-root feature gate.

Additional context

No response

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

No branches or pull requests

1 participant