No description
Find a file
2024-08-08 09:38:49 +12:00
src Switch from RelayListUsage to new RelayUsage 2024-07-17 11:05:01 +12:00
.gitignore Initial extraction from gossip 2023-02-10 19:34:18 +13:00
Cargo.toml update nostr-types 2024-08-08 09:38:49 +12:00
LICENSE.txt LICENSE and README 2023-02-10 19:35:30 +13:00
README.md README update 2023-02-25 15:43:57 +13:00

Gossip Relay Picker

This is the code that the gossip client uses to pick relays to connect to and assign public keys to each.

If you try to use this library and find it difficult due to async issues implementing the hooks, let me know. We can make more of the hooks async. I know how much of a PITA it can be.