Skip to content

DXPlus/go-libp2p-pubsub-abci

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-libp2p-pubsub-abci

This repository is forked from go-libp2p-pubsub, and some logic has been modified to support only gossip topic.

We only modified the gossipsub.go file.

Install

go get github.com/DXPlus/go-libp2p-pubsub-abci

Usage

If you want to use the only-gossip topic, please change your topic name like this:

flag := "GossipOnlyTopic"
topicName := topic + flag // "topic" is the original name of your topic 

License

The go-libp2p-pubsub-abci project is dual-licensed under Apache 2.0 and MIT terms:

About

The PubSub implementation for go-libp2p-abci

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%