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

tooling: export trie state through RPC endpoint #3597

Closed
EclesioMeloJunior opened this issue Nov 20, 2023 · 0 comments · Fixed by #3607
Closed

tooling: export trie state through RPC endpoint #3597

EclesioMeloJunior opened this issue Nov 20, 2023 · 0 comments · Fixed by #3607

Comments

@EclesioMeloJunior
Copy link
Member

Issue summary

  • Exporting the trie state through an RPC endpoint is a useful tool for node tests, and also for sync debugging.
    • We should able to export a file or data with the respective trie state for a certain block (if no block is given then return for the best block)
    • If the block was already pruned then use database info to create the trie and export it through the RPC endpoint

Other information and links

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 a pull request may close this issue.

2 participants