nim-libp2p/tests/pubsub
Giovanni Petrantoni 75b023c9e5
gossipsub audit fixes (#412)
* [SEC] gossipsub - rebalanceMesh grafts peers giving preference to low scores #405

* comment score choices

* compiler warning fixes/bug fixes (unsubscribe)

* rebalanceMesh does not enforce D_out quota

* fix outbound grafting

* fight the nim compiler

* fix closure capture bs...

* another closure fix

* #403 rebalance prune fixes

* more test fixing

* #403 fixes

* #402 avoid removing scores on unsub

* #401 handleGraft improvements

* [SEC] handleIHAVE/handleIWANT recommendations

* add a note about peer exchange handling
2020-10-30 21:49:54 +09:00
..
testfloodsub.nim Extended validators (#395) 2020-10-12 16:56:00 +09:00
testgossipinternal.nim fix opportunistic graft in internal 11 testing (#390) 2020-10-05 11:35:03 +09:00
testgossipinternal10.nim allow to omit peerId and seqno (#372) 2020-09-23 17:56:33 +02:00
testgossipsub.nim gossipsub audit fixes (#412) 2020-10-30 21:49:54 +09:00
testmcache.nim gossipsub / floodsub fixes (#348) 2020-09-04 08:10:32 +02:00
testmessage.nim allow to omit peerId and seqno (#372) 2020-09-23 17:56:33 +02:00
testpubsub.nim gossipsub / floodsub fixes (#348) 2020-09-04 08:10:32 +02:00
testtimedcache.nim fix poor performance in LRU cache (#360) 2020-09-09 18:28:46 +02:00
utils.nim defaultMsgIdProvider alternative/test anonymize (#379) 2020-09-28 09:11:18 +02:00