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
The Aleo setup ceremony is very complex piece of software with many moving internal parts: parallel processes running synchronously and asynchronously across different machines across a network. Verifiers and contributors start, join, and leave throughout a 30+ day period that the ceremony runs. And the coordinator has to not only orchestrate the process but serve data that powers a frontend UI.
Due to the degree of complexity, there are many possible errors and failure modes. We should create a comprehensive, well-thought-out testing framework that is integrated within our CI/CD pipeline. Ideally this will include unit tests and integration tests in both local and networked environments.
The text was updated successfully, but these errors were encountered:
The Aleo setup ceremony is very complex piece of software with many moving internal parts: parallel processes running synchronously and asynchronously across different machines across a network. Verifiers and contributors start, join, and leave throughout a 30+ day period that the ceremony runs. And the coordinator has to not only orchestrate the process but serve data that powers a frontend UI.
Due to the degree of complexity, there are many possible errors and failure modes. We should create a comprehensive, well-thought-out testing framework that is integrated within our CI/CD pipeline. Ideally this will include unit tests and integration tests in both local and networked environments.
The text was updated successfully, but these errors were encountered: