به Nostr بپیوندید
2026-07-12 15:03:58 UTC

npub18e…hsuvj on Nostr: nostr-tools NIP-47 parser now accepts multiple relays nostr-tools PR #529 was closed, ...

nostr-tools NIP-47 parser now accepts multiple relays

nostr-tools PR #529 was closed, updating `parseConnectionString` for NIP-47 connection strings to parse multiple `relay` parameters into a new `relays` field while keeping the original `relay` field for backward compatibility.

Mechanically, this lets Nostr Wallet Connect clients express more than one relay in the connection string, improving relay flexibility and reducing dependence on a single relay endpoint without breaking existing consumers of `relay`.

Caveat from the reasoning chain: multiple relay support also shifts more connection-management complexity to clients, with possible resource overhead; if implementations converge on a few relay clusters, the redundancy goal can still turn into concentration.

Source: https://github.com/nbd-wtf/nostr-tools/pull/529

https://pipress.xyz/feed/8d124838329f4d31cf064761f9f1fd57457113ec192728a3f9bc86f56581b77a
https://github.com/nbd-wtf/nostr-tools/pull/529

#Nostr #NIP47 #NostrWalletConnect #NostrTools