upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/19.md
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2026-04-10 13:31:37 -0500
committerAlex Gleason <alex@alexgleason.me>2026-04-10 13:31:37 -0500
commit5e1e24766910fc07cb61a049aed2623987458ec2 (patch)
treeb7588f61fddf9374268d5cd6f4e3f2655d7c840a /19.md
parentb8782df594b4e7e8f088869134908eed58be6078 (diff)
parent3465f540e3eaedccb5309711b502f0febf56b52f (diff)
Merge nip44-big-payloads into bigger-nip44bigger-nip44
Diffstat (limited to '19.md')
-rw-r--r--19.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/19.md b/19.md
index 3ea8e11..eb350a5 100644
--- a/19.md
+++ b/19.md
@@ -34,7 +34,7 @@ These are the possible bech32 prefixes with `TLV`:
34 34
35 - `nprofile`: a nostr profile 35 - `nprofile`: a nostr profile
36 - `nevent`: a nostr event 36 - `nevent`: a nostr event
37 - `naddr`: a nostr _replaceable event_ coordinate 37 - `naddr`: a nostr _addressable event_ coordinate
38 - `nrelay`: a nostr relay (deprecated) 38 - `nrelay`: a nostr relay (deprecated)
39 39
40These possible standardized `TLV` types are indicated here: 40These possible standardized `TLV` types are indicated here:
@@ -67,3 +67,4 @@ These possible standardized `TLV` types are indicated here:
67 67
68- `npub` keys MUST NOT be used in NIP-01 events or in NIP-05 JSON responses, only the hex format is supported there. 68- `npub` keys MUST NOT be used in NIP-01 events or in NIP-05 JSON responses, only the hex format is supported there.
69- When decoding a bech32-formatted string, TLVs that are not recognized or supported should be ignored, rather than causing an error. 69- When decoding a bech32-formatted string, TLVs that are not recognized or supported should be ignored, rather than causing an error.
70- Bech32-formatted strings SHOULD be limited in size to 5000 characters.