diff options
Diffstat (limited to '85.md')
| -rw-r--r-- | 85.md | 15 |
1 files changed, 15 insertions, 0 deletions
| @@ -0,0 +1,15 @@ | |||
| 1 | NIP-85 | ||
| 2 | ====== | ||
| 3 | |||
| 4 | Specific Tag Replaceableability | ||
| 5 | ------------------------------- | ||
| 6 | |||
| 7 | `draft` `optional` | ||
| 8 | |||
| 9 | This NIP establishes semantics similar to addressable events in the range `30000-39999`, but using different tags as the deduplication mechanism. | ||
| 10 | |||
| 11 | Events in the range `40000-43999` are deemed to be replaceable by another event that contains the same `author`, the same `kind` and a duplicated `e` tag. | ||
| 12 | |||
| 13 | Events in the range `44000-47999` are deemed to be replaceable by another event that contains the same `author`, the same `kind` and a duplicated `p` tag. | ||
| 14 | |||
| 15 | Events in the range `48000-49999` are deemed to be replaceable by another event that contains the same `author`, the same `kind` and a duplicated `a` tag. | ||