v0.2.11-pre.002-fix.001

This commit is contained in:
2026-08-25 20:17:31 +02:00
parent 4f92fb03f1
commit 3fd540a9db
18 changed files with 358 additions and 67 deletions

View File

@@ -0,0 +1,7 @@
// file: crates/ksp-offchain-transport-lib/src/constants.rs
// version: 1
//! Off-chain Transport-owned tracing constants.
/// Owning tracing target for events emitted by the off-chain transport crate.
pub(crate) const TRACING_TARGET: &str = "ksp-offchain-transport-lib";