test_top_level_halt_keeps_intrinsic_auth_state_gas()¶
Documentation for tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_set_code.py::test_top_level_halt_keeps_intrinsic_auth_state_gas@8acae1b0.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_set_code.py::test_top_level_halt_keeps_intrinsic_auth_state_gas --fork Amsterdam
Verify a top-level exceptional halt keeps the full authorization
state gas in the state dimension while the burned child spill stays
in the execution dimension: the header reports
max(gas_limit - auth_state, auth_state) regardless of the
spill shape burned inside the halted frame.
The tx gas limit sits below the EIP-7825 cap, so the reservoir is
empty and every state charge inside the halted frame spills from
gas_left.
Source code in tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_set_code.py
1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 | |
Parametrized Test Cases¶
This test generates 4 parametrized test cases across 1 fork.