0.5.1-pre.002

This commit is contained in:
2026-08-09 19:34:08 +02:00
parent 816eee59a9
commit 6a680767ae
767 changed files with 12257 additions and 12195 deletions

View File

@@ -0,0 +1,10 @@
// file: ks-pipeline-demo-scenarios/src/constants.rs
// version: 4
//! Demo scenario constants.
/// Canonical tracing target for demo pipeline scenarios.
pub(crate) const TRACING_TARGET: &str = "ks-pipeline-demo-scenarios";
/// Total transactions reserved by one complete Solana Program Metadata campaign.
pub(crate) const SOLANA_PROGRAM_METADATA_CAMPAIGN_TRANSACTION_COUNT: u64 = 11;