v0.1.0-pre.011-fix-01

This commit is contained in:
2026-07-24 15:06:27 +02:00
parent 42e8a203ec
commit 60660ca555
161 changed files with 10665 additions and 977 deletions

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/aldrin_v1.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_aldrin_v1`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_aldrin_v1";
pub(crate) const DC_AMM_ALDRIN_V1_LEGACY_CRATE: &str = "kb_decoder_amm_aldrin_v1";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_ALDRIN_V1_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/aldrin_v2.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_aldrin_v2`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_aldrin_v2";
pub(crate) const DC_AMM_ALDRIN_V2_LEGACY_CRATE: &str = "kb_decoder_amm_aldrin_v2";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_ALDRIN_V2_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/alphaq.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_alphaq`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_alphaq";
pub(crate) const DC_AMM_ALPHAQ_LEGACY_CRATE: &str = "kb_decoder_amm_alphaq";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_ALPHAQ_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/believe.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_believe`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_believe";
pub(crate) const DC_AMM_BELIEVE_LEGACY_CRATE: &str = "kb_decoder_amm_believe";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_BELIEVE_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/bonk_swap.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_bonk_swap`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_bonk_swap";
pub(crate) const DC_AMM_BONK_SWAP_LEGACY_CRATE: &str = "kb_decoder_amm_bonk_swap";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_BONK_SWAP_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/fluxbeam.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_fluxbeam`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_fluxbeam";
pub(crate) const DC_AMM_FLUXBEAM_LEGACY_CRATE: &str = "kb_decoder_amm_fluxbeam";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_FLUXBEAM_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/goon_fi.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_goon_fi`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_goon_fi";
pub(crate) const DC_AMM_GOON_FI_LEGACY_CRATE: &str = "kb_decoder_amm_goon_fi";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_GOON_FI_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/goosefx_gamma.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_goosefx_gamma`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_goosefx_gamma";
pub(crate) const DC_AMM_GOOSEFX_GAMMA_LEGACY_CRATE: &str = "kb_decoder_amm_goosefx_gamma";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_GOOSEFX_GAMMA_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/goosefx_v2.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_goosefx_v2`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_goosefx_v2";
pub(crate) const DC_AMM_GOOSEFX_V2_LEGACY_CRATE: &str = "kb_decoder_amm_goosefx_v2";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_GOOSEFX_V2_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/guac_swap.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_guac_swap`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_guac_swap";
pub(crate) const DC_AMM_GUAC_SWAP_LEGACY_CRATE: &str = "kb_decoder_amm_guac_swap";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_GUAC_SWAP_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/lifinity_swap_v2.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_lifinity_swap_v2`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_lifinity_swap_v2";
pub(crate) const DC_AMM_LIFINITY_SWAP_V2_LEGACY_CRATE: &str = "kb_decoder_amm_lifinity_swap_v2";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_LIFINITY_SWAP_V2_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,12 @@
// file: kb-lib/src/decoder/amm/metadao_futarchy_amm.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_metadao_futarchy_amm`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_metadao_futarchy_amm";
pub(crate) const DC_AMM_METADAO_FUTARCHY_AMM_LEGACY_CRATE: &str =
"kb_decoder_amm_metadao_futarchy_amm";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_METADAO_FUTARCHY_AMM_MIGRATION_STATUS: &str =
"source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/metadao_v0_5.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_metadao_v0_5`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_metadao_v0_5";
pub(crate) const DC_AMM_METADAO_V0_5_LEGACY_CRATE: &str = "kb_decoder_amm_metadao_v0_5";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_METADAO_V0_5_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/meteora_damm_v1.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_meteora_damm_v1`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_meteora_damm_v1";
pub(crate) const DC_AMM_METEORA_DAMM_V1_LEGACY_CRATE: &str = "kb_decoder_amm_meteora_damm_v1";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_METEORA_DAMM_V1_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/meteora_damm_v2.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_meteora_damm_v2`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_meteora_damm_v2";
pub(crate) const DC_AMM_METEORA_DAMM_V2_LEGACY_CRATE: &str = "kb_decoder_amm_meteora_damm_v2";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_METEORA_DAMM_V2_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/obric_v2.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_obric_v2`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_obric_v2";
pub(crate) const DC_AMM_OBRIC_V2_LEGACY_CRATE: &str = "kb_decoder_amm_obric_v2";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_OBRIC_V2_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/one_dex.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_one_dex`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_one_dex";
pub(crate) const DC_AMM_ONE_DEX_LEGACY_CRATE: &str = "kb_decoder_amm_one_dex";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_ONE_DEX_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/pump_swap.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_pump_swap`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_pump_swap";
pub(crate) const DC_AMM_PUMP_SWAP_LEGACY_CRATE: &str = "kb_decoder_amm_pump_swap";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_PUMP_SWAP_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/raydium_lp_v4.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_raydium_lp_v4`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_raydium_lp_v4";
pub(crate) const DC_AMM_RAYDIUM_LP_V4_LEGACY_CRATE: &str = "kb_decoder_amm_raydium_lp_v4";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_RAYDIUM_LP_V4_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/solfi.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_solfi`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_solfi";
pub(crate) const DC_AMM_SOLFI_LEGACY_CRATE: &str = "kb_decoder_amm_solfi";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_SOLFI_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/solfi_v2.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_solfi_v2`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_solfi_v2";
pub(crate) const DC_AMM_SOLFI_V2_LEGACY_CRATE: &str = "kb_decoder_amm_solfi_v2";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_SOLFI_V2_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/vertigo.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_vertigo`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_vertigo";
pub(crate) const DC_AMM_VERTIGO_LEGACY_CRATE: &str = "kb_decoder_amm_vertigo";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_VERTIGO_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/virtuals.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_virtuals`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_virtuals";
pub(crate) const DC_AMM_VIRTUALS_LEGACY_CRATE: &str = "kb_decoder_amm_virtuals";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_VIRTUALS_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/woofi.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_woofi`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_woofi";
pub(crate) const DC_AMM_WOOFI_LEGACY_CRATE: &str = "kb_decoder_amm_woofi";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_WOOFI_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/zero_fi.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_zero_fi`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_zero_fi";
pub(crate) const DC_AMM_ZERO_FI_LEGACY_CRATE: &str = "kb_decoder_amm_zero_fi";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_ZERO_FI_MIGRATION_STATUS: &str = "source-preserved-pending-port";

View File

@@ -1,10 +1,10 @@
// file: kb-lib/src/decoder/amm/zora.rs
// version: 1
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_zora`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_zora";
pub(crate) const DC_AMM_ZORA_LEGACY_CRATE: &str = "kb_decoder_amm_zora";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
pub(crate) const DC_AMM_ZORA_MIGRATION_STATUS: &str = "source-preserved-pending-port";