lens icon indicating copy to clipboard operation
lens copied to clipboard

List of offline validators during an upgrade

Open jackzampolin opened this issue 3 years ago • 4 comments

We should build a tool that allows querying for a list of offline validators ranked by voting power (highest to lowest) by name for upgrades. This should help with upgrade coordination

jackzampolin avatar Jan 17 '22 16:01 jackzampolin

existing art https://github.com/Kava-Labs/kvtool/blob/master/cmd/launch-blame.go

jackzampolin avatar Jan 17 '22 17:01 jackzampolin

Note this one pulls the validator info from a genesis file, if the RPC is online we can use q staking validators instead.

jackzampolin avatar Jan 17 '22 17:01 jackzampolin

This should help with upgrade coordination

We would get this by just inspecting the latest block. It'd be great to also allow passing in a historical block (or block range). This could enable report generation for downtime events and other use-cases. I'm planning to pick up this ticket in the next couple days.

LoganHenderson avatar Jan 19 '22 01:01 LoganHenderson

https://github.com/blockpane/pvtop does a fairly excellent job of this

joeabbey avatar Dec 06 '22 12:12 joeabbey