This website requires JavaScript.
Explore
Help
Sign In
codex-storage
/
nim-libp2p
mirror of
https://github.com/codex-storage/nim-libp2p.git
Watch
1
Star
0
Fork
You've already forked nim-libp2p
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c0bc73ddac
nim-libp2p
/
tests
/
pubsub
/
testpubsub.nim
8 lines
118 B
Nim
Raw
Normal View
History
Unescape
Escape
removals (#159) * remove unused stream methods * reimplement some of them with proc's * remove broken tests * Error->Defect for defect * warning fixes
2020-05-06 16:31:47 +00:00
{.
used
.
}
Pubsub signatures flags (#161) * add verify signature flag * add sign flag to enable/disable msg signing * moving internal tests out to their own file * cleanup nimble file * remove unneeded tests * move pubsub tests out * fix tests
2020-05-06 09:26:08 +00:00
import
testgossipinternal
,
testfloodsub
,
revert tests order back
2020-02-16 15:53:50 +00:00
testgossipsub
,
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 18:33:49 +00:00
testmcache
,
testmessage