re-visit: trace_replayBlockTransactions after e3 release #12607
Open
Description
opened on Nov 4, 2024
Seems in trace_replayBlockTransactions
historicaly we do ibs.Reset()
and ibs.CommitBlock()
after each Txn exec.
Probably this API must work as "whole block replay - not individual txs replay".
But for compatibility with Infura and Erigon2 we did: https://github.com/erigontech/erigon/pull/12598/files
Activity