Refrain from starting anvil-zksync
instance after replay-tx
#521
Labels
good first issue 🐣
Good for newcomers (based on difficulty)
Description
Currently when users make use of replaying a transaction, an instance of anvil-zksync is started there after.
Solution
Do not start an instance of anvil-zksync after replaying the transaction. Making it easier to review the details of the replayed transaction.
This would basically mean having node setup, executor spawned, and applying the replay transactions within:
And then exit. May need to think about refactoring
main.rs
before otherwise it would be a lot of redundant code betweenCommand::ReplayTx
andCommand::Fork
|Run
.The text was updated successfully, but these errors were encountered: