v0.1.25.38 — disable evidence emission when unconfigured
Disable CyclesEvidence emission when the public identity is unconfigured (#207). Pairs with cycles-server-events v0.1.25.15.
Fixed
- When
EVIDENCE_SERVER_IDorEVIDENCE_SIGNING_SIGNER_DIDis blank,EvidenceEmitter.emit(...)now returnsnullbefore building a source record or pushing toevidence:pending— an intentionally non-evidence deployment no longer accumulates work for a signer that should be off. - Configured deployments are unchanged: null-strip payload, synchronous
evidence_idcompute, record stamp, queue push,cycles_evidenceref returned.
Additive / no wire change. mvn -B verify green.