Happy0 opened a new pull request #32: Add functionality for querying scuttlebutt gossip table and social graph URL: https://github.com/apache/incubator-tuweni/pull/32 This change adds new functionality to the `NetworkService` service for querying peers that the server is connected to, and peers that it has in its gossip table and their connection state. Additionally, it introduces a new `SocialService` to query the social graph (for follows, followers and friends) and update the instance's display name. *Note*: These methods assume that certain RPC functions are available to call on the instance that is connected to as a client. These RPC functions are exposed by the `ssb-gossip`, `ssb-about` and `ssb-friends` plugins for `ssb-server`, which are used by most popular clients (patchwork, patchbay, manyverse.)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
