Fantom-foundation / Aida

Aida is a block-processing testing infrastructure for EVM-compatible chains.
GNU Lesser General Public License v3.0
4 stars 12 forks source link

Call begin/end tx for historic transactions #1100

Closed cabrador closed 3 months ago

cabrador commented 3 months ago

Description

This PR fixes aida-rpc with adding calls to BeginTx and EndTx to temporaryArchivePrepper and correctly catching error from EVM (this error is not fatal could be expected - this is decided in rpcComparator).

Type of change