-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a validator exists on /validatorsets but not on /staking/validators #4096
Comments
@winslyn thanks for creating an issue!
|
maybe we should include a query param, say |
the main problem here is that wallets expose validators that are returned by We should discuss and reconsider if we want to keep this logic. Maybe returning all of them + displaying self-delegation % (see #3936) could help delegators in their decision process of choosing a validator. |
I was incorrect, apologies. Validator Indeed, My best guess is that there are actually > 100 validators (which is true), and since My suggestion is that
How does this sound? |
My basement validator seems fine, here is a query i just did on it
Sounds great |
I can confirm that Thanks all for the help! |
@winslyn yeah bez just opened up a new issue in response to this (#4099) which will make rest browsing of the validator endpoint much more intuitive! |
Thanks! |
Summary of Bug
A validator named
My Basement Validator
is currently seems an active validator and has been validating since block#114,435. I can find the validator on/validatorsets/latest
as belowHowever, the validator is not available on
/staking/validators
since block#352,276.On The Big Dipper
https://cosmos.bigdipper.live/validator/BC7A48C5AF531BCE41BAE5C4304D274CADE5703E
On Hubble
https://hubble.figment.network/chains/cosmoshub-1/validators/BC7A48C5AF531BCE41BAE5C4304D274CADE5703E
The validator seems not available on Hubble too.
Version
Steps to Reproduce
curl localhost:26659/validatorsets/latest
curl localhost:26659/staking/validators
For Admin Use
The text was updated successfully, but these errors were encountered: