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

Execution over state snapshots #2313

Open
8 tasks
canepat opened this issue Sep 6, 2024 · 0 comments
Open
8 tasks

Execution over state snapshots #2313

canepat opened this issue Sep 6, 2024 · 0 comments
Assignees
Labels
erigon3 Erigon3 feature meta High-level issue for for tracking many implementation issues

Comments

@canepat
Copy link
Member

canepat commented Sep 6, 2024

One of the main features of Erigon3 is moving most of the state content (i.e. account/storage/code) and its validity proof (i.e. commitment) to snapshot flat files. This architectural change requires deep modifications also to the data model in the database (e.g. state history indexing) and to the execution staged pipeline.

This is the main tracking issue. Individual issues are listed below:

Transaction-level execution

  • db: state snapshots #2312
  • porting execution integration tests from E2 to E3
  • new state data model in MDBX (i.e. different state tables)
  • transaction-level state history granularity

Block-level execution

  • new MPT algorithm implementation
  • collapse execution and post-execution stages in staged pipeline
  • in-process Temporal API endpoints (local)
  • out-of-process Temporal API endpoints (remote)
@canepat canepat added erigon3 Erigon3 feature meta High-level issue for for tracking many implementation issues labels Sep 6, 2024
@canepat canepat self-assigned this Sep 6, 2024
@canepat canepat changed the title Block execution over state snapshots Execution over state snapshots Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
erigon3 Erigon3 feature meta High-level issue for for tracking many implementation issues
Projects
None yet
Development

No branches or pull requests

1 participant