v0.3.13-pre.009-fix.002

This commit is contained in:
2026-09-10 20:24:12 +02:00
parent 142998afb3
commit 0f8f38ff52
3 changed files with 152 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
// file: crates/ksp-worker-raw-transaction-ingest-lib/tests/hardening.rs
// version: 20
// version: 21
//! External public, security, redaction and release-boundary hardening canaries for `pre.010`.
@@ -764,7 +764,7 @@ fn v0_3_13_pre_008_cross_source_convergence_is_bounded_conflict_checked_and_priv
"max_entries: usize",
"entries.len() >= self.max_entries",
"std::sync::Arc::strong_count(entry) == 1",
"known_hash_value != content_hash",
"known_state_value != &canonical_state",
"record_observation(observation)",
"persistence.additional_observation_not_recorded",
] {