Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor test generation #47

Closed
ralexstokes opened this issue Feb 5, 2023 · 0 comments · Fixed by #67
Closed

Refactor test generation #47

ralexstokes opened this issue Feb 5, 2023 · 0 comments · Fixed by #67
Milestone

Comments

@ralexstokes
Copy link
Owner

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.

  1. Clearly define which set of test vectors we use (iirc only part of the data is needed)
  2. Add some convenience commands to manage the data, like in this justfile https://github.com/ralexstokes/ethereum-consensus/blob/main/justfile
  3. [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
@ralexstokes ralexstokes added this to the v1.0.0 milestone Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant