You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer the following question for yourself before submitting a feature request.
I checked to make sure that this request has not already been filed
Motivation
The zkey building process could be time consuming if the circuit are large.
Details
We could use a Promise.all([ ... ]) or something similar to build the .zkeys in parallel rather than sequentially. Remember that we need all zkeys for the next steps of the setup process.
Prerequisites
Please answer the following question for yourself before submitting a feature request.
Motivation
The zkey building process could be time consuming if the circuit are large.
Details
We could use a
Promise.all([ ... ])
or something similar to build the.zkeys
in parallel rather than sequentially. Remember that we need all zkeys for the next steps of the setup process.p0tion/packages/phase2cli/src/commands/setup.ts
Line 547 in 085b794
Make sure that you have reviewed p0tion's Contributor Guidelines
The text was updated successfully, but these errors were encountered: