Skip to content

Commit

Permalink
feat(lib/trie): atomic tracked merkle values (#2876)
Browse files Browse the repository at this point in the history
- Create local `pendingDeletedMerkleValues` set and inject it from any exported trie methods to unexported functions.
- Move values from `pendingDeletedMerkleValues` to the trie `deletedMerkleValues` field **if** the exported method fully succeeds
  • Loading branch information
qdm12 committed Oct 12, 2022
1 parent 17517ea commit 1c4174c
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 94 deletions.
Loading

0 comments on commit 1c4174c

Please sign in to comment.