You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: