0.5.1-pre.007

This commit is contained in:
2026-08-10 09:28:57 +02:00
parent 34a670eaec
commit a2820062eb
81 changed files with 3357 additions and 2381 deletions

View File

@@ -1,5 +1,5 @@
// file: ks-pipeline-demo-scenarios/src/spl/token/execution.rs
// version: 14
// version: 15
//! Devnet classic SPL Token execution with stateful and canonical post-validation.
@@ -642,7 +642,7 @@ fn validate_profile(
"SPL Token Devnet orchestration requires simulation",
));
}
if request.submit && !profile.wallet.devnet_send_enabled {
if request.submit && !profile.execution.devnet_send_enabled {
return std::result::Result::Err(ks_core::Error::config(
"Devnet transaction submission is disabled by the wallet profile",
));