You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add CommunityMembers wire type stored under community_info_key(share_id)
- Validate CommunityMembers entries in validate_dht_value_for_known_keyspaces
- Merge member lists on dht_store receipt (relay accumulates all members)
- Announce self as community member in DHT when joining/creating a community
- Re-announce community memberships after relay tunnel registration
- browse_community now does DHT find_value to discover member peer addresses
- browse_community includes local node's own published community shares
- Add 4 tests: store/find, wrong-key rejection, merge-on-store, upsert roundtrip
Previously browse_community only queried bootstrap peers (relay) which
typically has NOT joined the community, returning 0 participants / 0 shares.
Now community members announce themselves via the DHT so other members
can discover and query them.
0 commit comments