test_call_pointer_to_created_from_create_after_oog_call_again()
¶
Documentation for tests/prague/eip7702_set_code_tx/test_set_code_txs_2.py::test_call_pointer_to_created_from_create_after_oog_call_again@01f496f4
.
Generate fixtures for these test cases for Prague with:
fill -v tests/prague/eip7702_set_code_tx/test_set_code_txs_2.py::test_call_pointer_to_created_from_create_after_oog_call_again --fork Prague
Set pointer to account that we are about to create.
Pointer is set to create address that is yet not in the state During the call, address is created. pointer is called from init code to do nothing Then after account is created it is called again to run created code
Then revert / no revert
Call pointer again from the upper level to ensure it does not call reverted code
Source code in tests/prague/eip7702_set_code_tx/test_set_code_txs_2.py
1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 |
|
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Test ID (Abbreviated) | call_return |
---|---|
...fork_Prague-state_test-call_return_RETURN | RETURN |
...fork_Prague-state_test-call_return_REVERT | REVERT |
...fork_Prague-state_test-call_return_OOG | OOG |
...fork_Prague-blockchain_test_from_state_test-call_return_RETURN | RETURN |
...fork_Prague-blockchain_test_from_state_test-call_return_REVERT | REVERT |
...fork_Prague-blockchain_test_from_state_test-call_return_OOG | OOG |
...fork_Osaka-state_test-call_return_RETURN | RETURN |
...fork_Osaka-state_test-call_return_REVERT | REVERT |
...fork_Osaka-state_test-call_return_OOG | OOG |
...fork_Osaka-blockchain_test_from_state_test-call_return_RETURN | RETURN |
...fork_Osaka-blockchain_test_from_state_test-call_return_REVERT | REVERT |
...fork_Osaka-blockchain_test_from_state_test-call_return_OOG | OOG |