-
Notifications
You must be signed in to change notification settings - Fork 997
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
ci tests #800
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!!! 🎉🎉🎉
Note, this will probably get a round or two of cleanups but wanted to get this up for merge now because its a blocker on all other PRs
Yep. I only did a quick review for now and approving. I will review (and probably refactor) it when it's in dev
branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Co-Authored-By: djrtwo <[email protected]>
Ports testing and spec build script from research repo. Note this PR is against master and will be backported into dev
Things:
scripts/phase0
utils/phase0
. This includes minimal ssz, merklization, etc.sanity_check
from research repo. no additional testssanity
andminimal_config
-- for running quick tests locally. Run these limited marks viamake test
hash_tree_root
of the block with EMPTY_SIGNATURE. Will update these tests depending on which way Block header signature issue #797 goes.Note, this will probably get a round or two of cleanups but wanted to get this up for merge now because its a blocker on all other PRs