From 22a7db8c6e21b21eb1d4178a196bafa371ba6951 Mon Sep 17 00:00:00 2001 From: Jerryvic911 Date: Sun, 30 Aug 2026 14:27:05 +0100 Subject: [PATCH] demo: trigger audit-freeze gate (throwaway, not for merge) --- audit-prep/ENGAGEMENT.md | 2 +- stellar/stealth-announcer/README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/audit-prep/ENGAGEMENT.md b/audit-prep/ENGAGEMENT.md index b548e3a..ccb9650 100644 --- a/audit-prep/ENGAGEMENT.md +++ b/audit-prep/ENGAGEMENT.md @@ -4,7 +4,7 @@ freeze_paths: - 'stellar/stealth-registry/**' - 'stellar/stealth-sender/**' - 'stellar/wraith-names/**' -freeze_until: 'TBD' +freeze_until: "2099-01-01T00:00:00Z" --- # Audit Engagement diff --git a/stellar/stealth-announcer/README.md b/stellar/stealth-announcer/README.md index 3958759..0b5b888 100644 --- a/stellar/stealth-announcer/README.md +++ b/stellar/stealth-announcer/README.md @@ -1,5 +1,6 @@ + # Stealth Announcer Contract (`stealth-announcer`) - + **⚠️ THIS CONTRACT IS DELIBERATELY FROZEN** — The v2 announcer deployment is a stable, stateless event emitter. No state changes are possible. The `stealth-announcer` contract emits stealth address announcement events on Soroban. It is a pure event-emission function with no access control and no storage. Indexers watch for these events to let recipients detect incoming payments.