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 looked at ping-pub's explorer to see how we could obtain jailing info.
L6 in src/types/staking.ts includes a jailed key which suggests the explorer can expose jailing information. However, the /validators endpoint does not currently include this data.
Alternatively, I found this python script by Dante that seems to be doing exactly what we need. The script saves jailed validator records within a specified time window.
some way to show which validators have been jailed that period (since we have bonus points for not getting jailed).
I don't think we have live monitoring for this so we would need to build something.
The text was updated successfully, but these errors were encountered: