Activity
avoid changing types, leave mut where previously, avoid unnecessary mut
avoid changing types, leave mut where previously, avoid unnecessary mut
revert get_or_insert_map workaround
revert get_or_insert_map workaround
prefer EnvRef over EnvMut
prefer EnvRef over EnvMut
evaluate how to add handles
evaluate how to add handles
scaffold handler
scaffold handler
restructure, move out of utils into evm, precompiles and future handlers
restructure, move out of utils into evm, precompiles and future handlers
impl traits for FoundryEvm
impl traits for FoundryEvm
continue adding custom FoundryEvm
continue adding custom FoundryEvm
fix inspectorext
fix inspectorext
more interpreter type fixes
more interpreter type fixes
imports, minor fixes, there is no equivalent of AuthorizationList - r…
imports, minor fixes, there is no equivalent of AuthorizationList - r…
revert to type instead of struct, investigating handlers
revert to type instead of struct, investigating handlers
start working on create2 handler
start working on create2 handler
continue fixing type issues, handler abstraction
continue fixing type issues, handler abstraction
add odyssey precompile
add odyssey precompile
fix JournaledState = JournalInner<JournalEntry>
fix JournaledState = JournalInner<JournalEntry>
add journaledstate types, fix env types
add journaledstate types, fix env types
try adding handler, inspector
try adding handler, inspector