mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
07a0a95ee7
* use real blob verifier in forkchoice spectest * wip * Use real blob sidecar for test * Set file db correctly * correctly handle blob cases where valid=false * work-around spectest's weird Fork in genesis state * gaz * revert T-money's log level change * rm whitespace * unskip minimal test * Preston's feedback --------- Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com> Co-authored-by: terence tsao <terence@prysmaticlabs.com> |
||
---|---|---|
.. | ||
general | ||
mainnet | ||
minimal | ||
shared | ||
utils | ||
README.md |
Spec Tests
Spec testing vectors: https://github.com/ethereum/consensus-spec-tests
To run all mainnet
spec tests:
bazel test //... --test_tag_filters=spectest
Minimal tests require --define ssz=minimal
setting and are not triggered
automatically when //...
is selected. One can run minimal tests manually, though:
bazel query 'tests(attr("tags", "minimal, spectest", //...))' | xargs bazel test --define ssz=minimal