0.1.0
This commit is contained in:
10
kb-lib/src/executor/clmm/byreal.rs
Normal file
10
kb-lib/src/executor/clmm/byreal.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
// file: kb-lib/src/executor/clmm/byreal.rs
|
||||
// version: 1
|
||||
|
||||
//! Migration boundary for legacy crate `kb_executor_clmm_byreal`.
|
||||
|
||||
/// Legacy crate name retained for migration and compatibility tracking.
|
||||
pub const LEGACY_CRATE: &str = "kb_executor_clmm_byreal";
|
||||
|
||||
/// Current porting status.
|
||||
pub const MIGRATION_STATUS: &str = "source-preserved-pending-port";
|
||||
10
kb-lib/src/executor/clmm/fusion.rs
Normal file
10
kb-lib/src/executor/clmm/fusion.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
// file: kb-lib/src/executor/clmm/fusion.rs
|
||||
// version: 1
|
||||
|
||||
//! Migration boundary for legacy crate `kb_executor_clmm_fusion`.
|
||||
|
||||
/// Legacy crate name retained for migration and compatibility tracking.
|
||||
pub const LEGACY_CRATE: &str = "kb_executor_clmm_fusion";
|
||||
|
||||
/// Current porting status.
|
||||
pub const MIGRATION_STATUS: &str = "source-preserved-pending-port";
|
||||
10
kb-lib/src/executor/clmm/orca_whirlpool.rs
Normal file
10
kb-lib/src/executor/clmm/orca_whirlpool.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
// file: kb-lib/src/executor/clmm/orca_whirlpool.rs
|
||||
// version: 1
|
||||
|
||||
//! Migration boundary for legacy crate `kb_executor_clmm_orca_whirlpool`.
|
||||
|
||||
/// Legacy crate name retained for migration and compatibility tracking.
|
||||
pub const LEGACY_CRATE: &str = "kb_executor_clmm_orca_whirlpool";
|
||||
|
||||
/// Current porting status.
|
||||
pub const MIGRATION_STATUS: &str = "source-preserved-pending-port";
|
||||
10
kb-lib/src/executor/clmm/pancake_swap.rs
Normal file
10
kb-lib/src/executor/clmm/pancake_swap.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
// file: kb-lib/src/executor/clmm/pancake_swap.rs
|
||||
// version: 1
|
||||
|
||||
//! Migration boundary for legacy crate `kb_executor_clmm_pancake_swap`.
|
||||
|
||||
/// Legacy crate name retained for migration and compatibility tracking.
|
||||
pub const LEGACY_CRATE: &str = "kb_executor_clmm_pancake_swap";
|
||||
|
||||
/// Current porting status.
|
||||
pub const MIGRATION_STATUS: &str = "source-preserved-pending-port";
|
||||
10
kb-lib/src/executor/clmm/raydium.rs
Normal file
10
kb-lib/src/executor/clmm/raydium.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
// file: kb-lib/src/executor/clmm/raydium.rs
|
||||
// version: 1
|
||||
|
||||
//! Migration boundary for legacy crate `kb_executor_clmm_raydium`.
|
||||
|
||||
/// Legacy crate name retained for migration and compatibility tracking.
|
||||
pub const LEGACY_CRATE: &str = "kb_executor_clmm_raydium";
|
||||
|
||||
/// Current porting status.
|
||||
pub const MIGRATION_STATUS: &str = "source-preserved-pending-port";
|
||||
10
kb-lib/src/executor/clmm/stabble.rs
Normal file
10
kb-lib/src/executor/clmm/stabble.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
// file: kb-lib/src/executor/clmm/stabble.rs
|
||||
// version: 1
|
||||
|
||||
//! Migration boundary for legacy crate `kb_executor_clmm_stabble`.
|
||||
|
||||
/// Legacy crate name retained for migration and compatibility tracking.
|
||||
pub const LEGACY_CRATE: &str = "kb_executor_clmm_stabble";
|
||||
|
||||
/// Current porting status.
|
||||
pub const MIGRATION_STATUS: &str = "source-preserved-pending-port";
|
||||
Reference in New Issue
Block a user