NIP-59: Adds GiftWrap deletion requests (#2131)

This commit is contained in:
Vitor Pamplona
2025-11-21 05:11:35 -05:00
committed by GitHub
parent c45f504537
commit e0a2980d7a

2
59.md
View File

@@ -99,6 +99,8 @@ AUTH, and refuse to serve wrapped events to non-recipients.
When adding expiration tags to both `seal` and `gift wrap` layers, implementations SHOULD use independent random timestamps for each layer. Using different `created_at` values increases timing variance and helps protect against metadata correlation attacks.
Since signing keys are random, relays SHOULD delete `kind 1059` events whose p-tag matches the signer of
[NIP-09](09.md) deletions or [NIP-62](62.md) vanish requests.
## An Example