Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion audit-prep/ENGAGEMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion stellar/stealth-announcer/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!-- demo: audit-freeze gate test, do not merge -->
# Stealth Announcer Contract (`stealth-announcer`)

<!-- demo: audit-freeze gate test, do not merge -->
**⚠️ 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.
Expand Down
Loading