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 Mithril Signer needs to retrieve the certificate pending from the Mithril Aggregator:
(only for one route: /certificate-pending, the other routes will be in separate task)
Add an AggregatorHandler trait that will be responsible for communications with the aggregator (as done in the client)
Add an AggregatorHTTPClient that implements this trait