You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
Makefile
)The text was updated successfully, but these errors were encountered: