Skip to main content
Medera writes immutable audit events on:

WORM semantics

deployment_audit_log is append-only — UPDATE and DELETE are blocked. fixed the actor FK to SET NULL so the WORM invariant holds when an actor is deleted.

Merkle integrity

introduced audit integrity checkpoints — events are chained into a Merkle tree so tampering breaks the chain. Verify via: ``` GET /api/audit/integrity-checkpoints