py-libp2p/libp2p/pubsub
Robert Zajac 9052e8f8bd
The Gossipsub PR (#162)
* Add handle_rpc call to pubsub

* Scaffold gossipsub functions

* Add timer

* Implement most of mesh construction

* Implement emit and handle

* Implement fanout heartbeat

* Refactor emit

* some gossipsub cleanup and test

* minor lint stuff, more to come

* Implement publish

* Fix comment

* Modify pubsub/gossipsub so that floodsub tests pass using gossipsub router

* Add floodsub tests to gossipsub

* Handle case where select_from_minus, num_to_select > size(pool-minus)

* Add topic membership

* Implement handle ihave

* Implement most of iwant

* Add mcache.add and comments

* Refactor handle_ihave

* Implement stream write in handle_iwant

* Implement gossip heartbeat

* unresolved vars

* initial mcache code

* documenting mcache

* writing test/debugging mcache

* finished mcache test and debugged

* Make gossipsub backward compatibility its own file

* remove mcache prints

* DEBUGGING

* Add sender_peer_id to handle_rpc to get gossip test passing

* Modify gossipsub to make fanout work

* fanout maintenance test

* debugging gsub GOSSIP

* DEBUGGING

* debugged sender seen cachce

* adding lru, removing prints

* pylint cleanup

* Fix github comments in PR

* minor floodsub possible bugfix
2019-05-06 23:44:13 -04:00
..
pb add source to rpc.proto 2019-04-03 14:08:05 -04:00
__init__.py [WIP] PubSub and FloodSub development (#133) 2019-03-23 13:52:02 -04:00
floodsub.py The Gossipsub PR (#162) 2019-05-06 23:44:13 -04:00
gossipsub.py The Gossipsub PR (#162) 2019-05-06 23:44:13 -04:00
mcache.py The Gossipsub PR (#162) 2019-05-06 23:44:13 -04:00
pubsub_notifee.py [WIP] PubSub and FloodSub development (#133) 2019-03-23 13:52:02 -04:00
pubsub_router_interface.py The Gossipsub PR (#162) 2019-05-06 23:44:13 -04:00
pubsub.py The Gossipsub PR (#162) 2019-05-06 23:44:13 -04:00