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
Anvil is an extremely useful tool for simulating a sequence of unsigned transactions and determining if any will revert. The eth_sendUnsignedTransaction appears to be without analogy in any other client/tool and is awesome! However, being able to simulate state diffs is important to many workflows as well.
Component
Anvil
Describe the feature you would like
Anvil is an extremely useful tool for simulating a sequence of unsigned transactions and determining if any will revert. The
eth_sendUnsignedTransaction
appears to be without analogy in any other client/tool and is awesome! However, being able to simulate state diffs is important to many workflows as well.Geth has several built in tracers, including one that is exceedingly useful called the
prestateTracer
.It would be great if Anvil could incorporate a similar tracer to provide state diffs for simulated, unsigned transactions.
Additional context
No response
The text was updated successfully, but these errors were encountered: