0.5.1-pre.003

This commit is contained in:
2026-08-09 22:48:31 +02:00
parent 6a680767ae
commit 6151bb25e7
333 changed files with 2200 additions and 2158 deletions

View File

@@ -1,5 +1,5 @@
// file: ks-lib/src/executor/fees/bags_fee_share_v1.rs
// version: 4
// version: 5
//! Reserved executor for `fees_bags_fee_share_v1`.
@@ -9,7 +9,7 @@ pub struct ExFeesBagsFeeShareV1Executor;
impl crate::ExApiInstructionExecutor for crate::ExFeesBagsFeeShareV1Executor {
fn executor_name(&self) -> &'static str {
return "kb-lib.executor.fees.bags_fee_share_v1";
return "ks-lib-executor.fees.bags_fee_share_v1";
}
fn executor_version(&self) -> &'static str {
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExFeesBagsFeeShareV1Executor {
std::result::Result::Err(error) => return std::result::Result::Err(error),
};
return std::result::Result::Ok(crate::ExApiExecutionPlan {
executor_name: "kb-lib.executor.fees.bags_fee_share_v1".to_string(),
executor_name: "ks-lib-executor.fees.bags_fee_share_v1".to_string(),
instruction_count: 0,
payload_json,
});

View File

@@ -1,5 +1,5 @@
// file: ks-lib/src/executor/fees/bags_fee_share_v2.rs
// version: 4
// version: 5
//! Reserved executor for `fees_bags_fee_share_v2`.
@@ -9,7 +9,7 @@ pub struct ExFeesBagsFeeShareV2Executor;
impl crate::ExApiInstructionExecutor for crate::ExFeesBagsFeeShareV2Executor {
fn executor_name(&self) -> &'static str {
return "kb-lib.executor.fees.bags_fee_share_v2";
return "ks-lib-executor.fees.bags_fee_share_v2";
}
fn executor_version(&self) -> &'static str {
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExFeesBagsFeeShareV2Executor {
std::result::Result::Err(error) => return std::result::Result::Err(error),
};
return std::result::Result::Ok(crate::ExApiExecutionPlan {
executor_name: "kb-lib.executor.fees.bags_fee_share_v2".to_string(),
executor_name: "ks-lib-executor.fees.bags_fee_share_v2".to_string(),
instruction_count: 0,
payload_json,
});

View File

@@ -1,5 +1,5 @@
// file: ks-lib/src/executor/fees/pump_fees.rs
// version: 4
// version: 5
//! Reserved executor for `fees_pump_fees`.
@@ -9,7 +9,7 @@ pub struct ExFeesPumpFeesExecutor;
impl crate::ExApiInstructionExecutor for crate::ExFeesPumpFeesExecutor {
fn executor_name(&self) -> &'static str {
return "kb-lib.executor.fees.pump_fees";
return "ks-lib-executor.fees.pump_fees";
}
fn executor_version(&self) -> &'static str {
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExFeesPumpFeesExecutor {
std::result::Result::Err(error) => return std::result::Result::Err(error),
};
return std::result::Result::Ok(crate::ExApiExecutionPlan {
executor_name: "kb-lib.executor.fees.pump_fees".to_string(),
executor_name: "ks-lib-executor.fees.pump_fees".to_string(),
instruction_count: 0,
payload_json,
});