execution-spec-tests icon indicating copy to clipboard operation
execution-spec-tests copied to clipboard

refactor(tests): update JUMPF EOF tests to max_stack_increase

Open chfast opened this issue 8 months ago • 0 comments

🗒️ Description

This updates EIP-6206 (JUMPF) tests to use max_stack_increase instead of max_stack_height. In many places the value is correctly auto-computed so for these cases the explicit value is omitted.

🔗 Related Issues

✅ Checklist

  • [x] All: Set appropriate labels for the changes.
  • [x] All: Considered squashing commits to improve commit history.
  • [ ] All: Added an entry to CHANGELOG.md.
  • [ ] All: Considered updating the online docs in the ./docs/ directory.
  • [ ] Tests: All converted JSON/YML tests from ethereum/tests have been added to converted-ethereum-tests.txt.
  • [ ] Tests: A PR with removal of converted JSON/YML tests from ethereum/tests have been opened.
  • [ ] Tests: Included the type and version of evm t8n tool used to locally execute test cases: e.g., ref with commit hash or geth 1.13.1-stable-3f40e65.
  • [ ] Tests: Ran mkdocs serve locally and verified the auto-generated docs for new tests in the Test Case Reference are correctly formatted.

chfast avatar Apr 16 '25 07:04 chfast