test_bal_7702_recipient_excluded_on_authorization_oog()¶
Documentation for tests/amsterdam/eip7928_block_level_access_lists/test_block_access_lists_eip7702.py::test_bal_7702_recipient_excluded_on_authorization_oog@26332146.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/amsterdam/eip7928_block_level_access_lists/test_block_access_lists_eip7702.py::test_bal_7702_recipient_excluded_on_authorization_oog --fork Amsterdam
Ensure tx.to enters the BAL only when authorization processing
completes.
The single authorization is starved at its opening NEW_ACCOUNT
charge, halting the transaction before the top-frame dispatch loads
the recipient: the recipient must be absent from the BAL, while the
authority -- read during authorization validation -- stays in it
with no recorded changes.
Source code in tests/amsterdam/eip7928_block_level_access_lists/test_block_access_lists_eip7702.py
555 556 557 558 559 560 561 562 563 564 565 566 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 635 636 637 638 | |
Parametrized Test Cases¶
This test generates 2 parametrized test cases across 1 fork.