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

Compute world state from plain account state #44

Closed
Tracked by #68
MegaRedHand opened this issue Jun 14, 2024 · 0 comments · Fixed by #122
Closed
Tracked by #68

Compute world state from plain account state #44

MegaRedHand opened this issue Jun 14, 2024 · 0 comments · Fixed by #122
Assignees
Labels
state-transition Issues related to execution and state calculation

Comments

@MegaRedHand
Copy link
Collaborator

MegaRedHand commented Jun 14, 2024

For this we need to fetch all account data from the DB (including storages), and merkleize it. More information in the Ethereum yellow paper.

@juanbono juanbono added this to the Read-only RPC Node milestone Jun 14, 2024
@mpaulucci mpaulucci added the state-transition Issues related to execution and state calculation label Jun 18, 2024
@MegaRedHand MegaRedHand moved this to Todo in ethrex_l1 Jul 1, 2024
@fmoletta fmoletta self-assigned this Jul 5, 2024
@MegaRedHand MegaRedHand moved this from Todo to In Progress in ethrex_l1 Jul 8, 2024
@fmoletta fmoletta moved this from In Progress to In Review in ethrex_l1 Jul 8, 2024
@github-project-automation github-project-automation bot moved this from In Review to Done in ethrex_l1 Jul 11, 2024
mpaulucci pushed a commit to mpaulucci/lambda_ethereum_rust that referenced this issue Oct 16, 2024
**Motivation**

Obtain world state from account info stored in db

**Description**

* Implement storage root computation
* Implement word state

<!-- Link to issues: Resolves lambdaclass#111, Resolves lambdaclass#222 -->

Closes lambdaclass#44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state-transition Issues related to execution and state calculation
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants