pcli query chain info
does not accurately report jailed/tombstoned/disabled validators
#4704
Labels
A-client
Area: Design and implementation for client functionality
A-staking
Area: Design and implementation of staking and delegation
C-bug
Category: a bug
E-easy
Effort: Easy
good first issue
A good issue for people without existing context on the project.
needs-refinement
unclear, incomplete, or stub issue that needs work
_P-low
Priority: low
Describe the bug
This does not show the > 0 jailed validators currently present on the network. This is because the RPC which returns validators changed semantics since this
pcli
method was written: now it omits all but active/inactive validators.Expected behavior
Either don't report the statistics about anything other than active and inactive validators, or source the stats another way, but
pcli
shouldn't give an incorrect stat.The text was updated successfully, but these errors were encountered: