0.5.1-pre.005

This commit is contained in:
2026-08-10 01:36:42 +02:00
parent ec07ddbd80
commit b6a286a4df
54 changed files with 6236 additions and 5569 deletions

View File

@@ -1,5 +1,5 @@
// file: ks-pipeline-demo-scenarios/src/solana.rs
// version: 13
// version: 14
//! Devnet Solana execution orchestration with canonical post-validation.
@@ -1225,7 +1225,7 @@ pub(crate) fn emit<O>(
mod tests {
fn example_devnet_profile() -> ks_config::ProfileConfig {
let config =
match ks_config::parse_config_json(include_str!("../../config/example.config.json")) {
match ks_config::parse_config_json(include_str!("../../config/app.config.json")) {
std::result::Result::Ok(value) => value,
std::result::Result::Err(error) => panic!("example config parse failed: {error}"),
};