Skip to content

add scaffolding for executable python spec #77

@jacobkaufmann

Description

@jacobkaufmann

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions