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

fix: do not cleanup thread all the time while doing parallel proof gen #1808

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

ctrlc03
Copy link
Collaborator

@ctrlc03 ctrlc03 commented Sep 3, 2024

Description

There currently is a hanging issue with generating proofs within the hardhat tasks due to the different promises opening and closing handles to the same curve (reference: iden3/snarkjs#152)

Also, do not extract Vk every time but only once when generating proofs for multiple batches

Confirmation

Copy link

vercel bot commented Sep 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
maci-website ✅ Ready (Inspect) Visit Preview Sep 4, 2024 10:27am

Copy link
Collaborator

@kittybest kittybest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ctrlc03 ctrlc03 force-pushed the fix/cleanup-threads-correctly branch from c30e104 to ac9a91a Compare September 4, 2024 10:22
@ctrlc03 ctrlc03 enabled auto-merge (squash) September 4, 2024 10:23
@ctrlc03 ctrlc03 force-pushed the fix/cleanup-threads-correctly branch from ac9a91a to 47a6749 Compare September 4, 2024 10:23
@ctrlc03 ctrlc03 merged commit d683cb3 into dev Sep 4, 2024
22 checks passed
@ctrlc03 ctrlc03 deleted the fix/cleanup-threads-correctly branch September 4, 2024 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants