test_callf_stack_height_limit_exceeded()
¶
Documentation for tests/osaka/eip7692_eof_v1/eip4750_functions/test_code_validation.py::test_callf_stack_height_limit_exceeded@01f496f4
.
Generate fixtures for these test cases for Osaka with:
fill -v tests/osaka/eip7692_eof_v1/eip4750_functions/test_code_validation.py::test_callf_stack_height_limit_exceeded --fork Osaka
Test for invalid EOF code containing CALLF instruction exceeding the stack height limit. The code reaches the maximum runtime stack height (1024) which is above the EOF limit for the stack height in the type section (1023).
Source code in tests/osaka/eip7692_eof_v1/eip4750_functions/test_code_validation.py
496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 |
|
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Test ID (Abbreviated) | callee_outputs |
---|---|
...fork_Osaka-eof_test-callee_outputs_1 | 1 |
...fork_Osaka-eof_test-callee_outputs_2 | 2 |
...fork_Osaka-eof_test-callee_outputs_127 | 127 |
...fork_Osaka-state_test_from_eof_test-callee_outputs_1 | 1 |
...fork_Osaka-state_test_from_eof_test-callee_outputs_2 | 2 |
...fork_Osaka-state_test_from_eof_test-callee_outputs_127 | 127 |
...fork_Osaka-blockchain_test_from_eof_test-callee_outputs_1 | 1 |
...fork_Osaka-blockchain_test_from_eof_test-callee_outputs_2 | 2 |
...fork_Osaka-blockchain_test_from_eof_test-callee_outputs_127 | 127 |