Validator Command Binary - Draft

- validator-action rust cli tool
- enables ease of use functionality to do commands to respective environments
This commit is contained in:
tommy
2022-08-04 12:57:56 +02:00
parent 9c19ae322d
commit 3429e0a8e9
5 changed files with 56 additions and 3057 deletions
Generated
+32
View File
@@ -5397,6 +5397,15 @@ dependencies = [
"tokio",
]
[[package]]
name = "streaming-stats"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0d670ce4e348a2081843569e0f79b21c99c91bb9028b3b3ecb0f050306de547"
dependencies = [
"num-traits",
]
[[package]]
name = "stringprep"
version = "0.1.2"
@@ -6284,6 +6293,29 @@ dependencies = [
"vesting-contract-common",
]
[[package]]
name = "validator-client-scripts"
version = "1.0.0"
dependencies = [
"base64",
"bip39",
"bs58",
"clap 3.2.8",
"csv",
"dotenv",
"log",
"mixnet-contract-common",
"network-defaults",
"pretty_env_logger",
"serde",
"serde_json",
"streaming-stats",
"tokio",
"url",
"validator-client",
"vesting-contract-common",
]
[[package]]
name = "valuable"
version = "0.1.0"
+3 -1
View File
@@ -68,7 +68,9 @@ members = [
"service-providers/network-statistics",
"validator-api",
"validator-api/validator-api-requests",
"tools/ts-rs-cli"
"tools/ts-rs-cli",
"tools/validator-client-scripts-rs"
]
default-members = [
+20
View File
@@ -0,0 +1,20 @@
CONFIGURED=true
RUST_LOG=info
RUST_BACKTRACE=1
BECH32_PREFIX=n
MIX_DENOM=unym
MIX_DENOM_DISPLAY=nym
STAKE_DENOM=unyx
STAKE_DENOM_DISPLAY=nyx
DENOMS_EXPONENT=6
MIXNET_CONTRACT_ADDRESS=updateshortly
VESTING_CONTRACT_ADDRESS=updateshortly
BANDWIDTH_CLAIM_CONTRACT_ADDRESS=
COCONUT_BANDWIDTH_CONTRACT_ADDRESS=
MULTISIG_CONTRACT_ADDRESS=
REWARDING_VALIDATOR_ADDRESS=n1ms55meaqd3ztytstwn0v0pl7kjrgmnq6d0674t
STATISTICS_SERVICE_DOMAIN_ADDRESS="http://0.0.0.0"
NYMD_VALIDATOR="https://validator-service:26657"
API_VALIDATOR="http://validator-api-service:8080"
-3056
View File
File diff suppressed because it is too large Load Diff
Submodule tools/validator-client-scripts-rs added at 74b5d400c3