solana-labs/solana

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

Aberta

#8.441 aberto em 25 de fev. de 2020

 (13 comentários) (1 reação) (0 responsável)Rust (3.950 forks)batch import
good first issue

Métricas do repositório

Stars
 (12.651 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador