-
Notifications
You must be signed in to change notification settings - Fork 629
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 chunk nodes cache for TrieRecordingStorage
#6316
Comments
This issue has been automatically marked as stale because it has not had recent activity in the last 2 months. |
@Longarithm Could you elaborate on what you mean by:
For context, I need to implement this now to enable storage proof for stateless validation. Thanks! |
The issue was that Recently I made a change which allows calling |
Done in #9350 in other way. |
When we enable challenges,
fn apply
will need to work with bothTrieCachingStorage
andTrieRecordingStorage
, so we need to maintain correct nodes accounting in both of them.IMO it's a good idea to postpone it because the current architecture around
TrieStorage
is not optimal, but it is also easy to forget about.The text was updated successfully, but these errors were encountered: