Sync or not
@brianflanagan From parity, here is the data I get for the general "health" of the node:
-
sync
represents if we're sync or not, just a boolean value -
peers
represents the number of peers we're connected to (here 10 peers, out of 50 maximum). Generally if we're connected to 0 or 1 peer, it means we're having a connectivity problem, and some sort of warning should be shown -
time
represents if the local time on our machine is synced with the "real" time. If there's a too big difference, we'll get an error here too, something like "Your clock is not in sync".