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/metadata/fixture.rs
// version: 4
// version: 5
//! Native Token-2022 mint preparation for the embedded Token Metadata Devnet campaign.
@@ -91,7 +91,7 @@ pub async fn prepare_token_2022_metadata_fixture(
"Token-2022 metadata fixture requires a persistent Devnet wallet profile",
));
}
if !profile.wallet.devnet_send_enabled || !options.operator_confirmed {
if !profile.execution.devnet_send_enabled || !options.operator_confirmed {
return std::result::Result::Err(ks_core::Error::config(
"Token-2022 metadata fixture requires enabled Devnet submission and explicit operator confirmation",
));