-
Notifications
You must be signed in to change notification settings - Fork 212
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
Serve API per each NodeID configured / known poets #6174
Comments
So, we need an endpoint that returns PER IDENTITY:
That will allow users to understand what's the situation with the poets |
That means failed registrations also need to be persisted into the local DB in a way that it makes clear which registrations are valid and which failed. This can probably be easiest achieved by leaving the When returning the current state of the identities if there are any registrations in the DB it should list the registrations with the following information (gathered from DB and config):
This info should in my opinion only be returned if the identity is currently waiting to fetch proofs from PoET, otherwise the current state of the identity should be returned instead:
|
per each POST identity configured / known poets (with some warning if they are missmatched)
The text was updated successfully, but these errors were encountered: