test_failed_create_with_value_no_log()¶
Documentation for tests/amsterdam/eip7708_eth_transfer_logs/test_transfer_logs.py::test_failed_create_with_value_no_log@5c024cbb.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/amsterdam/eip7708_eth_transfer_logs/test_transfer_logs.py::test_failed_create_with_value_no_log --fork Amsterdam
Test that failed CREATE with value does NOT emit transfer log.
When initcode fails (REVERT, INVALID), the value transfer is reverted and no log should be emitted for the CREATE.
Source code in tests/amsterdam/eip7708_eth_transfer_logs/test_transfer_logs.py
503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 | |
Parametrized Test Cases¶
This test generates 2 parametrized test cases across 1 fork.