-
Notifications
You must be signed in to change notification settings - Fork 94
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
Update arkworks to 0.4.2 for all crates #1265
Update arkworks to 0.4.2 for all crates #1265
Conversation
Upgrade the test suite and rewrite test cases.
|
Hey, thanks for the contribution! |
It also requires to update ark-ff and ark-ec in the other libraries, like poseidon, visu, etc. Otherwise, we have conflicting versions ( |
Hi @dannywillems, I think update the whole proof-system to |
Hi @chiro-hiro. Unfortunately, I cannot test this PR without having the whole repository bumped to 0.4.2. However, by having a manual look, it looks good! |
Hi @dannywillems, I'm working on it, going to upgrade all other crates to make sure that everything will work fine with arkworks |
Hi @dannywillems, I have a problem with the migration. In the latest update we have
Which one do you prefer? |
Hi @dannywillems, any update on this? |
I'm concerned that this upgrade seems to significantly reduce the performance of the proof system. I think we should hold off merging until we know what's causing the performance regression, and how to fix it. |
Hi @mrmr1993, thanks for your reply. We definitely need to inspect the root cause of this performance issue. Could you share with me your opinion on Btw, I will keep maintain this branch to minimize the conflict with the |
No opinion yet, we'll want to figure out the performance issues before thinking about how/whether to continue with the upgrade. |
An important PR, but converting it to draft before we resolve the performance issue/are ready to proceed. |
4482410
to
848ed02
Compare
Catch up with
|
This PR just migrate all crates to
ark-ec@0.4.2
andark-ff@0.4.2
. I will upgrade the code first then fix all the issue regarding to test and CI/CD.