prysm-pulse/testing/spectest
Radosław Kapka c996109b3a
Return payload value in Wei from /eth/v3/validator/blocks (#13497)
* Add value in Wei to execution payload

* simplify how payload is returned

* test fix

* fix issues

* review

* fix block handlers
2024-01-24 20:58:35 +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 Return payload value in Wei from /eth/v3/validator/blocks (#13497) 2024-01-24 20:58:35 +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