-
Notifications
You must be signed in to change notification settings - Fork 756
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
Flatten DB #2980
base: master
Are you sure you want to change the base?
Flatten DB #2980
Conversation
Side note: VM is definitely the wrong package, that's clear I guess, assuming a bit this is just for testing? Just to point out, so that this doesn't "settle at the wrong place" 😋, I know though that this is very very early. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. |
…norepo into feature/flat-db
…to feature/flat-db
…to feature/flat-db
…to feature/flat-db
…to feature/flat-db
…norepo into feature/flat-db
…norepo into feature/flat-db
The aim of this change is to implement a flat database design for keeping state data in. This work will be integrated with the snap sync implementation for keeping snapshots of the latest 128 states. This work picks up where #780 left off. The goal is to first implement the
StackTrie
structure, then to implement theSnapshot
and database wrapper necessary for data persistence.