test_rjump_into_exchange()¶
Documentation for tests/prague/eip7692_eof_v1/eip4200_relative_jumps/test_rjump.py::test_rjump_into_exchange@verkle@v0.0.6.
Generate fixtures for these test cases for Pragueeip7692 with:
Pragueeip7692 only:
fill -v tests/prague/eip7692_eof_v1/eip4200_relative_jumps/test_rjump.py::test_rjump_into_exchange --fork=PragueEIP7692 --evm-bin=/path/to/evm-tool-dev-version
For all forks up to and including Pragueeip7692:
fill -v tests/prague/eip7692_eof_v1/eip4200_relative_jumps/test_rjump.py::test_rjump_into_exchange --until=PragueEIP7692
EOF code containing RJUMP with target EXCHANGE immediate
Source code in tests/prague/eip7692_eof_v1/eip4200_relative_jumps/test_rjump.py
565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 | |