A series of tasks to improve the test gen, which reads the test artifacts to make a set of Rust "harnesses" which consume the data to exercise the implementation.
Clearly define which set of test vectors we use (iirc only part of the data is needed)
[bigger task] write a separate crate for a "testgen" utility: right now, this is done in python, but it would be nicer to bring everything under one (rust) toolchain. this should be a pretty straightforward rewrite of the python in rust, with the caveat that the utility should be in a separate crate so development in the "main" crate doesn't cause any embedded utility to fail to compile
A series of tasks to improve the test gen, which reads the test artifacts to make a set of Rust "harnesses" which consume the data to exercise the implementation.
justfile
https://github.com/ralexstokes/ethereum-consensus/blob/main/justfile