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/spl/token/builder.rs
// version: 10
// version: 11
//! Official classic SPL Token builders and conservative plan validation.
@@ -69,7 +69,7 @@ pub(crate) fn executor_spl_token_build_prepared_plan(
"built classic SPL Token execution plan"
);
return std::result::Result::Ok(crate::ExApiPreparedExecutionPlan {
executor_name: std::string::String::from("kb-lib.executor.spl.token"),
executor_name: std::string::String::from("ks-lib-executor.spl.token"),
executor_version: std::string::String::from(env!("CARGO_PKG_VERSION")),
intent_id: intent.intent_id.clone(),
operation_code: std::string::String::from(intent.operation.operation_code()),