solana-labs/solana

`solana stakes <vote pubkey>` should cleanly handle a non-vote pubkey

Ouverte

#8 441 ouverte le 25 févr. 2020

 (13 commentaires) (1 réaction) (0 personne assignée)Rust (3 950 forks)batch import
good first issue

Métriques du dépôt

Stars
 (12 651 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

solana stakes <identity pubkey> or solana stakes <does not exist pubkey> all silently return nothing.

Lets:

  • If possible make solana stakes <identity pubkey> report the stakes from the corresponding vote account
  • solana stakes <does not exist pubkey> report that the account was not found
  • solana stakes <some other account pubkey> report that the account is invalid

Guide contributeur