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

Subcommands to import and export bonsai trie log data #7933

Open
garyschulte opened this issue Nov 26, 2024 · 1 comment
Open

Subcommands to import and export bonsai trie log data #7933

garyschulte opened this issue Nov 26, 2024 · 1 comment

Comments

@garyschulte
Copy link
Contributor

Description

Besu trie logs should be import / export friendly and have a standard format. Currently trielogs can be imported and exported manually via ldb, however this is cumbersome and requires specialist knowledge. The ability to import and export trie logs will aid in debugging and recreating historical states with the bonsai storage format.

Acceptance Criteria

  • standard file format for trie log data
  • subcommand to import trie log data from a file
  • subcommand to export trie log data to a file
@siladu
Copy link
Contributor

siladu commented Nov 27, 2024

Were you aware of @gfukushima's Trie Log Import/Export feature

TrieLogSubCommand.ExportTrieLog.class,
TrieLogSubCommand.ImportTrieLog.class
?

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

2 participants