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 store storage values twice #190

Open
jwasinger opened this issue Feb 11, 2022 · 0 comments
Open

Don't store storage values twice #190

jwasinger opened this issue Feb 11, 2022 · 0 comments

Comments

@jwasinger
Copy link
Collaborator

jwasinger commented Feb 11, 2022

Currently, to make the implementation less invasive on the Geth codebase, storage values are stored twice:

It should be changed so that storage values are only stored once, each account's storage values are contiguous in the db, these values can be used to build the verkle proof (which will likely involve some metadata which maps the physical layout of storage values in the DB to their location in the suffix-tree level of the verkle tree.

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