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
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
The text was updated successfully, but these errors were encountered:
Seems in
trace_replayBlockTransactions
historicaly we doibs.Reset()
andibs.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
The text was updated successfully, but these errors were encountered: