Merge pull request #8026 from gammazero/feat/cid-to-piece-idx

Lotus chain nodes relay indexer pubsub messages
This commit is contained in:
Aarsh Shah
2022-02-04 12:05:46 +04:00
committed by GitHub
7 changed files with 70 additions and 0 deletions
+1
View File
@@ -333,6 +333,7 @@ func GossipSub(in GossipIn) (service *pubsub.PubSub, err error) {
allowTopics := []string{
build.BlocksTopic(in.Nn),
build.MessagesTopic(in.Nn),
build.IngestTopic(in.Nn),
}
allowTopics = append(allowTopics, drandTopics...)
options = append(options,