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
feat: support EVM interpreter for cast run (#1168)
* support evm interpreter
* support cast
* cleanup
* fmt
* remove print
* clippy
* update Cargo.lock
* use evm-interpreter aware transact_with_env instead fo deploy_with_env
* fmt
* fmt
* handle transact_to address for CALLs
* fix test
* add test
* add test for cast run with evm interpreter
* Add gas comparison and fix interpreter not being used
* Remove force EVM interpreter override in cast run
* fix conflict resolution
* remove raw logs and fix test list
---------
Co-authored-by: jrigada <[email protected]>
Co-authored-by: Juan Rigada <[email protected]>
0 commit comments