From 75bc746fd7743900f19006b97427bbde61dee5a3 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sat, 21 Sep 2024 15:01:11 -0300 Subject: [PATCH] replaceability using other tags. --- 85.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 85.md diff --git a/85.md b/85.md new file mode 100644 index 0000000..be8387b --- /dev/null +++ b/85.md @@ -0,0 +1,15 @@ +NIP-85 +====== + +Specific Tag Replaceableability +------------------------------- + +`draft` `optional` + +This NIP establishes semantics similar to addressable events in the range `30000-39999`, but using different tags as the deduplication mechanism. + +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. + +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. + +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.