Compare commits

...

4 Commits

Author SHA1 Message Date
frnandu
eadbae7b83
Merge bdcddf7e1c into e942427f8f 2024-12-09 16:42:42 +01:00
frnandu
bdcddf7e1c
Merge branch 'master' into master 2024-11-13 20:08:22 +01:00
Fmar
8fde15133e
Merge branch 'nostr-protocol:master' into master 2023-10-20 20:59:21 +02:00
Fmar
a6f7f4b4cc add prioritization (by trust) of list guidelines 2023-10-14 23:29:24 +02:00

4
65.md
View File

@ -63,6 +63,10 @@ This NIP allows Clients to connect directly with the most up-to-date relay set f
6. Clients SHOULD deduplicate connections by normalizing relay URIs according to [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986#section-6).
7. Clients SHOULD guide users to treat the list as prioritized, with most trusted relays (less probability of censoring events, like a personal relay) at the top.
8. When seeking events **from** a user, clients SHOULD if possible start by using the relays most at the top of list, since these should be the most trusted by the user.
## Related articles
- [Outbox model](https://mikedilger.com/gossip-model/)
- [What is the Outbox Model?](https://habla.news/u/hodlbod@coracle.social/8YjqXm4SKY-TauwjOfLXS)