eth2.0-specs/tests/generators/kzg_7594
Justin Traglia 2d59c55524 Fix indentation for kzg_7594 tests
Somehow (probably because of a merge conflict) the last three
verify_cell_kzg_proof_batch test cases were indented too far and as a result
were part of the loop above, and as a result executed multiple times. This
doesn't change the generated tests because it would try to do the same test
with the same inputs.
2024-07-25 17:07:53 +09:00
..
README.md Add initial version of kzg_7594 test generator (#3693) 2024-04-24 11:40:27 -05:00
main.py Fix indentation for kzg_7594 tests 2024-07-25 17:07:53 +09:00
requirements.txt Add initial version of kzg_7594 test generator (#3693) 2024-04-24 11:40:27 -05:00

README.md

KZG Test Generator for EIP-7594

These tests are specific to the API required for implementing PeerDAS polynomial commitment sampling.