Concurrent statediff iteration #12

Merged
roysc merged 14 commits from use-concurrent-iterator into main 2023-09-22 08:44:38 +00:00
Showing only changes of commit 757b7ce426 - Show all commits

View File

@ -64,10 +64,6 @@ type StateDiffBuilder struct {
subtrieWorkers int subtrieWorkers int
} }
type iterPair struct {
Older, Newer trie.NodeIterator
}
type accountUpdate struct { type accountUpdate struct {
new sdtypes.AccountWrapper new sdtypes.AccountWrapper
oldRoot common.Hash oldRoot common.Hash