test_call_to_pre_authorized_oog()
¶
Documentation for tests/prague/eip7702_set_code_tx/test_gas.py::test_call_to_pre_authorized_oog@01f496f4
.
Generate fixtures for these test cases for Prague with:
fill -v tests/prague/eip7702_set_code_tx/test_gas.py::test_call_to_pre_authorized_oog --fork Prague
Test additional cost of delegation contract access in call instructions.
Source code in tests/prague/eip7702_set_code_tx/test_gas.py
1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 |
|
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Test ID (Abbreviated) | call_opcode | evm_code_type |
---|---|---|
...fork_Prague-call_opcode_STATICCALL-evm_code_type_LEGACY-state_test | STATICCALL | LEGACY |
...fork_Prague-call_opcode_STATICCALL-evm_code_type_LEGACY-blockchain_test_from_state_test | STATICCALL | LEGACY |
...fork_Prague-call_opcode_DELEGATECALL-evm_code_type_LEGACY-state_test | DELEGATECALL | LEGACY |
...fork_Prague-call_opcode_DELEGATECALL-evm_code_type_LEGACY-blockchain_test_from_state_test | DELEGATECALL | LEGACY |
...fork_Prague-call_opcode_CALL-evm_code_type_LEGACY-state_test | CALL | LEGACY |
...fork_Prague-call_opcode_CALL-evm_code_type_LEGACY-blockchain_test_from_state_test | CALL | LEGACY |
...fork_Prague-call_opcode_CALLCODE-evm_code_type_LEGACY-state_test | CALLCODE | LEGACY |
...fork_Prague-call_opcode_CALLCODE-evm_code_type_LEGACY-blockchain_test_from_state_test | CALLCODE | LEGACY |
...fork_Osaka-call_opcode_EXTCALL-evm_code_type_EOF_V1-state_test | EXTCALL | EOF_V1 |
...fork_Osaka-call_opcode_EXTCALL-evm_code_type_EOF_V1-blockchain_test_from_state_test | EXTCALL | EOF_V1 |
...fork_Osaka-call_opcode_EXTSTATICCALL-evm_code_type_EOF_V1-state_test | EXTSTATICCALL | EOF_V1 |
...fork_Osaka-call_opcode_EXTSTATICCALL-evm_code_type_EOF_V1-blockchain_test_from_state_test | EXTSTATICCALL | EOF_V1 |
...fork_Osaka-call_opcode_EXTDELEGATECALL-evm_code_type_EOF_V1-state_test | EXTDELEGATECALL | EOF_V1 |
...fork_Osaka-call_opcode_EXTDELEGATECALL-evm_code_type_EOF_V1-blockchain_test_from_state_test | EXTDELEGATECALL | EOF_V1 |
...fork_Osaka-call_opcode_STATICCALL-evm_code_type_LEGACY-state_test | STATICCALL | LEGACY |
...fork_Osaka-call_opcode_STATICCALL-evm_code_type_LEGACY-blockchain_test_from_state_test | STATICCALL | LEGACY |
...fork_Osaka-call_opcode_DELEGATECALL-evm_code_type_LEGACY-state_test | DELEGATECALL | LEGACY |
...fork_Osaka-call_opcode_DELEGATECALL-evm_code_type_LEGACY-blockchain_test_from_state_test | DELEGATECALL | LEGACY |
...fork_Osaka-call_opcode_CALL-evm_code_type_LEGACY-state_test | CALL | LEGACY |
...fork_Osaka-call_opcode_CALL-evm_code_type_LEGACY-blockchain_test_from_state_test | CALL | LEGACY |
...fork_Osaka-call_opcode_CALLCODE-evm_code_type_LEGACY-state_test | CALLCODE | LEGACY |
...fork_Osaka-call_opcode_CALLCODE-evm_code_type_LEGACY-blockchain_test_from_state_test | CALLCODE | LEGACY |