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
Currently, we replay each EVM transaction individually, which requires creating a new EVM emulator, a new BlockView, and to commit the changes in the end.
For blocks with large numbers of transactions, we could achieve a much better performance, by using the existing BatchRunTransactions API.