prysm-pulse/testing/spectest
Nishant Das 6fa656c1ee
Add Sync Checker (#13580)
* fix it

* add it in

* typo

* fix tests

* fix tests

* export and add test

* preston's review
2024-02-06 02:34:30 +00:00
..
general Remove old blob types (#13438) 2024-01-10 09:38:06 +00:00
mainnet Verified roblobs (#13190) 2023-11-21 18:44:38 +00:00
minimal Implement Merkle proof spectests (#13146) 2023-11-02 23:08:16 +00:00
shared Add Sync Checker (#13580) 2024-02-06 02:34:30 +00:00
utils Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
README.md Move Spectests Into a Testing/ Folder (#9582) 2021-09-14 16:02:58 +00:00

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