test_call_access_gas()¶
Documentation for tests/amsterdam/eip8038_state_access_gas_cost_increase/test_call_gas.py::test_call_access_gas@2119b382.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/amsterdam/eip8038_state_access_gas_cost_increase/test_call_gas.py::test_call_access_gas --fork Amsterdam
Measure the access cost of every call opcode with no value transfer.
EIP-8038 charges COLD_ACCOUNT_ACCESS (3,000) cold and
WARM_ACCESS (100) warm for all four call opcodes.
Source code in tests/amsterdam/eip8038_state_access_gas_cost_increase/test_call_gas.py
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 | |
Parametrized Test Cases¶
This test generates 8 parametrized test cases across 1 fork.