Function reth_transaction_pool::validate::ensure_intrinsic_gas

source ยท
pub fn ensure_intrinsic_gas<T: EthPoolTransaction>(
    transaction: &T,
    fork_tracker: &ForkTracker,
) -> Result<(), InvalidPoolTransactionError>
Expand description

A TransactionValidator implementation that validates ethereum transaction. Ensures that gas limit of the transaction exceeds the intrinsic gas of the transaction.

Caution: This only checks past the Merge hardfork.