Skip to content

Spec

Documentation for tests/osaka/eip7825_transaction_gas_limit_cap/[email protected].

Defines EIP-7825 specification constants and functions.

Spec dataclass

Constants and helpers for the EIP-7825 Transaction Gas Limit Cap tests.

Source code in tests/osaka/eip7825_transaction_gas_limit_cap/spec.py
18
19
20
21
22
23
24
25
26
27
28
@dataclass(frozen=True)
class Spec:
    """
    Constants and helpers for the EIP-7825 Transaction Gas Limit Cap tests.
    """

    # Gas limit constants
    tx_gas_limit_cap = 2**24  # 16,777,216

    # Blob transaction constants
    blob_commitment_version_kzg = 1