casper-network / casper-trie

Apache License 2.0
1 stars 0 forks source link

Find Missing Descendants #11

Closed xcthulhu closed 2 years ago

xcthulhu commented 2 years ago

This PR introduces find missing descendants.

In the long run we will reconsider this implementation and instead prefer the invariant we never store a trie without its descendants, but for now this WIP has a number of helpful improvements.