v0.3.11-pre.005

This commit is contained in:
2026-09-08 10:24:04 +02:00
parent a4061ee1e1
commit 0db32a865c
8 changed files with 456 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
// file: crates/ksp-worker-raw-transaction-ingest-lib/src/lib.rs
// version: 3
// version: 4
#![warn(missing_docs)]
#![deny(unreachable_pub)]
@@ -8,9 +8,9 @@
//! Source-neutral runtime foundation for continuous KSP RAW transaction ingestion.
//!
//! This tranche owns the concrete Worker family identity, validated technical settings
//! and the minimal caller-runtime-owned start/stop lifecycle. Task supervision, bounded
//! admission, persistence and latest-value snapshots remain in their dedicated prereleases;
//! no live source or Transport dependency exists here.
//! and the caller-runtime-owned lifecycle with private child-task supervision. Bounded
//! admission, persistence and latest-value snapshots remain in their dedicated prereleases; no
//! live source or Transport dependency exists here.
mod error;
mod identity;