builder-specs icon indicating copy to clipboard operation
builder-specs copied to clipboard

add scaffolding for executable python spec

Open jacobkaufmann opened this issue 2 years ago • 1 comments
trafficstars

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 avatar May 05 '23 03:05 jacobkaufmann

cannot assign myself, but I'm working on this

jacobkaufmann avatar May 05 '23 03:05 jacobkaufmann