nim-libp2p/libp2p/protocols/pubsub
Giovanni Petrantoni f8f0bc1bd8
Gossip improvements (#476)
* add more traces, remove async from rebalance

* more traces

* avoid computng scores when weight is 0.0

* debug colocation, fix an indent in unsubpeer (minor)

* add full ValidationResult coverage

* store in cache only after validation

* gossip 1.0 fixes

* fix typo

* gossip 10 internal test fixes

* test fixing

* refactor peerstats usages

* populate tables if missing when scoring
2020-12-15 10:25:22 +09:00
..
rpc gossip MessageID as seq[byte] (#391) 2020-10-21 12:26:04 +09:00
floodsub.nim adding libp2p tag to logScope (#465) 2020-12-01 11:34:27 -06:00
gossipsub.nim Gossip improvements (#476) 2020-12-15 10:25:22 +09:00
gossipsub10.nim Gossip improvements (#476) 2020-12-15 10:25:22 +09:00
mcache.nim clean up peerid (#470) 2020-12-03 13:53:16 -06:00
peertable.nim small cleanups & docs (#347) 2020-09-04 18:31:43 +02:00
pubsub.nim adding libp2p tag to logScope (#465) 2020-12-01 11:34:27 -06:00
pubsubpeer.nim adding libp2p tag to logScope (#465) 2020-12-01 11:34:27 -06:00
timedcache.nim fix poor performance in LRU cache (#360) 2020-09-09 18:28:46 +02:00