Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Erigon 3: Purified states repressentation (#13227)
Purifification of states works by pruning historical states from dangling nodes. The process is to collect all keys into a temporary MDBX with mapping `node -> layer` , then we iterate over each node again and remove all of them whose `node->layer` is not matching in the historical states DB. --------- Co-authored-by: alex.sharov <[email protected]>
- Loading branch information