-
Notifications
You must be signed in to change notification settings - Fork 51
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
Overlay online/offline status on hotspots #280
Comments
I propose that we synthesize a Hotspot's online status from six Oracle data sources. We look for any evidence of a Hotspot being named in these data sources and take the most recent timestamp we can find in the results and use that as the last activity time. OraclesReports to scrape
|
Can keeping the existing approach of basing the state on last beacon time only, be an option? Also keeping the logic as simple as possible can be something nice I guess, in terms of explaining to the users as well as potential issues. |
Another option can be the existence of rewards for the hotspots in the last epoch. As rewards are actually a function of multiple activities, if the hotspot has any reward for the most recent epoch, we can consider it active and inactive otherwise. |
No description provided.
The text was updated successfully, but these errors were encountered: