py-libp2p/libp2p/pubsub
Nguyễn Gia Phong 080f8edc8e Use trio.lowlevel instead of trio.hazmat
Since trio 0.15.0, hazmat has been deprecated.

trio-typing and mypy are bumped to support newer trio and each other.
2021-02-23 22:02:34 +07: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 clean-up logics into TrioSubscriptionAPI 2020-01-28 00:29:05 +08:00
exceptions.py Fix: use pass over ...(Ellipse) 2020-02-05 20:36:42 +08:00
floodsub.py Use trio.lowlevel instead of trio.hazmat 2021-02-23 22:02:34 +07:00
gossipsub.py Pubsub: change run_task to run_daemon_task 2020-02-04 17:43:39 +08:00
mcache.py Replace (check and) del pattern with pop method 2019-11-20 23:06:37 +08:00
pubsub_notifee.py Use trio.lowlevel instead of trio.hazmat 2021-02-23 22:02:34 +07:00
pubsub.py add content-addressed message id utility 2020-02-28 08:25:03 -08:00
subscription.py Use trio.lowlevel instead of trio.hazmat 2021-02-23 22:02:34 +07:00
typing.py Add clean-up logics into TrioSubscriptionAPI 2020-01-28 00:29:05 +08:00
validators.py Apply PR feedback: 2019-11-29 19:37:48 +08:00