diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2024-09-28 12:26:48 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2024-09-28 12:29:03 -0300 |
| commit | a736e629be5c4c9125d98bdb4965851d8110c483 (patch) | |
| tree | 3674e4f23c873dca200904e2893fc842e74ea342 /58.md | |
| parent | 4438b892d8abd189afc75f9f54532ec95f108d9f (diff) | |
complete renaming to "addressable" events.
as noticed by @bezysoftware at https://github.com/nostr-protocol/nips/pull/1437#issuecomment-2380626514.
I don't know how so many of these instances were left from the original PR at following ca3c52e3e74f0a4679f1c6c0d9ac6461ea748d2d.
Diffstat (limited to '58.md')
| -rw-r--r-- | 58.md | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -13,8 +13,7 @@ user profiles: | |||
| 13 | 13 | ||
| 14 | 2. A "Badge Award" event is a kind `8` event with a single `a` tag referencing a "Badge Definition" event and one or more `p` tags, one for each pubkey the badge issuer wishes to award. Awarded badges are immutable and non-transferrable. | 14 | 2. A "Badge Award" event is a kind `8` event with a single `a` tag referencing a "Badge Definition" event and one or more `p` tags, one for each pubkey the badge issuer wishes to award. Awarded badges are immutable and non-transferrable. |
| 15 | 15 | ||
| 16 | 3. A "Profile Badges" event is defined as a parameterized replaceable event | 16 | 3. A "Profile Badges" event is defined as an _addressable event_ with kind `30008` with a `d` tag with the value `profile_badges`. |
| 17 | with kind `30008` with a `d` tag with the value `profile_badges`. | ||
| 18 | Profile badges contain an ordered list of pairs of `a` and `e` tags referencing a `Badge Definition` and a `Badge Award` for each badge to be displayed. | 17 | Profile badges contain an ordered list of pairs of `a` and `e` tags referencing a `Badge Definition` and a `Badge Award` for each badge to be displayed. |
| 19 | 18 | ||
| 20 | ### Badge Definition event | 19 | ### Badge Definition event |