Open
Description
Why
we currently copy the dict of storage trie in begin_transaction
into the original_storage_tries if it's not already set, this operation might be expensive, we will profile its step usage.
What
switch from dict_copy
to copy_trie logic and add a 'rebase' strategy such that all the reads on the original_storage_trie are "merged" into the final state dicts
How
TBD
Metadata
Metadata
Assignees
Type
Projects
Status
Backlog