Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing verifyKzgProof from NodeJS bindings #22

Closed
acolytec3 opened this issue Dec 7, 2022 · 1 comment
Closed

Missing verifyKzgProof from NodeJS bindings #22

acolytec3 opened this issue Dec 7, 2022 · 1 comment

Comments

@acolytec3
Copy link

In the spec for EIP-4844, the point evaluation precompile has the below line
assert verify_kzg_proof(commitment, z, y, kzg_proof) but there is no method matching this interface exposed in the node-js bindings for this library. It looks like it does exist in the underlying C code for c-kzg so could we have it added to the bindings as well so we can finish implementing the point evaluation precompile?

@acolytec3 acolytec3 changed the title verifyKzgProof parameters Missing verifyKzgProof from NodeJS bindings Dec 7, 2022
@xrchz
Copy link
Contributor

xrchz commented Dec 13, 2022

Closed by #29

@xrchz xrchz closed this as completed Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants