test_eof_calls_precompile()
¶
Documentation for tests/osaka/eip7692_eof_v1/eip7069_extcall/test_calls.py::test_eof_calls_precompile@14a7429a
.
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
382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 |
|
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 |