This directory contains static test files that were originally located at ethereum/tests. These files should not be modified directly.
If you find a test that is broken or needs updating:
- DO NOT modify the static test files directly.
- Instead, create or update the corresponding Python test in the appropriate
tests/<fork>folder. - Delete the original static test filler file(s).
- Open a PR containing the new tests and the static tests deletion, and make sure that there is no coverage drop.