-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
feat: Stream data from db, build snapshot incrementally #1516
feat: Stream data from db, build snapshot incrementally #1516
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking good. Is the intention to merge this into master after the parent branch gets merged?
Co-authored-by: Brandon Kite <[email protected]>
Merging anything into Currently, the PRs look something like this: |
b3f2098
into
feature/stream-genesis-state
The snapshot command will now iterate over the chain state and write it in batches to parquet files or JSON, depending on the CLI parameter passed.
The state and balances are still present in
ContractConfig
. They will be removed when we finish the snapshot reading part.