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

Refactor coordinator service to be persistent and create proofs concurrently #23

Open
11 tasks
ctrlc03 opened this issue Sep 8, 2023 · 0 comments · May be fixed by #22
Open
11 tasks

Refactor coordinator service to be persistent and create proofs concurrently #23

ctrlc03 opened this issue Sep 8, 2023 · 0 comments · May be fixed by #22
Assignees

Comments

@ctrlc03
Copy link
Collaborator

ctrlc03 commented Sep 8, 2023

  • Add admin only endpoint to add a new circuit config (zkey and wasm)
  • Add endpoint to generate multiple proofs at once
  • Refactor single proof generation endpoint to spawn a new go routines safely
  • Add DB support (postgres) to store data to a DB
  • Add endpoint to get the registered circuits details
  • Add endpoint to get multiple proofs results for one circuit
  • Add endpoint to get multiple proofs results for multiple circuits
  • Add endpoint to dump all available proofs from the DB
  • Generalize API to support any circuit
  • Add TLS support
  • Add new demo cli commands
@ctrlc03 ctrlc03 self-assigned this Sep 8, 2023
@ctrlc03 ctrlc03 linked a pull request Sep 8, 2023 that will close this issue
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant