Fantom-foundation / Aida

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

Add exception for blobGas exceed. #1199

Closed cabrador closed 1 month ago

cabrador commented 1 month ago

Description

This PR adds exception to geth-tests which causes tx-processing to fail early. According to the implementation in geth this must be done here.

Type of change