v0.1.0-pre.020

This commit is contained in:
2026-07-24 22:01:07 +02:00
parent fa2d9d8ecd
commit 4190b2c0ce
84 changed files with 3314 additions and 274 deletions

View File

@@ -1,7 +1,7 @@
// file: kb-lib/src/materializer/staking/constants.rs
// version: 1
// version: 2
//! Local constants for the native stake and vote materializer.
/// Canonical tracing target for this component.
pub(crate) const MT_STAKING_TRACING_TARGET: &str = "kb-lib.materializer.staking";
pub(crate) const TRACING_TARGET_MATERIALIZER_STAKING: &str = "kb-lib.materializer.staking";