solana-labs/solana

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

オープン

#8,441 opened on 2020/02/25

 (13 件のコメント) (1 件のリアクション) (0 人の担当者)Rust (3,950 件のフォーク)batch import
good first issue

Repository metrics

Stars
 (12,651 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド