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
I think we are only tracking online validators already, so if it is not active it won't be returned in the endpoint. We would have to create the offline part only
To improve the reliability of the API, we could check if the addresses submitted in the
/public/validators
files are real online validators.If they appear to be offline, then move the files to a folder called
offline
.This is just an idea, but we should think about how to handle this case.
The text was updated successfully, but these errors were encountered: