test_auxdata_variations()¶
Documentation for tests/prague/eip7692_eof_v1/eip7620_eof_create/test_eofcreate.py::test_auxdata_variations@verkle@v0.0.6.
Generate fixtures for these test cases for Pragueeip7692 with:
Pragueeip7692 only:
fill -v tests/prague/eip7692_eof_v1/eip7620_eof_create/test_eofcreate.py::test_auxdata_variations --fork=PragueEIP7692 --evm-bin=/path/to/evm-tool-dev-version
For all forks up to and including Pragueeip7692:
fill -v tests/prague/eip7692_eof_v1/eip7620_eof_create/test_eofcreate.py::test_auxdata_variations --until=PragueEIP7692
Verifies that auxdata bytes are correctly handled in RETURNCONTRACT
Source code in tests/prague/eip7692_eof_v1/eip7620_eof_create/test_eofcreate.py
141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 | |
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 | auxdata_bytes |
|---|---|
| zero | |
| short | 616162626363 |
| one_byte_short | 6161626263636464656566 |
| exact | 616162626363646465656666 |
| one_byte_long | 61616262636364646565666667 |
| extra | 61616262636364646565666667676868 6969 |
| zero | |
| short | 616162626363 |
| one_byte_short | 6161626263636464656566 |
| exact | 616162626363646465656666 |
| one_byte_long | 61616262636364646565666667 |
| extra | 61616262636364646565666667676868 6969 |