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

Subcommand to recreate state trie from flat db #7934

Open
garyschulte opened this issue Nov 26, 2024 · 0 comments
Open

Subcommand to recreate state trie from flat db #7934

garyschulte opened this issue Nov 26, 2024 · 0 comments

Comments

@garyschulte
Copy link
Contributor

Description

In support of a faster full sync method using deferred state building, besu will benefit from creating a storage subcommand that rebuilds the state trie from flat db. This will aid in testing the state-trie-less full sync method, and bootstrap the code that will be used to rebuild the state trie once the state-trie-less sync method completes.

Acceptance Criteria

  • generic functionality to rebuild the state trie from the flat db in a DiffBased world state
  • Subcommand to trigger from the CLI the rebuild of the state trie from flat db
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