prysm-pulse/testing/spectest
james-prysm b19d24c581
Remove signed block requirement from no-verify functions (#13314)
* removing fake wrappers

* fixing conficts and missed tests

* fixing more conflicts

* addressing missed unit test

* fixing nogo error

* fixing more unit tests

* fixing more tests
2023-12-12 20:18:40 +00:00
..
general Add RO blob sidecar (#13144) 2023-11-01 10:03:49 -07: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 Remove signed block requirement from no-verify functions (#13314) 2023-12-12 20:18:40 +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