An open index of dependabot pull requests across open source projects.

github.com/libp2p/go-libp2p-pubsub

Ecosystem:
go
Package URL:
pkg:golang/github.com/libp2p/go-libp2p-pubsub
Total PRs:
133 Dependabot PRs
Latest PR:
about 1 month ago
Unique Repositories:
37 repositories
Unique Repos (30 days):
6 repositories
Recent PRs
Package Details
Name: github.com/libp2p/go-libp2p-pubsub
Ecosystem: go
PURL Type: golang
Package URL: pkg:golang/github.com/libp2p/go-libp2p-pubsub
JSON API: View JSON
Package Information
Description:

The pubsub package provides facilities for the Publish/Subscribe pattern of message propagation, also known as overlay multicast. The implementation provides topic-based pubsub, with pluggable routing algorithms. The main interface to the library is the PubSub object. You can construct this object with the following constructors: - NewFloodSub creates an instance that uses the floodsub routing algorithm. - NewGossipSub creates an instance that uses the gossipsub routing algorithm. - NewRandomSub creates an instance that uses the randomsub routing algorithm. In addition, there is a generic constructor that creates a pubsub instance with a custom PubSubRouter interface. This procedure is currently reserved for internal use within the package. Once you have constructed a PubSub instance, you need to establish some connections to your peers; the implementation relies on ambient peer discovery, leaving bootstrap and active peer discovery up to the client. To publish a message to some topic, use Publish; you don't need to be subscribed to the topic in order to publish. To subscribe to a topic, use Subscribe; this will give you a subscription interface from which new messages can be pumped.

Repository: https://github.com/libp2p/go-libp2p-pubsub
Homepage: https://github.com/libp2p/go-libp2p-pubsub
Latest Release: v0.14.0
about 1 year ago
Dependent Repos: 1,640
Dependent Packages: 1,172
Ranking: Top 0.1995% by dependent repos Top 0.1174% by dependent pkgs
PR Status
Open 69 (51.9%)
Merged 11 (8.3%)
Closed 41 (30.8%)
PR Types
Minor 80 (60.2%)
Patch 41 (30.8%)