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
118 stars 109 forks source link

Fixed NixOs vendoring issue #409

Closed akorchyn closed 7 months ago

akorchyn commented 7 months ago

Resolves: #392

You can test it by

cargo package
jtraglia commented 7 months ago

Hey @akorchyn thanks for taking this on! Looks good, just need to update the CI workflow.

akorchyn commented 7 months ago

Sorry, I missed one spot in the build.rs :) Should be fine now, I believe.