test_call_new_account_state_gas_boundary()¶
Documentation for tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_call.py::test_call_new_account_state_gas_boundary@2119b382.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_call.py::test_call_new_account_state_gas_boundary --fork Amsterdam
Pin the CALL new-account state charge at its exact-fit spill
boundary. At exact_fit the charge just fits and the target is
materialized; one gas short the caller frame goes out of gas, so
nothing is created and the value transfer is rolled back.
Source code in tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_call.py
1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 | |
Parametrized Test Cases¶
This test generates 2 parametrized test cases across 1 fork.