diff options
| author | Vitor Pamplona <vitor@vitorpamplona.com> | 2025-11-21 05:11:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-21 07:11:35 -0300 |
| commit | e0a2980d7a5709c0d6de242f0dfa6ae15bb87332 (patch) | |
| tree | 19b5ad63bc7597dee67624122e2b8dac9990399c /59.md | |
| parent | c45f504537326121a2cf8d6fd7d6558185c4e98d (diff) | |
NIP-59: Adds GiftWrap deletion requests (#2131)
Diffstat (limited to '59.md')
| -rw-r--r-- | 59.md | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -99,6 +99,8 @@ AUTH, and refuse to serve wrapped events to non-recipients. | |||
| 99 | 99 | ||
| 100 | 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. | 100 | 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. |
| 101 | 101 | ||
| 102 | Since signing keys are random, relays SHOULD delete `kind 1059` events whose p-tag matches the signer of | ||
| 103 | [NIP-09](09.md) deletions or [NIP-62](62.md) vanish requests. | ||
| 102 | 104 | ||
| 103 | ## An Example | 105 | ## An Example |
| 104 | 106 | ||