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
We are moving all the p0tion coordinator infrastructure to a single server application (API). This new API was built using NestJS and we are missing e2e tests (end-to-end tests).
Details
Write e2e tests for each route (endpoint) in the different modules (auth, ceremonies, circuits, participants, storage and users). Remember to check the following:
There is some data (circuits, zkeys, etc) that could be used from @actions or duplicate it into /api
We should be able to run the whole pipeline in normal scenarios (create, contribute, finalize)
Motivation
We are moving all the p0tion coordinator infrastructure to a single server application (API). This new API was built using NestJS and we are missing e2e tests (end-to-end tests).
Details
Write e2e tests for each route (endpoint) in the different modules (auth, ceremonies, circuits, participants, storage and users). Remember to check the following:
@actions
or duplicate it into/api
Tutorial to setup the API Coordinator application
The text was updated successfully, but these errors were encountered: