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

Don't save roots of the coins, messages, contract into temporary tables #1734

Closed
xgreenx opened this issue Mar 5, 2024 · 0 comments · Fixed by #1737
Closed

Don't save roots of the coins, messages, contract into temporary tables #1734

xgreenx opened this issue Mar 5, 2024 · 0 comments · Fixed by #1737
Assignees

Comments

@xgreenx
Copy link
Collaborator

xgreenx commented Mar 5, 2024

          It seems we don't need a separate `process` step during regenesis, and we can simply iterate over the storage for coins, messages, and contracts, and call the `root` function. It will speed up the most critical part of interaction and slow down the last step that creates a genesis block.

It can be done in the follow up PR.

Originally posted by @xgreenx in #1693 (comment)

xgreenx pushed a commit that referenced this issue Mar 6, 2024
Closes #1734

Removes the temporary tables for calculating genesis block roots.
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