jimbojw / memorelay

In-memory Nostr relay.
Apache License 2.0
0 stars 0 forks source link

Implement NIP-33 parameterized replaceable events #30

Open jimbojw opened 1 year ago

jimbojw commented 1 year ago

NIP-33 describes a new event kind range 30000 <= n < 40000 which use a new tag ["d",...]. Like NIP-16, NIP-33 permits later events to replace earlier events, but rather than being limited to the author pubkey and kind, NIP-33 events are further parameterized by the first d tag listed.

Implement this feature and related configuration and tests.

jimbojw commented 7 months ago

As of https://github.com/nostr-protocol/nips/commit/72bb8a128b2d7d3c2c654644cd68d0d0fe58a3b1, this has been rolled into NIP-01.