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 have a validatorAPI router, but it just does http wranging, we still need to implement the validatorAPI core workflow component that queries the DutyDB and stores results in the ParSigDB.
Proposed solution
Implement a validatorapi component as a handler to the router as per architecture spec.
The text was updated successfully, but these errors were encountered:
Implements the validator API component as a handler to the validator API router. It queries attestation data from the duty DB, then stores resulting partial signatures in the parsig DB.
Will add unit tests in subsequent PR.
category: feature
ticket: #179
Problem to solve
We have a validatorAPI router, but it just does http wranging, we still need to implement the validatorAPI core workflow component that queries the DutyDB and stores results in the ParSigDB.
Proposed solution
Implement a validatorapi component as a handler to the router as per architecture spec.
The text was updated successfully, but these errors were encountered: