-
Notifications
You must be signed in to change notification settings - Fork 1.2k
EIP4844: Remove reliance on py-ecc types in polynomial-commitments and add py-arkworks #3272
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
cbeb7cf to
f59dd7c
Compare
df9167f to
dbfb1ac
Compare
|
((Moving arkworks discussion to this PR)) Hey @kevaundray, I just realized my PyPy3.9 was built with Also, for completeness, it would be nice to upload macos Python3.9 distributions too. 🙏 |
@hwwhww I've added 3.8 to 3.11 along with source distributions in version 0.3.4, please let me know if anything else is missing :) |
|
Closing as this was merged into #3274 which was merged into |

Description
Currently the polynomial-commitments file relies on py-ecc types and methods. This can be seen with the usage of bls.Z1 and bls.G1. If we do plan to use another library, removing this decoupling is a necessary pre-requisite.
Changes
py_eccprefixNote
I have intentionally not tried to change method names, so the changes in polynomial-commitments are easy to grep.
EDIT: