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

Fix eth tests prime #1124

Closed cabrador closed 2 months ago

cabrador commented 2 months ago

Description

This PR fixes vm-sdb ethtest tool. The bug was introduced by newest Carmen API which changed how BeginBlock and StartBulkload interacts with block numbers. Now that BeginBlock is necessary even for small database, this caused a block number issue when calling BeginBlock after priming.

Type of change