test_block_gas_used_no_state_ops()¶
Documentation for tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_reservoir.py::test_block_gas_used_no_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_reservoir.py::test_block_gas_used_no_state_ops --fork Amsterdam
Test block gas_used when regular gas dominates (no state operations).
With no state-creating operations, state gas is 0 and block gas_used should equal regular gas used.
Source code in tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_reservoir.py
524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 1 fork.