We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b5dad commit 2234bfaCopy full SHA for 2234bfa
src/index.ts
@@ -2268,6 +2268,8 @@ export class GossipSub extends TypedEventEmitter<GossipsubEvents> implements Pub
2268
this.seenCache.put(msgIdStr)
2269
// all published messages are valid
2270
this.mcache.put({ msgId, msgIdStr }, rawMsg, true)
2271
+ // Consider the message as delivered for gossip promises.
2272
+ this.gossipTracer.deliverMessage(msgIdStr)
2273
2274
// If the message is anonymous or has a random author add it to the published message ids cache.
2275
this.publishedMessageIds.put(msgIdStr)
0 commit comments