test_invalid_tx_invalid_rlp_encoding()¶
Documentation for tests/prague/eip7702_set_code_tx/test_invalid_tx.py::test_invalid_tx_invalid_rlp_encoding@21507778.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/prague/eip7702_set_code_tx/test_invalid_tx.py::test_invalid_tx_invalid_rlp_encoding --fork Amsterdam
Test sending a transaction type-4 where the RLP encoding of the transaction is invalid.
Source code in tests/prague/eip7702_set_code_tx/test_invalid_tx.py
623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 | |
Parametrized Test Cases¶
This test generates 4 parametrized test cases across 3 forks.