1. 15 Feb, 2022 1 commit
    • Gary Rong's avatar
      trie: implement NodeBlob API for trie iterator · 55430b6e
      Gary Rong authored
      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.
      55430b6e
  2. 14 Feb, 2022 2 commits
  3. 08 Feb, 2022 2 commits
  4. 07 Feb, 2022 1 commit
  5. 04 Feb, 2022 1 commit
  6. 02 Feb, 2022 3 commits
  7. 01 Feb, 2022 3 commits
  8. 31 Jan, 2022 4 commits
  9. 28 Jan, 2022 1 commit
  10. 27 Jan, 2022 3 commits
  11. 25 Jan, 2022 4 commits
  12. 24 Jan, 2022 7 commits
  13. 21 Jan, 2022 4 commits
  14. 20 Jan, 2022 3 commits
  15. 18 Jan, 2022 1 commit