Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(lib/trie): atomic tracked merkle values (#2876)
- 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