-
Notifications
You must be signed in to change notification settings - Fork 63
Update to c-kzg-4844 upstream #191
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
Conversation
This reverts commit 62bc31f.
…s when the string sequences don't match
Fix segmentation faults
…d packages down the tree and make dependencies installable again
…o source tree, make path to sed generic
…nd switch to v2 resolver
|
Is there anything in particular left to be done in this PR before landing into |
|
Basically these three points:
|
|
I think |
…functions with call to built-in methods of standard library
… under wasm32 too
|
This is the last version that supports aggregate KZG proofs. The 6 functions that made into proposal (ethereum/consensus-specs#3274 (comment)) require us to rewrite a significant amount of logic (commits: c9e7b65, aee67f6, 48c3cb5; CI: jobs/7632143695 and jobs/7631881052), effectively deprecating the majority of 4844 tests and benchmarks. |
This PR updates the interface following the c-kzg-4844 changes.