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_2022/devnet_execution.rs
// version: 8
// version: 9
//! Devnet Token-2022 execution with stateful and canonical post-validation.
@@ -882,7 +882,7 @@ fn validate_profile(
"Token-2022 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",
));