mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-29 07:55:47 +00:00
555273495b
This PR implements a differenceIterator, which allows iterating over trie nodes that exist in one trie but not in another. This is a prerequisite for most GC strategies, in order to find obsolete nodes.