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/metadata/metaplex_token_metadata/builder.rs
// version: 12
// version: 13
//! Official Metaplex builders and conservative plan validation.
@@ -201,7 +201,7 @@ pub(crate) fn executor_metaplex_token_metadata_build_prepared_plan(
return std::result::Result::Err(error);
}
return std::result::Result::Ok(crate::ExApiPreparedExecutionPlan {
executor_name: "kb-lib.executor.metadata.metaplex_token_metadata".to_string(),
executor_name: "ks-lib-executor.metadata.metaplex_token_metadata".to_string(),
executor_version: env!("CARGO_PKG_VERSION").to_string(),
intent_id: intent.intent_id.clone(),
operation_code: intent.operation.operation_code().to_string(),