mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-05 09:14:28 +00:00
5d29ca4984
* init * bellatrix + altair tests passing * Add Phase0 support * add feature flag * phase0 test * restore testvectors * mod tidy * state tests * gaz * do not call precompute * fix test * Fix context * move to own's method * remove spectests pulltips * time import * remove phase0 * mod tidy * fix getters * Update beacon-chain/forkchoice/doubly-linked-tree/types.go * reviews * fix workspace * Recursive rlocks Co-authored-by: terencechain <terence@prysmaticlabs.com> Co-authored-by: Radosław Kapka <rkapka@wp.pl> |
||
---|---|---|
.. | ||
general/phase0/bls | ||
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