upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Casarin <jb55@jb55.com>2022-11-10 12:55:28 -0800
committerWilliam Casarin <jb55@jb55.com>2022-11-10 12:55:44 -0800
commitff26b959f8fd9ae9d72ed0f1ebf6ecc67d1fa65a (patch)
tree983fe739d96f0215023bfb567f18da4b6a442895
parent7569773ad6e162333155905f9f1ea620c732ff71 (diff)
NIP-20: More clarity around malformed vs invalid events
-rw-r--r--20.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/20.md b/20.md
index 9a96f6d..8bd7ab5 100644
--- a/20.md
+++ b/20.md
@@ -21,7 +21,7 @@ The `message` SHOULD provide additional information as to why the command succee
21 21
22The `message` SHOULD start with `blocked:` if the pubkey or network address has been blocked, banned or is not on a whitelist. 22The `message` SHOULD start with `blocked:` if the pubkey or network address has been blocked, banned or is not on a whitelist.
23 23
24The `message` SHOULD start with `invalid:` if the event doesn't meet some specific criteria (created_at is too far off, etc) 24The `message` SHOULD start with `invalid:` if the event is invalid or doesn't meet some specific criteria (created_at is too far off, id is wrong, signature is wrong, etc)
25 25
26The `message` SHOULD start with `pow:` if the event doesn't meet some proof-of-work difficulty. The client MAY consult the relay metadata at this point to retrieve the required posting difficulty. 26The `message` SHOULD start with `pow:` if the event doesn't meet some proof-of-work difficulty. The client MAY consult the relay metadata at this point to retrieve the required posting difficulty.
27 27
@@ -29,7 +29,7 @@ The `message` SHOULD start with `rate-limited:` if the event was rejected due to
29 29
30Ephemeral events are not acknowledged with OK responses, unless there is a failure. 30Ephemeral events are not acknowledged with OK responses, unless there is a failure.
31 31
32If the event is malformed and could not be parsed, a NOTICE message SHOULD be used instead of a command result. 32If the event or `EVENT` command is malformed and could not be parsed, a NOTICE message SHOULD be used instead of a command result. This NIP only applies to non-malformed EVENT commands.
33 33
34 34
35Examples 35Examples