0.1.0
This commit is contained in:
10
kb-lib/src/executor/router/dflow_aggregator_v4.rs
Normal file
10
kb-lib/src/executor/router/dflow_aggregator_v4.rs
Normal 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";
|
||||
10
kb-lib/src/executor/router/jupiter_aggregator_v4.rs
Normal file
10
kb-lib/src/executor/router/jupiter_aggregator_v4.rs
Normal 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";
|
||||
10
kb-lib/src/executor/router/jupiter_aggregator_v6.rs
Normal file
10
kb-lib/src/executor/router/jupiter_aggregator_v6.rs
Normal 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";
|
||||
10
kb-lib/src/executor/router/jupiter_dca.rs
Normal file
10
kb-lib/src/executor/router/jupiter_dca.rs
Normal 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";
|
||||
10
kb-lib/src/executor/router/okx_labs_v1.rs
Normal file
10
kb-lib/src/executor/router/okx_labs_v1.rs
Normal 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";
|
||||
10
kb-lib/src/executor/router/okx_labs_v2.rs
Normal file
10
kb-lib/src/executor/router/okx_labs_v2.rs
Normal 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";
|
||||
Reference in New Issue
Block a user