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/elgamal_registry/builder.rs
// version: 8
// version: 9
//! Official registry builders and conservative plan validation.
@@ -134,7 +134,7 @@ pub(crate) fn executor_spl_elgamal_registry_build_prepared_plan(
"built SPL ElGamal registry execution plan"
);
return std::result::Result::Ok(crate::ExApiPreparedExecutionPlan {
executor_name: std::string::String::from("kb-lib.executor.spl.elgamal_registry"),
executor_name: std::string::String::from("ks-lib-executor.spl.elgamal_registry"),
executor_version: std::string::String::from(env!("CARGO_PKG_VERSION")),
intent_id: intent.intent_id.clone(),
operation_code: std::string::String::from(operation_code),