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

add scaffolding for executable python spec #77

Open
jacobkaufmann opened this issue May 5, 2023 · 1 comment · May be fixed by #78
Open

add scaffolding for executable python spec #77

jacobkaufmann opened this issue May 5, 2023 · 1 comment · May be fixed by #78
Assignees

Comments

@jacobkaufmann
Copy link
Contributor

the ethereum consensus specs are executable, such that the specs are testable, and test vectors can be generated for consensus clients to consume. the builder specs should be executable in a similar way.

the scope of this issue is to set up the basic scaffolding for executable builder specs.

for example:

  • script to parse the markdown files and generate python files with defined constants, containers, functions, etc
  • minimal test(s)
  • mechanism to execute the test(s) (e.g. Makefile)
@jacobkaufmann
Copy link
Contributor Author

cannot assign myself, but I'm working on this

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