From 8edc762df96fd0cdcdf435829ad94b82d7fa54fd Mon Sep 17 00:00:00 2001 From: tommy Date: Wed, 10 Aug 2022 11:10:38 +0200 Subject: [PATCH] Update - update the cargo toml - amend the work flow file - and the envs to mainnet (disclaimer add qa after) --- .github/workflows/nym-release-publish.yml | 1 + Cargo.lock | 14 +++++++------- Cargo.toml | 1 + envs/mainnet.env | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/nym-release-publish.yml b/.github/workflows/nym-release-publish.yml index afad6bd78a..ed966ecffc 100644 --- a/.github/workflows/nym-release-publish.yml +++ b/.github/workflows/nym-release-publish.yml @@ -45,3 +45,4 @@ jobs: target/release/nym-socks5-client target/release/nym-validator-api target/release/nym-network-requester + target/release/nym-network-statistics \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index f8ffd17c35..a075fc0a4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3056,7 +3056,7 @@ dependencies = [ [[package]] name = "nym-client" -version = "1.0.1" +version = "1.0.2" dependencies = [ "clap 3.2.8", "client-core", @@ -3090,7 +3090,7 @@ dependencies = [ [[package]] name = "nym-gateway" -version = "1.0.1" +version = "1.0.2" dependencies = [ "anyhow", "async-trait", @@ -3138,7 +3138,7 @@ dependencies = [ [[package]] name = "nym-mixnode" -version = "1.0.1" +version = "1.0.2" dependencies = [ "anyhow", "bs58", @@ -3178,7 +3178,7 @@ dependencies = [ [[package]] name = "nym-network-requester" -version = "1.0.1" +version = "1.0.2" dependencies = [ "async-trait", "clap 2.34.0", @@ -3206,7 +3206,7 @@ dependencies = [ [[package]] name = "nym-network-statistics" -version = "0.1.0" +version = "1.0.2" dependencies = [ "dirs", "log", @@ -3222,7 +3222,7 @@ dependencies = [ [[package]] name = "nym-socks5-client" -version = "1.0.1" +version = "1.0.2" dependencies = [ "clap 3.2.8", "client-core", @@ -3283,7 +3283,7 @@ dependencies = [ [[package]] name = "nym-validator-api" -version = "1.0.1" +version = "1.0.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d351216627..8b8d9d560b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,6 +76,7 @@ default-members = [ "clients/socks5", "gateway", "service-providers/network-requester", + "service-providers/network-statistics", "mixnode", "validator-api", "explorer-api", diff --git a/envs/mainnet.env b/envs/mainnet.env index dce1c3c9c0..ff48486818 100644 --- a/envs/mainnet.env +++ b/envs/mainnet.env @@ -15,6 +15,6 @@ BANDWIDTH_CLAIM_CONTRACT_ADDRESS=n19lc9u84cz0yz3fww5283nucc9yvr8gsjmgeul0 COCONUT_BANDWIDTH_CONTRACT_ADDRESS=n19lc9u84cz0yz3fww5283nucc9yvr8gsjmgeul0 MULTISIG_CONTRACT_ADDRESS=n19lc9u84cz0yz3fww5283nucc9yvr8gsjmgeul0 REWARDING_VALIDATOR_ADDRESS=n10yyd98e2tuwu0f7ypz9dy3hhjw7v772q6287gy -STATISTICS_SERVICE_DOMAIN_ADDRESS="http://127.0.0.1:8090" +STATISTICS_SERVICE_DOMAIN_ADDRESS="https://"mainnet-stats.nymte.ch:8090" NYMD_VALIDATOR="https://rpc.nyx.nodes.guru/" API_VALIDATOR="https://validator.nymtech.net/api/"