v0.1.0-pre.062

This commit is contained in:
2026-07-30 10:27:06 +02:00
parent f40fb78817
commit 460671e19d
319 changed files with 392513 additions and 9507 deletions

View File

@@ -1,5 +1,5 @@
// file: kb-pipeline-demo-scenarios/src/solana_token_2022_devnet_execution.rs
// version: 4
// version: 5
//! Devnet Token-2022 execution with stateful and canonical post-validation.
@@ -372,7 +372,7 @@ where
};
summary.materializations = rows
.into_iter()
.filter(|row| return row.source_decoder_name == "spl_token_2022")
.filter(|row| return row.source_decoder_name == "spl.token_2022")
.collect();
diagnostic.materialized =
!summary.plan.policy.post_execution_validation.materialization_required