Add kind 7078 in NIP-78 (#1503)#1518
Conversation
|
By convention (and implementation) kind 3xxxx are always parameterized replaceable events, you should choose something in the range 100-9999 for non-replaceables. |
|
Ok, I selected Kind 7078. |
Co-authored-by: hodlbod <jstaab@protonmail.com>
|
Thanks. |
|
I think 7078 is going to need at least 1 tag to distinguish different apps from each other. The replaceable event has the 'd' tag. Personally I may use this for my gossip relay test injected events as 7078 but I'll want to isolate them from other uses with some tag of some sort. |
|
@mikedilger Consistency with Existing Standards: Separation of Users and Databases: No Naming Rules Required: By maintaining this approach, we can ensure flexibility and simplicity while still providing robust methods for data segmentation and application-specific customization. Let me know if you have any further thoughts or suggestions! |
|
How is this different from #995? Looks the same to me. |
I wasn't suggesting adding a 'd' tag to kind 7078. It wouldn't work because relays wouldn't honor it because 7078 is not replaceable. Any 7078 event with the same author would replace all other 7078 events irrespective of their d-tags. And the whole point of this PR is to have a non-replaceable kind, right? So that you can have multiple versions? What I was suggesting (or hinting at) is that what might be ideal is to have an addressable but not-replaceable event. That way we could separate different contexts by the address. But we don't have that in nostr.... yet. In fact this can be solved without this PR if replaceable events were re-interpreted (see #1670). |
Fix to #1503