nim-libp2p/libp2p/protocols/pubsub
Dmitriy Ryajov b0d86b95dd
add peer lifecycle events (#357)
* add peer lifecycle events

* rework peer events to not use connection events

* don't use result in pubsub and switch init

* wip

* use ordered hashes and remove logscope

* logging

* add missing test

* small fixes
2020-09-15 14:19:22 -06:00
..
rpc avoid sending empty seqno and/or fromPeer (gossip rpc) (#364) 2020-09-15 12:33:18 +02:00
floodsub.nim simplify and unify logging (#353) 2020-09-06 10:31:47 +02:00
gossipsub.nim simplify and unify logging (#353) 2020-09-06 10:31:47 +02:00
mcache.nim gossipsub / floodsub fixes (#348) 2020-09-04 08:10:32 +02:00
peertable.nim small cleanups & docs (#347) 2020-09-04 18:31:43 +02:00
pubsub.nim add peer lifecycle events (#357) 2020-09-15 14:19:22 -06:00
pubsubpeer.nim refactor bufferstream to use a queue (#346) 2020-09-10 08:19:13 +02:00
timedcache.nim fix poor performance in LRU cache (#360) 2020-09-09 18:28:46 +02:00