test_eof_calls_precompile()
¶
Documentation for tests/osaka/eip7692_eof_v1/eip7069_extcall/test_calls.py::test_eof_calls_precompile@21fb11c8
.
Generate fixtures for these test cases for Osaka with:
fill -v tests/osaka/eip7692_eof_v1/eip7069_extcall/test_calls.py::test_eof_calls_precompile --fork Osaka
Test EOF contracts calling precompiles.
Source code in tests/osaka/eip7692_eof_v1/eip7069_extcall/test_calls.py
325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 |
|
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Test ID (Abbreviated) | opcode | precompile | expected_result |
---|---|---|---|
...fork_Osaka-state_test-extcall_success | EXTCALL | 0x000000000000000000000000000000 0000000004 |
0 |
...fork_Osaka-state_test-extdelegatecall_blocked1 | EXTDELEGATECALL | 0x000000000000000000000000000000 0000000004 |
1 |
...fork_Osaka-state_test-extstaticcall_success | EXTSTATICCALL | 0x000000000000000000000000000000 0000000004 |
0 |
...fork_Osaka-state_test-extcall_failure | EXTCALL | 0x000000000000000000000000000000 0000000009 |
2 |
...fork_Osaka-state_test-extdelegatecall_blocked2 | EXTDELEGATECALL | 0x000000000000000000000000000000 0000000009 |
1 |
...fork_Osaka-state_test-extstaticcall_failure | EXTSTATICCALL | 0x000000000000000000000000000000 0000000009 |
2 |
...fork_Osaka-state_test-extcall_p256verify | EXTCALL | 0x000000000000000000000000000000 0000000100 |
0 |
...fork_Osaka-state_test-extdelegatecall_p256verify | EXTDELEGATECALL | 0x000000000000000000000000000000 0000000100 |
1 |
...fork_Osaka-state_test-extstaticcall_p256verify | EXTSTATICCALL | 0x000000000000000000000000000000 0000000100 |
0 |
...fork_Osaka-blockchain_test_from_state_test-extcall_success | EXTCALL | 0x000000000000000000000000000000 0000000004 |
0 |
...fork_Osaka-blockchain_test_from_state_test-extdelegatecall_blocked1 | EXTDELEGATECALL | 0x000000000000000000000000000000 0000000004 |
1 |
...fork_Osaka-blockchain_test_from_state_test-extstaticcall_success | EXTSTATICCALL | 0x000000000000000000000000000000 0000000004 |
0 |
...fork_Osaka-blockchain_test_from_state_test-extcall_failure | EXTCALL | 0x000000000000000000000000000000 0000000009 |
2 |
...fork_Osaka-blockchain_test_from_state_test-extdelegatecall_blocked2 | EXTDELEGATECALL | 0x000000000000000000000000000000 0000000009 |
1 |
...fork_Osaka-blockchain_test_from_state_test-extstaticcall_failure | EXTSTATICCALL | 0x000000000000000000000000000000 0000000009 |
2 |
...fork_Osaka-blockchain_test_from_state_test-extcall_p256verify | EXTCALL | 0x000000000000000000000000000000 0000000100 |
0 |
...fork_Osaka-blockchain_test_from_state_test-extdelegatecall_p256verify | EXTDELEGATECALL | 0x000000000000000000000000000000 0000000100 |
1 |
...fork_Osaka-blockchain_test_from_state_test-extstaticcall_p256verify | EXTSTATICCALL | 0x000000000000000000000000000000 0000000100 |
0 |