mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 11:57:18 +00:00
10fffa6e7c
* add in flags * add sync and db items * bring over all other changes * enable on * use feature flag * powchain * builds * fix up tests * pass iface * gaz * enable bellatrix blind in unmarshal only behind flag * poolside * pass rpc tests * rebuilds * naming * cleaner func * check needs resync * idiomatic * gaz * rem * build * nicer * build * cleaner * surface error * wrapping * unmarshal logs * fix up * cleaner * log * builds * Update beacon-chain/blockchain/execution_engine.go Co-authored-by: terencechain <terence@prysmaticlabs.com> * terence feedback * test added for resync * nil check * fmt Co-authored-by: terencechain <terence@prysmaticlabs.com> |
||
---|---|---|
.. | ||
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