Concurrent statediff iteration #12
Labels
No Label
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/plugeth-statediff#12
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "use-concurrent-iterator"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Uses subtrie iterators to concurrently process the state trie.
Note that this builds on #11
WIP: Concurrent statediff iterationto Concurrent statediff iterationd61945fd3b
to35e3a38555
roysc referenced this pull request2023-09-01 20:54:18 +00:00
This looks good to me, provided we have the sort of comparison tests we mentioned in #11 so that we can be confident we are producing the output we expect.
35e3a38555
to00fbebb4b3
I wrote a tool to compare full statediff output by CID and verified the output against the original geth code: cerc-io/eth-statediff-compliance#2