test_calldata_floor_with_sstore()¶
Documentation for tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_calldata_floor.py::test_calldata_floor_with_sstore@a9abd46e.
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_with_sstore --fork Amsterdam
Test calldata floor does not affect state gas charging.
A transaction with large calldata triggers the calldata floor for regular gas, but state gas for SSTORE is charged independently.
Source code in tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_calldata_floor.py
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 1 fork.