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.
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 firstd
tag listed.Implement this feature and related configuration and tests.