test_call_opcode_types()¶
Documentation for tests/cancun/eip4844_blobs/test_point_evaluation_precompile.py::test_call_opcode_types@2867859a.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/cancun/eip4844_blobs/test_point_evaluation_precompile.py::test_call_opcode_types --fork Amsterdam
Test calling the Point Evaluation Precompile with different call types, gas and parameter configuration.
- Using CALL, DELEGATECALL, CALLCODE and STATICCALL.
- Using correct and incorrect proofs
- Using barely insufficient gas
Source code in tests/cancun/eip4844_blobs/test_point_evaluation_precompile.py
566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 | |
Parametrized Test Cases¶
This test generates 12 parametrized test cases across 4 forks.