test_set_code_call_set_code()¶
Documentation for tests/prague/eip7702_set_code_tx/test_set_code_txs.py::test_set_code_call_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_set_code_call_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_set_code_call_set_code --until=Prague
Test the calling a set-code account from another set-code account.
Source code in tests/prague/eip7702_set_code_tx/test_set_code_txs.py
662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 | |
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Skipped Parameters
For more concise readability, the table below does not list the following parameter values:
fork, blockchain_test, state_test, state_test_only, eof_test, eof_state_test.
| Test ID | call_opcode | evm_code_type | value |
|---|---|---|---|
| call_opcode_EXTCALL-evm_code_type_EOF_V1-value_0 | EXTCALL | EOF_V1 | 0 |
| call_opcode_EXTCALL-evm_code_type_EOF_V1-value_1 | EXTCALL | EOF_V1 | 1 |
| call_opcode_EXTCALL-evm_code_type_EOF_V1-value_0 | EXTCALL | EOF_V1 | 0 |
| call_opcode_EXTCALL-evm_code_type_EOF_V1-value_1 | EXTCALL | EOF_V1 | 1 |
| call_opcode_EXTSTATICCALL-evm_code_type_EOF_V1-value_0 | EXTSTATICCALL | EOF_V1 | 0 |
| call_opcode_EXTSTATICCALL-evm_code_type_EOF_V1-value_1 | EXTSTATICCALL | EOF_V1 | 1 |
| call_opcode_EXTSTATICCALL-evm_code_type_EOF_V1-value_0 | EXTSTATICCALL | EOF_V1 | 0 |
| call_opcode_EXTSTATICCALL-evm_code_type_EOF_V1-value_1 | EXTSTATICCALL | EOF_V1 | 1 |
| call_opcode_EXTDELEGATECALL-evm_code_type_EOF_V1-value_0 | EXTDELEGATECALL | EOF_V1 | 0 |
| call_opcode_EXTDELEGATECALL-evm_code_type_EOF_V1-value_1 | EXTDELEGATECALL | EOF_V1 | 1 |
| call_opcode_EXTDELEGATECALL-evm_code_type_EOF_V1-value_0 | EXTDELEGATECALL | EOF_V1 | 0 |
| call_opcode_EXTDELEGATECALL-evm_code_type_EOF_V1-value_1 | EXTDELEGATECALL | EOF_V1 | 1 |
| call_opcode_STATICCALL-evm_code_type_LEGACY-value_0 | STATICCALL | LEGACY | 0 |
| call_opcode_STATICCALL-evm_code_type_LEGACY-value_1 | STATICCALL | LEGACY | 1 |
| call_opcode_STATICCALL-evm_code_type_LEGACY-value_0 | STATICCALL | LEGACY | 0 |
| call_opcode_STATICCALL-evm_code_type_LEGACY-value_1 | STATICCALL | LEGACY | 1 |
| call_opcode_DELEGATECALL-evm_code_type_LEGACY-value_0 | DELEGATECALL | LEGACY | 0 |
| call_opcode_DELEGATECALL-evm_code_type_LEGACY-value_1 | DELEGATECALL | LEGACY | 1 |
| call_opcode_DELEGATECALL-evm_code_type_LEGACY-value_0 | DELEGATECALL | LEGACY | 0 |
| call_opcode_DELEGATECALL-evm_code_type_LEGACY-value_1 | DELEGATECALL | LEGACY | 1 |
| call_opcode_CALL-evm_code_type_LEGACY-value_0 | CALL | LEGACY | 0 |
| call_opcode_CALL-evm_code_type_LEGACY-value_1 | CALL | LEGACY | 1 |
| call_opcode_CALL-evm_code_type_LEGACY-value_0 | CALL | LEGACY | 0 |
| call_opcode_CALL-evm_code_type_LEGACY-value_1 | CALL | LEGACY | 1 |
| call_opcode_CALLCODE-evm_code_type_LEGACY-value_0 | CALLCODE | LEGACY | 0 |
| call_opcode_CALLCODE-evm_code_type_LEGACY-value_1 | CALLCODE | LEGACY | 1 |
| call_opcode_CALLCODE-evm_code_type_LEGACY-value_0 | CALLCODE | LEGACY | 0 |
| call_opcode_CALLCODE-evm_code_type_LEGACY-value_1 | CALLCODE | LEGACY | 1 |