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-pipeline/src/spl_token_2022_execution_orchestration.rs
// version: 5
// version: 6
//! Final Token-2022 execution-readiness and stateful postcondition contracts.
@@ -235,7 +235,7 @@ mod tests {
..std::default::Default::default()
};
let plan = ks_lib::ExApiPreparedExecutionPlan {
executor_name: "kb-lib.executor.spl.token_2022".to_string(),
executor_name: "ks-lib-executor.spl.token_2022".to_string(),
executor_version: "0.4.6".to_string(),
intent_id: "intent".to_string(),
operation_code: "spl.token_2022.confidential_transfer".to_string(),