Add validator-info CLI (#4970)

* Add validator-info CLI

* Add GetProgramAccounts method to solana-client

* Update validator-info args, and add get subcommand

* Update ValidatorInfo lengths

* Add account filter for get --all

* Update testnet participation doc to reflect validator-info

* Flesh out tests

* Review comments
This commit is contained in:
Tyera Eulberg
2019-07-11 12:38:52 -06:00
committed by GitHub
parent 08f6de0acd
commit 2c8d6f87e6
9 changed files with 580 additions and 0 deletions

View File

@ -38,6 +38,7 @@ BIN_CRATES=(
ledger-tool
replicator
validator
validator-info
wallet
bench-exchange
bench-tps