Skip to content

EIP-7981: missing test for tx.gas_limit between intrinsic and calldata floor #2800

@chfast

Description

@chfast

The EIP-7981 fixtures do not include a transaction with intrinsic_gas_cost ≤ tx.gas_limit < data_floor_gas_cost (e.g., a small access list combined with enough zero-byte calldata to push the floor above intrinsic), which should be rejected as INTRINSIC_GAS_TOO_LOW because validity requires gas_limit ≥ max(intrinsic, floor).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions