solana-labs/solana

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

Open

#8,441 建立於 2020年2月25日

在 GitHub 查看
 (13 留言) (1 反應) (0 負責人)Rust (3,950 fork)batch import
good first issue

倉庫指標

Star
 (12,651 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南