Skip to content

Spec

Documentation for tests/prague/eip7623_increase_calldata_cost/spec.py@8db70f93.

Defines EIP-7623 specification constants and functions.

Spec dataclass

Parameters from the EIP-7623 specifications as defined at https://eips.ethereum.org/EIPS/eip-7623.

Source code in tests/prague/eip7623_increase_calldata_cost/spec.py
20
21
22
23
24
25
26
27
28
@dataclass(frozen=True)
class Spec:
    """
    Parameters from the EIP-7623 specifications as defined at
    https://eips.ethereum.org/EIPS/eip-7623.
    """

    TX_DATA_TOKEN_STANDARD = 4
    TX_DATA_TOKEN_FLOOR = 10