py-libp2p/libp2p/pubsub
mhchia 6c7aa30191
Add events in Pubsub
To ensure `handle_peer_queue` and `handle_dead_peer_queue` are indeed
run before the tests finish. Previously, we get errors when performing
`iter_dag` after cancellation. This is because `handle_peer_queue` or
`handle_dead_peer_queue` is not actually run before the Service is
cancelled.
2020-01-18 00:17:30 +08:00
..
pb Re-generate protobufs 2019-10-25 18:51:57 +09:00
__init__.py [WIP] PubSub and FloodSub development (#133) 2019-03-23 13:52:02 -04:00
abc.py Add SubscriptionAPI 2019-12-17 18:17:28 +08:00
exceptions.py Fix security module 2019-12-07 00:14:01 +08:00
floodsub.py Merge branch 'master' into feature/porting-to-trio 2019-12-24 02:19:43 +08:00
gossipsub.py Merge branch 'master' into feature/porting-to-trio 2019-12-24 02:19:43 +08:00
mcache.py Replace (check and) del pattern with pop method 2019-11-20 23:06:37 +08:00
pubsub_notifee.py Fix pubsub_notifee.py 2019-12-24 18:37:59 +08:00
pubsub.py Add events in Pubsub 2020-01-18 00:17:30 +08:00
subscription.py Add SubscriptionAPI 2019-12-17 18:17:28 +08:00
validators.py Apply PR feedback: 2019-11-29 19:37:48 +08:00