test_address_from_set_code()¶
Documentation for tests/prague/eip7702_set_code_tx/test_set_code_txs.py::test_address_from_set_code@verkle@v0.0.6.
Generate fixtures for these test cases for Prague with:
Prague only:
fill -v tests/prague/eip7702_set_code_tx/test_set_code_txs.py::test_address_from_set_code --fork=Prague --evm-bin=/path/to/evm-tool-dev-version
For all forks up to and including Prague:
fill -v tests/prague/eip7702_set_code_tx/test_set_code_txs.py::test_address_from_set_code --until=Prague
Test the address opcode in a set-code transaction.
Source code in tests/prague/eip7702_set_code_tx/test_set_code_txs.py
748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 | |