Skip to content

Build zkeys in parallel #351

@NicoSerranoP

Description

@NicoSerranoP

Prerequisites

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.

https://github.com/privacy-scaling-explorations/p0tion/blob/085b7949650e46d8d23b09366e2fc5afc2d08dbe/packages/phase2cli/src/commands/setup.ts#L547

Make sure that you have reviewed p0tion's Contributor Guidelines

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions