"Is Relay Behaving Correctly" bot #1084
alexgleason
started this conversation in
Ideas
Replies: 3 comments
-
You may get a CLOSED indicating that it was invalid JSON (since you didn't put quotes around the limit key). |
Beta Was this translation helpful? Give feedback.
0 replies
-
But yes chorus had a bug. DAMMIT! chorus sent 1 event before checking the LIMIT. Fixed:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
We should actually have some sort of automated relay compliance tester people can use to check if their implementation is doing the right stuff. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an idea to crawl relays and send a
{ limit: 0 }
filter, and if they don't immediately respond with anEOSE
, do a NIP-11 lookup and find the operator's pubkey, and then tag them in a public message of shame.Beta Was this translation helpful? Give feedback.
All reactions