test_calldata_floor_higher_than_execution_with_state_ops()¶
Documentation for tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_calldata_floor.py::test_calldata_floor_higher_than_execution_with_state_ops@c74f1a67.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_calldata_floor.py::test_calldata_floor_higher_than_execution_with_state_ops --fork Amsterdam
Test state gas is tracked separately when calldata floor dominates.
Even when calldata floor > actual regular gas used, state gas for SSTORE is charged normally from the reservoir or gas_left.
Source code in tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_calldata_floor.py
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 1 fork.