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

trie: implement NodeBlob API for trie iterator #24391

Merged
merged 1 commit into from Feb 15, 2022

Commits on Feb 15, 2022

  1. trie: implement NodeBlob API for trie iterator

    This functionality is needed in new path-based storage scheme, but
    can be implemented in a seperate PR though.
    
    When an account is deleted, then all the storage slots should be
    nuked out from the disk as well. In hash-based storage scheme they
    are still left in the disk but in new scheme, they will be iterated
    and marked as deleted.
    
    But why the NodeBlob API is needed in this scenario? Because when
    the node is marked deleted, the previous value is also required to
    be recorded to construct the reverse diff.
    rjl493456442 committed Feb 15, 2022
    Copy the full SHA
    55430b6 View commit details
    Browse the repository at this point in the history