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

levm: think about logic of getting accounts and their storage #1051

Open
JereSalo opened this issue Nov 1, 2024 · 0 comments
Open

levm: think about logic of getting accounts and their storage #1051

JereSalo opened this issue Nov 1, 2024 · 0 comments
Labels
levm Lambda EVM implementation

Comments

@JereSalo
Copy link
Contributor

JereSalo commented Nov 1, 2024

Currently when we get the storage slot of a given address and key, we not only get the storage slot from the database, but we also retrieve the account info with it.
That action warms the storage slot and also the account info. This behavior may be the wrong one.
Maybe what we have to do is just warm the storage slot but not the account info. In this case we should change the logic of our access to accounts.

@JereSalo JereSalo added the levm Lambda EVM implementation label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
levm Lambda EVM implementation
Projects
Status: No status
Development

No branches or pull requests

1 participant