test_block_gas_refund_eip7778_no_block_reduction()¶
Documentation for tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_block_2d_gas_accounting.py::test_block_gas_refund_eip7778_no_block_reduction@5c024cbb.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_block_2d_gas_accounting.py::test_block_gas_refund_eip7778_no_block_reduction --fork Amsterdam
Verify block gas accounting for SSTORE 0→x→0 refund paths.
Regular gas refund via refund_counter does NOT reduce block gas
(EIP-7778). State gas refund goes to the reservoir and DOES reduce
block_state_gas_used (net zero state growth).
Source code in tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_block_2d_gas_accounting.py
233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 1 fork.