test_emission_point_fork_transition()¶
Documentation for tests/amsterdam/eip7708_eth_transfer_logs/test_fork_transition.py::test_emission_point_fork_transition@26332146.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/amsterdam/eip7708_eth_transfer_logs/test_fork_transition.py::test_emission_point_fork_transition --fork Amsterdam
Test the CALL, CREATE, and SELFDESTRUCT emission points at the fork transition boundary.
Clients gate each emission site in a separate code path, so every site is checked at the transition independently of the transaction-level log.
Source code in tests/amsterdam/eip7708_eth_transfer_logs/test_fork_transition.py
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 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 | |
Parametrized Test Cases¶
This test generates 3 parametrized test cases across 1 fork.