-
Notifications
You must be signed in to change notification settings - Fork 1
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
Extend Scout with Phase 2 Simulation, Long running #1
Comments
Would there be value in having an API to trigger block production, instead of a timer? Would make reproducible runs easier. |
Yeah for sure - I think a configuration can handle both cases. |
Now that we have a skeleton implementation over at quilt/simulation, I have a couple more follow up questions:
|
Build Phase 1 & 2 Into Scout (or Truffle of Eth 2)
Here is a general roadmap/structure of how you may integrate a phase 2 simulation. This should essentially end up being what we describe as the "truffle" for eth 2. Here are simple steps to expand what scout is currently to accomplish this long running simulation.
“Genesis State” (can be part of the harness tooling). At this point, data should be kept in memory. No need for a persistent store. The genesis state would already have execution environment code preloaded.
The text was updated successfully, but these errors were encountered: