diff --git a/Cargo.lock b/Cargo.lock index dc1f17ca..384cc657 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7492,7 +7492,7 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "subvt-app-service" -version = "0.17.43" +version = "0.17.44" dependencies = [ "actix-http", "actix-rt", @@ -7521,7 +7521,7 @@ dependencies = [ [[package]] name = "subvt-block-processor" -version = "0.17.43" +version = "0.17.44" dependencies = [ "anyhow", "async-lock", @@ -7547,7 +7547,7 @@ dependencies = [ [[package]] name = "subvt-config" -version = "0.17.43" +version = "0.17.44" dependencies = [ "config", "serde", @@ -7555,7 +7555,7 @@ dependencies = [ [[package]] name = "subvt-governance" -version = "0.17.43" +version = "0.17.44" dependencies = [ "anyhow", "lazy_static", @@ -7569,7 +7569,7 @@ dependencies = [ [[package]] name = "subvt-logging" -version = "0.17.43" +version = "0.17.44" dependencies = [ "env_logger", "log", @@ -7578,7 +7578,7 @@ dependencies = [ [[package]] name = "subvt-metrics" -version = "0.17.43" +version = "0.17.44" dependencies = [ "env_logger", "log", @@ -7592,7 +7592,7 @@ dependencies = [ [[package]] name = "subvt-network-status-server" -version = "0.17.43" +version = "0.17.44" dependencies = [ "anyhow", "async-trait", @@ -7617,7 +7617,7 @@ dependencies = [ [[package]] name = "subvt-network-status-updater" -version = "0.17.43" +version = "0.17.44" dependencies = [ "anyhow", "async-trait", @@ -7639,7 +7639,7 @@ dependencies = [ [[package]] name = "subvt-nft" -version = "0.17.43" +version = "0.17.44" dependencies = [ "anyhow", "lazy_static", @@ -7651,7 +7651,7 @@ dependencies = [ [[package]] name = "subvt-notification-generator" -version = "0.17.43" +version = "0.17.44" dependencies = [ "anyhow", "async-lock", @@ -7678,7 +7678,7 @@ dependencies = [ [[package]] name = "subvt-notification-processor" -version = "0.17.43" +version = "0.17.44" dependencies = [ "a2", "anyhow", @@ -7713,7 +7713,7 @@ dependencies = [ [[package]] name = "subvt-onekv-updater" -version = "0.17.43" +version = "0.17.44" dependencies = [ "anyhow", "async-trait", @@ -7735,7 +7735,7 @@ dependencies = [ [[package]] name = "subvt-persistence" -version = "0.17.43" +version = "0.17.44" dependencies = [ "anyhow", "chrono", @@ -7754,7 +7754,7 @@ dependencies = [ [[package]] name = "subvt-plotter" -version = "0.17.43" +version = "0.17.44" dependencies = [ "anyhow", "chrono", @@ -7777,7 +7777,7 @@ dependencies = [ [[package]] name = "subvt-proc-macro" -version = "0.17.43" +version = "0.17.44" dependencies = [ "proc-macro2", "quote", @@ -7786,7 +7786,7 @@ dependencies = [ [[package]] name = "subvt-referendum-updater" -version = "0.17.43" +version = "0.17.44" dependencies = [ "anyhow", "async-trait", @@ -7810,7 +7810,7 @@ dependencies = [ [[package]] name = "subvt-report-service" -version = "0.17.43" +version = "0.17.44" dependencies = [ "actix-web", "anyhow", @@ -7836,7 +7836,7 @@ dependencies = [ [[package]] name = "subvt-service-common" -version = "0.17.43" +version = "0.17.44" dependencies = [ "actix-web", "anyhow", @@ -7853,7 +7853,7 @@ dependencies = [ [[package]] name = "subvt-substrate-client" -version = "0.17.43" +version = "0.17.44" dependencies = [ "anyhow", "async-lock", @@ -7882,7 +7882,7 @@ dependencies = [ [[package]] name = "subvt-telegram-bot" -version = "0.17.43" +version = "0.17.44" dependencies = [ "anyhow", "async-recursion", @@ -7920,7 +7920,7 @@ dependencies = [ [[package]] name = "subvt-telemetry-processor" -version = "0.17.43" +version = "0.17.44" dependencies = [ "anyhow", "async-lock", @@ -7944,7 +7944,7 @@ dependencies = [ [[package]] name = "subvt-types" -version = "0.17.43" +version = "0.17.44" dependencies = [ "anyhow", "chrono", @@ -7985,7 +7985,7 @@ dependencies = [ [[package]] name = "subvt-utility" -version = "0.17.43" +version = "0.17.44" dependencies = [ "anyhow", "hex", @@ -7995,7 +7995,7 @@ dependencies = [ [[package]] name = "subvt-validator-details-server" -version = "0.17.43" +version = "0.17.44" dependencies = [ "anyhow", "async-trait", @@ -8019,7 +8019,7 @@ dependencies = [ [[package]] name = "subvt-validator-list-server" -version = "0.17.43" +version = "0.17.44" dependencies = [ "anyhow", "async-trait", @@ -8046,7 +8046,7 @@ dependencies = [ [[package]] name = "subvt-validator-list-updater" -version = "0.17.43" +version = "0.17.44" dependencies = [ "anyhow", "async-lock", diff --git a/_docker/compose/.env.sample b/_docker/compose/.env.sample index 25259028..be67beb4 100644 --- a/_docker/compose/.env.sample +++ b/_docker/compose/.env.sample @@ -1,4 +1,4 @@ -VERSION=0.17.43 +VERSION=0.17.44 ENV=production LOG_LEVEL=debug diff --git a/subvt-app-service/Cargo.toml b/subvt-app-service/Cargo.toml index 0170d559..f139ab74 100644 --- a/subvt-app-service/Cargo.toml +++ b/subvt-app-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-app-service" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-block-processor/Cargo.toml b/subvt-block-processor/Cargo.toml index 9adc214f..8396f31a 100644 --- a/subvt-block-processor/Cargo.toml +++ b/subvt-block-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-block-processor" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-config/Cargo.toml b/subvt-config/Cargo.toml index 6ab730af..94d8aaac 100644 --- a/subvt-config/Cargo.toml +++ b/subvt-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-config" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-governance/Cargo.toml b/subvt-governance/Cargo.toml index ae9a020a..2b392840 100644 --- a/subvt-governance/Cargo.toml +++ b/subvt-governance/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-governance" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-logging/Cargo.toml b/subvt-logging/Cargo.toml index 768d766f..2aeddfa4 100644 --- a/subvt-logging/Cargo.toml +++ b/subvt-logging/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-logging" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-metrics/Cargo.toml b/subvt-metrics/Cargo.toml index 749af817..0dae1890 100644 --- a/subvt-metrics/Cargo.toml +++ b/subvt-metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-metrics" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-network-status-server/Cargo.toml b/subvt-network-status-server/Cargo.toml index 28d2f14d..19d8ae67 100644 --- a/subvt-network-status-server/Cargo.toml +++ b/subvt-network-status-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-network-status-server" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-network-status-updater/Cargo.toml b/subvt-network-status-updater/Cargo.toml index bbd22aad..76160a95 100644 --- a/subvt-network-status-updater/Cargo.toml +++ b/subvt-network-status-updater/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-network-status-updater" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-nft/Cargo.toml b/subvt-nft/Cargo.toml index 8bf867a1..48df8be8 100644 --- a/subvt-nft/Cargo.toml +++ b/subvt-nft/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-nft" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-notification-generator/Cargo.toml b/subvt-notification-generator/Cargo.toml index 1eaf6985..5385c644 100644 --- a/subvt-notification-generator/Cargo.toml +++ b/subvt-notification-generator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-notification-generator" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-notification-processor/Cargo.toml b/subvt-notification-processor/Cargo.toml index da0c848e..52b913b4 100644 --- a/subvt-notification-processor/Cargo.toml +++ b/subvt-notification-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-notification-processor" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-onekv-updater/Cargo.toml b/subvt-onekv-updater/Cargo.toml index 9acc1756..f0fc259f 100644 --- a/subvt-onekv-updater/Cargo.toml +++ b/subvt-onekv-updater/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-onekv-updater" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-persistence/Cargo.toml b/subvt-persistence/Cargo.toml index 4ccf2004..ef24ffab 100644 --- a/subvt-persistence/Cargo.toml +++ b/subvt-persistence/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-persistence" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-plotter/Cargo.toml b/subvt-plotter/Cargo.toml index e740a446..9752e290 100644 --- a/subvt-plotter/Cargo.toml +++ b/subvt-plotter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-plotter" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-proc-macro/Cargo.toml b/subvt-proc-macro/Cargo.toml index 16f40207..c6206567 100644 --- a/subvt-proc-macro/Cargo.toml +++ b/subvt-proc-macro/Cargo.toml @@ -3,7 +3,7 @@ proc-macro = true [package] name = "subvt-proc-macro" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-referendum-updater/Cargo.toml b/subvt-referendum-updater/Cargo.toml index c86ac26e..779aa47e 100644 --- a/subvt-referendum-updater/Cargo.toml +++ b/subvt-referendum-updater/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-referendum-updater" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-report-service/Cargo.toml b/subvt-report-service/Cargo.toml index 169aded1..0fe74bfc 100644 --- a/subvt-report-service/Cargo.toml +++ b/subvt-report-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-report-service" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-report-service/src/validator/mod.rs b/subvt-report-service/src/validator/mod.rs index 7af47514..1e6de4e6 100644 --- a/subvt-report-service/src/validator/mod.rs +++ b/subvt-report-service/src/validator/mod.rs @@ -255,7 +255,7 @@ pub(crate) async fn validator_reward_chart_service( data: web::Data, ) -> ResultResponse { let people_client = SubstrateClient::new( - CONFIG.substrate.rpc_url.as_str(), + CONFIG.substrate.people_rpc_url.as_str(), CONFIG.substrate.network_id, CONFIG.substrate.connection_timeout_seconds, CONFIG.substrate.request_timeout_seconds, diff --git a/subvt-service-common/Cargo.toml b/subvt-service-common/Cargo.toml index ca4fecb6..fa60bcff 100644 --- a/subvt-service-common/Cargo.toml +++ b/subvt-service-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-service-common" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-substrate-client/Cargo.toml b/subvt-substrate-client/Cargo.toml index bbf9f5f4..795619d8 100644 --- a/subvt-substrate-client/Cargo.toml +++ b/subvt-substrate-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-substrate-client" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-telegram-bot/Cargo.toml b/subvt-telegram-bot/Cargo.toml index e0febbce..26de271d 100644 --- a/subvt-telegram-bot/Cargo.toml +++ b/subvt-telegram-bot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-telegram-bot" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-telemetry-processor/Cargo.toml b/subvt-telemetry-processor/Cargo.toml index 9fd6d19a..8e463d10 100644 --- a/subvt-telemetry-processor/Cargo.toml +++ b/subvt-telemetry-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-telemetry-processor" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-types/Cargo.toml b/subvt-types/Cargo.toml index abc7d3fb..330862ec 100644 --- a/subvt-types/Cargo.toml +++ b/subvt-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-types" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-utility/Cargo.toml b/subvt-utility/Cargo.toml index 5e89742f..0a0d5eda 100644 --- a/subvt-utility/Cargo.toml +++ b/subvt-utility/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-utility" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-validator-details-server/Cargo.toml b/subvt-validator-details-server/Cargo.toml index a1f05e29..d1a3736d 100644 --- a/subvt-validator-details-server/Cargo.toml +++ b/subvt-validator-details-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-validator-details-server" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-validator-list-server/Cargo.toml b/subvt-validator-list-server/Cargo.toml index 3ca29ecd..318793cf 100644 --- a/subvt-validator-list-server/Cargo.toml +++ b/subvt-validator-list-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-validator-list-server" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-validator-list-updater/Cargo.toml b/subvt-validator-list-updater/Cargo.toml index b608027e..94b60cc2 100644 --- a/subvt-validator-list-updater/Cargo.toml +++ b/subvt-validator-list-updater/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-validator-list-updater" -version = "0.17.43" +version = "0.17.44" edition = "2021" rust-version = "1.67.0"