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

rpcdaemon: state access using temporal KV #2074

Closed
8 tasks done
canepat opened this issue Jun 4, 2024 · 0 comments
Closed
8 tasks done

rpcdaemon: state access using temporal KV #2074

canepat opened this issue Jun 4, 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 Jun 4, 2024

One of the main features of Erigon3 is moving most of the state content and its validity proofs (i.e. account/storage/code/commitment) to snapshot flat files. This change is also associated with an extension of the KV internal gRPC interface, named temporal KV.
It becomes natural using such temporal KV as a basis for porting our RPCDaemon module into the Erigon3 realm: first of all, implementing the out-of-process access, then switching to the embedded in-process version (this will require full support for Erigon3 snapshots).

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

@canepat canepat added erigon3 Erigon3 feature meta High-level issue for for tracking many implementation issues labels Jun 4, 2024
@canepat canepat self-assigned this Jun 4, 2024
@canepat canepat closed this as completed Sep 6, 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