test_self_set_code_cost()¶
Documentation for tests/prague/eip7702_set_code_tx/test_gas.py::test_self_set_code_cost@verkle@v0.0.6.
Generate fixtures for these test cases for Prague with:
Prague only:
fill -v tests/prague/eip7702_set_code_tx/test_gas.py::test_self_set_code_cost --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_gas.py::test_self_set_code_cost --until=Prague
Test set to code account access cost when it delegates to itself.
Source code in tests/prague/eip7702_set_code_tx/test_gas.py
983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 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 | |
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 | pre_authorized |
|---|---|
| pre_authorized_True | True |
| pre_authorized_False | False |
| pre_authorized_True | True |
| pre_authorized_False | False |