test_pricing_at_various_gas_limits()¶
Documentation for tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_pricing.py::test_pricing_at_various_gas_limits@5c024cbb.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_pricing.py::test_pricing_at_various_gas_limits --fork Amsterdam
Test SSTORE succeeds at various block gas limits.
EIP-8037 prices state gas at a constant cost_per_state_byte,
independent of block gas limit. At each block size, an SSTORE
zero-to-nonzero should succeed when given sufficient total gas.
Source code in tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_pricing.py
54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 | |
Parametrized Test Cases¶
This test generates 10 parametrized test cases across 1 fork.