test_call_value_transfer_existing_account_no_state_gas()¶
Documentation for tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_call.py::test_call_value_transfer_existing_account_no_state_gas@5c024cbb.
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_value_transfer_existing_account_no_state_gas --fork Amsterdam
Test CALL with value to existing account charges no state gas.
A CALL that transfers value to an already-alive account does not create new state, so no state gas is charged.
Source code in tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_call.py
463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 1 fork.