-
Notifications
You must be signed in to change notification settings - Fork 129
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
implement store/load of child trie from DB #1490
Labels
Epic
Issue used to track development status of a complex feature, aggregates several issues
Comments
Closed
kishansagathiya
added a commit
that referenced
this issue
Dec 16, 2021
@danforbes why was this reopened? |
Because I turned it into an Epic to track #2171 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
GetStorageChild
orGetStorageFromChild
is called (in state.StorageState) It fails to load child trie from DB.Store
andWriteDirty
should be updated to write the child tries to the databaseLoad
should be updated to load the child tries from the database and store them in memoryTo Reproduce
Steps to reproduce the behavior:
Log output
Log Output
Specification
The text was updated successfully, but these errors were encountered: