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

Do not create chain conduit every time new database is made. #1092

Closed cabrador closed 3 months ago

cabrador commented 4 months ago

Description

This PR fixes data race inside aida-vm. go test -race ./cmd/aida-vm -run TestVm_AllTransactionsAreProcessedInOrder_Parallel

Fixes # (issue)

Type of change