This commit is contained in:
2026-07-23 16:37:12 +02:00
parent 99c345f2f2
commit 0da75c1311
2159 changed files with 230833 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
// file: kb-lib/src/executor/router/dflow_aggregator_v4.rs
// version: 1
//! Migration boundary for legacy crate `kb_executor_router_dflow_aggregator_v4`.
/// Legacy crate name retained for migration and compatibility tracking.
pub const LEGACY_CRATE: &str = "kb_executor_router_dflow_aggregator_v4";
/// Current porting status.
pub const MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -0,0 +1,10 @@
// file: kb-lib/src/executor/router/jupiter_aggregator_v4.rs
// version: 1
//! Migration boundary for legacy crate `kb_executor_router_jupiter_aggregator_v4`.
/// Legacy crate name retained for migration and compatibility tracking.
pub const LEGACY_CRATE: &str = "kb_executor_router_jupiter_aggregator_v4";
/// Current porting status.
pub const MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -0,0 +1,10 @@
// file: kb-lib/src/executor/router/jupiter_aggregator_v6.rs
// version: 1
//! Migration boundary for legacy crate `kb_executor_router_jupiter_aggregator_v6`.
/// Legacy crate name retained for migration and compatibility tracking.
pub const LEGACY_CRATE: &str = "kb_executor_router_jupiter_aggregator_v6";
/// Current porting status.
pub const MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -0,0 +1,10 @@
// file: kb-lib/src/executor/router/jupiter_dca.rs
// version: 1
//! Migration boundary for legacy crate `kb_executor_router_jupiter_dca`.
/// Legacy crate name retained for migration and compatibility tracking.
pub const LEGACY_CRATE: &str = "kb_executor_router_jupiter_dca";
/// Current porting status.
pub const MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -0,0 +1,10 @@
// file: kb-lib/src/executor/router/okx_labs_v1.rs
// version: 1
//! Migration boundary for legacy crate `kb_executor_router_okx_labs_v1`.
/// Legacy crate name retained for migration and compatibility tracking.
pub const LEGACY_CRATE: &str = "kb_executor_router_okx_labs_v1";
/// Current porting status.
pub const MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -0,0 +1,10 @@
// file: kb-lib/src/executor/router/okx_labs_v2.rs
// version: 1
//! Migration boundary for legacy crate `kb_executor_router_okx_labs_v2`.
/// Legacy crate name retained for migration and compatibility tracking.
pub const LEGACY_CRATE: &str = "kb_executor_router_okx_labs_v2";
/// Current porting status.
pub const MIGRATION_STATUS: &str = "source-preserved-pending-port";