-
Notifications
You must be signed in to change notification settings - Fork 998
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
Test coverage improvements #1206
Conversation
test_libs/pyspec/eth2spec/test/phase_0/block_processing/test_process_attestation.py
Outdated
Show resolved
Hide resolved
test_libs/pyspec/eth2spec/test/phase_0/block_processing/test_process_attester_slashing.py
Outdated
Show resolved
Hide resolved
test_libs/pyspec/eth2spec/test/phase_0/block_processing/test_process_attester_slashing.py
Outdated
Show resolved
Hide resolved
test_libs/pyspec/eth2spec/test/phase_0/block_processing/test_process_deposit.py
Outdated
Show resolved
Hide resolved
test_libs/pyspec/eth2spec/test/phase_0/block_processing/test_process_transfer.py
Show resolved
Hide resolved
test_libs/pyspec/eth2spec/test/phase_0/block_processing/test_process_transfer.py
Show resolved
Hide resolved
813f0d6
to
4cba3dc
Compare
Co-Authored-By: Danny Ryan <dannyjryan@gmail.com>
…ion-to-excl not working when not yielded from
… committees per slot, and improve bitfield index descriptions
Some fixes to finality tests
...pyspec/eth2spec/test/phase_0/epoch_processing/test_process_justification_and_finalization.py
Outdated
Show resolved
Hide resolved
...pyspec/eth2spec/test/phase_0/epoch_processing/test_process_justification_and_finalization.py
Show resolved
Hide resolved
awesome! |
Validated all bls-supporting tests to pass with BLS on. So we can merge this PR if we are done with code review :) |
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.
very exciting. great work @protolambda!
Spec-tests improvements, with the aim to provide a more complete suite of spec-test-vectors.
See issue #1200 for tracking progress.