-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add local simulation feature #3
Comments
In my experience, the really annoying part of REVM simulation is the setup. It would be really cool to have a standardized way of easily fetching the needed storage slots for protocol-specific simulations. Might build something on top of ethers-reth so everything can be fetched locally really quickly. |
We are cooking on this |
fire, using revm or transpiled rust? |
Ik @Will-Smith11 is working on this & it should be miles faster than revm, you guys should talk |
@FrankieIsLost part of why I suggested #63 was to get this into what we're building in our new crate arbiter-engine This is slowly building up, but the strategy interface provided here is great for building agents for our simulations as well as providing a testbed those using Artemis. Would love to be doing this collaboratively! |
It's been a while @0xvanbeethoven, what's the status on this? |
Many strategies can benefit from running local EVM simulations. It would be useful to build a component that allows strategies to leverage this using REVM.
The text was updated successfully, but these errors were encountered: