validator: add contact-info query to admin port

This commit is contained in:
Trent Nelson
2021-12-23 00:56:16 -07:00
committed by mergify[bot]
parent d06c04d02c
commit b93ab5d295
4 changed files with 122 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ jsonrpc-server-utils= "18.0.0"
log = "0.4.14"
num_cpus = "1.13.1"
rand = "0.7.0"
serde = "1.0.132"
serde_json = "1.0.73"
solana-clap-utils = { path = "../clap-utils", version = "=1.10.0" }
solana-cli-config = { path = "../cli-config", version = "=1.10.0" }
solana-client = { path = "../client", version = "=1.10.0" }