upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2024-09-21 15:01:11 -0300
committerfiatjaf <fiatjaf@gmail.com>2024-09-21 15:01:11 -0300
commit75bc746fd7743900f19006b97427bbde61dee5a3 (patch)
treec406417b532bcb23e8637b8d0d3e9c2da60da3b5
parentd82f68aa2ea37324b7d185954cc530a17db45e93 (diff)
replaceability using other tags.other-replaceables
-rw-r--r--85.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/85.md b/85.md
new file mode 100644
index 0000000..be8387b
--- /dev/null
+++ b/85.md
@@ -0,0 +1,15 @@
1NIP-85
2======
3
4Specific Tag Replaceableability
5-------------------------------
6
7`draft` `optional`
8
9This NIP establishes semantics similar to addressable events in the range `30000-39999`, but using different tags as the deduplication mechanism.
10
11Events 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
13Events 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
15Events 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.