What is required to use Foundry on different EVMs? #5128
Unanswered
timbrinded
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Absolutely love foundry as a project, but what parts are missing to allow testing against a non-ethereum mainnet EVM?
As we know, despite being EVM compatible, there are many small differences with L2s and side chains - namely OP codes, precompiles and other non -standard behaviour.
I’d love to be able to use Foundry’s solidity fuzzing tests against an alt EVM. Which component needs to be forked or extended so that the state transition function can be rapidly tested without having to go through the entire e2e RPC workflow?
Beta Was this translation helpful? Give feedback.
All reactions