in anvil to fork a network, run a bunch of transactions/calls, then extract all of the state that was touched during runtime. Then later USE all of that state without forking #10319
Unanswered
davidmurdoch
asked this question in
Help
Replies: 1 comment
-
Have you tried Anvil's |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way in anvil to fork a network, run a bunch of transactions/calls, then extract all of the state that was touched during runtime. Then later USE all of that state without forking.
ganache
had the--fork
and--db
options, and it could almost do this (it had a few bugs that prevented it from working perfectly -- I would know... I wrote the bugs).Is there anything like this in anvil? Or maybe a way to persist all accessed state so that when started up without forking it can use this state?
Beta Was this translation helpful? Give feedback.
All reactions