-
Notifications
You must be signed in to change notification settings - Fork 379
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
cli: solana validator-info get does not display information for all validators #278
Comments
@Nagaprasadvr You were looking at the wrong cluster. An example is written in the description. |
which cluster ? testnet? |
Yes. You can see what the options mean in the documentation. This is option -u (--url) |
This is not a bug; this is expected behavior.
https://docs.solanalabs.com/operations/guides/validator-info |
@steviez At first, I thought the same, but then I reread the initial message, and it seems that the information had been published before (otherwise, where would it have come from on va). I checked the information with my test validator. There's no information there either. But it is present on va as well. And I definitely didn't delete it. So either the information was removed from the snapshot during restarts, or there's a problem with retrieving all the program's accounts. |
Hmm, ok. Apologies for the potential early close; there may be something here. If I'm being honest, I have other higher priority items so I probably wouldn't be able to look at this for a bit. If anyone reading this is interested in helping out, looking at the underlying RPC calls for |
I think this is an important question to answer to determine if this is a wild goose chase. Is |
I think it doesn't really matter where the VA stores the information. It is important that both Diman and I published information about the validator earlier, and now it is not visible. |
I am taking this issue. Will try to identify the problem |
The RPC call is functioning properly. |
I checked on several validators and this command did not output anything.
For example:
On the site I see information on these validators. For example:
https://www.validators.app/validators/7arMwy1BnRTC995TVdgZYU8n9V2gwxTpWmVNDdeJihdA?locale=en&network=testnet
I can assume that information is not displayed for those validators who published information a long time ago.
Checked on versions:
solana-cli 1.17.26 (src:4c418143; feat:3580551090, client:SolanaLabs)
solana-cli 1.18.5 (src:928d8ac2; feat:3352961542, client:SolanaLabs)
The text was updated successfully, but these errors were encountered: