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
The LCD /slashing/signing-infos endpoint only return 100 validators info nomatter how large the limit is set. And the return results don't indicate which object is for which validator. You cannot identify which signing-info belongs to which validator.
The reason this happens is not because of an error in pagination, but because rpc.GetValidators(cliCtx, &height) always returns the max bonded validators (ie. 100).
I think we can make a few changes here:
Since the slashing keeper has the validator set, we can iterate over all validators and paginate properly
Summary of Bug
The LCD
/slashing/signing-infos
endpoint only return 100 validators info nomatter how large the limit is set. And the return results don't indicate which object is for which validator. You cannot identify which signing-info belongs to which validator.Version
v0.34.2
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: