nim-libp2p-experimental/tests/pubsub
Giovanni Petrantoni d7bab37119
Fix gossip messages seqno according to spec (#253)
* Fix gossip messages seqno according to spec

* Add peers back to gossipsub table, slow down heartbeat

* Revert "Add peers back to gossipsub table, slow down heartbeat"

This reverts commit 01e2e62172a7793bb17f0eb8314e2faeb2682173.

* make seqno a threadvar, remove from peerinfo

* seqno refactor, into pubsub
2020-07-14 21:51:33 -06:00
..
testfloodsub.nim CI: build binaries with TRACE & JSON logs (#268) 2020-07-14 02:02:16 +02:00
testgossipinternal.nim Fix gossip messages seqno according to spec (#253) 2020-07-14 21:51:33 -06:00
testgossipsub.nim PubSubPeer tables refactor (#263) 2020-07-13 15:32:38 +02:00
testmcache.nim reuse single RNG instance for all crypto key generation (#249) 2020-07-07 13:14:11 +02:00
testmessage.nim Fix gossip messages seqno according to spec (#253) 2020-07-14 21:51:33 -06:00
testpubsub.nim Gossipsub interop (#189) 2020-05-27 12:33:49 -06:00
utils.nim add sparse message propagation tests to gossipsub (#202) 2020-06-02 17:53:38 -06:00