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 invalid transaction bytes. #1200

Closed cabrador closed 1 month ago

cabrador commented 1 month ago

Description

This PR adds exception when transaction-hash incorrect. According to this code - this exception should not even allow the transaction being processed.

Type of change