upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhodlbod <jstaab@protonmail.com>2026-03-12 09:34:49 -0700
committerGitHub <noreply@github.com>2026-03-12 13:34:49 -0300
commit7d9908018eabb260e794174349e834199030bfd1 (patch)
tree9568c2cc1daa2e826743c7de0f2675cb286d89cd
parent1f9988ff9bd905505a81140d1b0144e3cc144057 (diff)
Add limit to nip 19 (#2264)
Co-authored-by: Jon Staab <shtaab@gmail.com>
-rw-r--r--19.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/19.md b/19.md
index 4787ecd..eb350a5 100644
--- a/19.md
+++ b/19.md
@@ -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.