ethereum / builder-specs

Specification for the external block builders.
https://ethereum.github.io/builder-specs/
Creative Commons Zero v1.0 Universal
179 stars 61 forks source link

add scaffolding for executable python spec #77

Open jacobkaufmann opened 1 year ago

jacobkaufmann commented 1 year ago

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:

jacobkaufmann commented 1 year ago

cannot assign myself, but I'm working on this