test_extcodehash_new_account()¶
Documentation for tests/constantinople/eip1052_extcodehash/test_extcodehash.py::test_extcodehash_new_account@b314d18e.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/constantinople/eip1052_extcodehash/test_extcodehash.py::test_extcodehash_new_account --fork Amsterdam
Test EXTCODEHASH/EXTCODESIZE of a contract created within the same tx.
Uses CREATE/CREATE2 to deploy a contract, then verifies that EXTCODEHASH and EXTCODESIZE reflect the newly deployed code.
Source code in tests/constantinople/eip1052_extcodehash/test_extcodehash.py
567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 | |
Parametrized Test Cases¶
This test generates 4 parametrized test cases across 10 forks.