Expand description
Additive durable seam for bilateral co-sign artifacts. The kernel caches DualSignedReceipt / DsseEnvelope in a capped, idle-swept BoundedMap; when a FederationArtifactStore is configured, the co-sign hook writes through to it first, and accessors fall through to it on a cache miss.
Structs§
- InMemory
Federation Artifact Store - Reference in-memory implementation (test double and default backing when a deployment wants durable bilateral evidence without a database). Capped, idle-swept, gauged instead of an unbounded HashMap: even though this store has no install seam today, it must not become a footgun once a follow-on wires one up. A deployment requiring persistence installs a database-backed impl instead.