nim-libp2p/tests/pubsub/testpubsub.nim
Dmitriy Ryajov 7b6e1c0688
Gossipsub interop (#189)
* interop fixes

* add custom messageid provider and fix seqno

* use ECDSA for speed

* adding messageid tests

* breakout from publish loop

* addressing review comments

* remove unneded var

* dont stop broadcasting on failed peers
2020-05-27 12:33:49 -06:00

8 lines
118 B
Nim

{.used.}
import testgossipinternal,
testfloodsub,
testgossipsub,
testmcache,
testmessage