Merge branch 'release/2024.14-crunch' into merge/release/2024.14-crunch

This commit is contained in:
Jędrzej Stuczyński
2024-12-10 15:29:26 +00:00
178 changed files with 5756 additions and 2612 deletions
-2
View File
@@ -1,2 +0,0 @@
// Copyright 2023 - Nym Technologies SA <contact@nymtech.net>
// SPDX-License-Identifier: GPL-3.0-only
-1
View File
@@ -14,7 +14,6 @@ pub use router::{api, HttpServerConfig, NymNodeRouter};
pub mod error;
pub mod helpers;
pub mod middleware;
pub mod router;
pub mod state;
+1 -1
View File
@@ -8,7 +8,7 @@ use axum::response::Redirect;
use axum::routing::get;
use axum::Router;
use nym_bin_common::bin_info_owned;
use nym_http_api_common::logging;
use nym_http_api_common::middleware::logging;
use nym_node_requests::api::v1::authenticator::models::Authenticator;
use nym_node_requests::api::v1::gateway::models::Gateway;
use nym_node_requests::api::v1::ip_packet_router::models::IpPacketRouter;
-1
View File
@@ -33,7 +33,6 @@ impl NymNodeTopologyProvider {
min_gateway_performance: 0,
},
nym_api_url,
env!("CARGO_PKG_VERSION").to_string(),
Some(user_agent),
),
cache_ttl,