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

Cancun eth tests #1135

Open cabrador opened 1 month ago

cabrador commented 1 month ago

Description

This PR adds creating BlockContext before transaction execution and allows passing dynamic ChainConfig to transaction execution. Both of these new features are necessary by Cancun tests inside eth-tests.

TODO:

Type of change