You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many accounts share the same bytecode (forks) so it's much more efficient only to track the code hash accompanied by a mapping from code hashes to the bytecodes. Basically, we should deduplicate any container of EvmAccount.
Many accounts share the same bytecode (forks) so it's much more efficient only to track the code hash accompanied by a mapping from code hashes to the bytecodes. Basically, we should deduplicate any container of
EvmAccount
.EvmStateTransitions
: see feat: deduplicate bytecodes in PevmResult #257 (review) for direction.InMemoryStorage
./blocks
The text was updated successfully, but these errors were encountered: