Open
11 of 16 issues completedDescription
Describe the feature
"Last mile" of the state root calculation process consists of:
- Revealing the final multiproofs
- Updating the sparse trie (inserting, modifying, deleting leaves)
- Calculating the RLP node hashes
On this profile with the screenshot below, the selected portion of the timeline is the SparseTrieTask
working after EVM execution has finished in the Tree Task
thread
This issue collects all the optimizations and improvements we do to minimize the time spent doing that "last mile" of state root calculation.
Additional context
No response
Sub-issues
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Tracking