You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- kind 443 (legacy KeyPackage): stored as a regular event
10
+
- kind 10051 (KeyPackage relay list): stored as a replaceable event
11
+
- kind 30443 (KeyPackage): stored as a parameterized-replaceable event with `d`-tag deduplication
12
+
- kind 444 (Welcome rumor): blocked from direct publishing; must travel inside a kind 1059 gift wrap
13
+
- kind 445 (Group Event): dedicated strategy validates the required `h` tag (nostr_group_id) before storing; `#h` tag subscriptions work via the existing generic tag index
14
+
- NIP-11 relay info now advertises `supported_mips: [0, 1, 2, 3]`
Add NIP-25 Reactions support for kind 7 and kind 17 events: reaction utility helpers (`isReactionEvent`, `isExternalContentReactionEvent`, `isLikeReaction`, `isDislikeReaction`, `parseReaction`), schema validation enforcing required `e` tag on kind 7 and required `k`/`i` tags on kind 17, unit tests, and integration tests.
0 commit comments