ethereum / c-kzg-4844

A minimal implementation of the Polynomial Commitments API for EIP-4844 and EIP-7594, written in C.
Apache License 2.0
112 stars 105 forks source link

Add new reference tests sanity check #479

Closed jtraglia closed 1 month ago

jtraglia commented 1 month ago

This PR adds a new script which is used to check that the tests in our repo match the reference tests. Also, I've renamed the "trusted-setup-tests" CI file to "spec-consistency-tests" so it's a little more generic. Added the new check there.