Commit Graph

391 Commits (bee-movie-demo)

Author SHA1 Message Date
Stuckinaboot fa292ae7c8 Cleanup 2019-05-08 20:08:27 -04:00
Stuckinaboot 4c2bf6873a Move bee movie demo to examples and cleanup 2019-05-08 19:48:21 -04:00
Stuckinaboot 7cc9ddda75 Add tree and two node bee movie tests 2019-04-04 17:40:29 -04:00
Stuckinaboot 3b3ff61755 Add seven node tree test 2019-04-04 17:22:04 -04:00
Stuckinaboot 853be062a2 Add 5 node ring test 2019-04-04 17:19:27 -04:00
Stuckinaboot 7b67c9cb2f Add basic out of order tests 2019-04-04 17:05:53 -04:00
Stuckinaboot f4fb71e0cf Add random testing mechanism 2019-04-03 18:40:14 -04:00
Stuckinaboot c1d011ac64 Remove print statement 2019-04-03 18:40:14 -04:00
Stuckinaboot 41b2a0c6d5 Add multiple message on same topic handlingC 2019-04-03 18:40:14 -04:00
Stuckinaboot 437e9e9ee6 Modify perform_test_obj to handle messages received in any order 2019-04-03 18:40:14 -04:00
Stuckinaboot b31773f00b Increase timeouts significantly. Add visualization of graph structure 2019-04-03 18:39:05 -04:00
Stuckinaboot 2a5aa14c42 Implement basic random topology 2019-04-03 18:39:05 -04:00
Stuckinaboot 21bcf742a4 Brainstorming 2019-04-03 18:39:05 -04:00
Stuckinaboot e62b532c9c Merge branch 'seqno' of https://github.com/libp2p/py-libp2p into HEAD 2019-04-03 15:16:24 -04:00
Stuckinaboot 0fe21308ae Add test for ring topology multiple messages from two origins 2019-04-03 15:13:57 -04:00
Stuckinaboot c270bda456 Add test for multiple messages from two origins 2019-04-03 15:13:57 -04:00
Stuckinaboot 3f2561e30b Add dummy node test 2019-04-03 15:13:57 -04:00
Stuckinaboot b73b2f0841 Fix seen messages bug 2019-04-03 15:13:57 -04:00
Stuckinaboot 91dd3c0230 Modify pubsub to have seen message check incorporate seqno and node id 2019-04-03 15:13:57 -04:00
Stuckinaboot a47b02dd26 Adjust floodsub tests for new seqno util 2019-04-03 15:13:56 -04:00
Stuckinaboot 502bb01242 Add priority queues to handle seqno 2019-04-03 15:13:56 -04:00
zixuanzh 7d3a8b5e77 clean up 2019-04-03 15:13:56 -04:00
zixuanzh bc6a27a762 fix all tests 2019-04-03 15:13:56 -04:00
zixuanzh 372ed8336c remove message from test dummy 2019-04-03 15:13:56 -04:00
zixuanzh 73c1d87db1 update dummy account node 2019-04-03 15:13:56 -04:00
zixuanzh fb5b3e4a24 reworked floodsub logic 2019-04-03 15:13:56 -04:00
zixuanzh 3836aa65f1 fix encoding issue 2019-04-03 15:13:56 -04:00
zixuanzh 65526a3319 remove Message from dummy account 2019-04-03 15:13:56 -04:00
zixuanzh 35a587f72a remove message.py 2019-04-03 15:13:56 -04:00
zixuanzh c03ba881f2 reworked subscribe unsubsrcibe 2019-04-03 15:13:56 -04:00
Alex Haynes 83de4f2972 RPC conversion progress 2019-04-03 15:13:56 -04:00
zixuanzh dea31531da update dependencies 2019-04-03 15:13:56 -04:00
zixuanzh a25aa0b034 rewrote get_hello_packet 2019-04-03 15:13:56 -04:00
zixuanzh f1a20f12dc update from to from_id in proto 2019-04-03 15:13:56 -04:00
zixuanzh 2aa24cbfe8 add generated rpc code 2019-04-03 15:13:56 -04:00
zixuanzh f655148d9c add pubsub proto 2019-04-03 15:13:56 -04:00
Alex Haynes 0d7b8c3e5d added rpc.proto from go repo 2019-04-03 15:13:56 -04:00
stuckinaboot 9c6d441f9f [WIP] PubSub and FloodSub development (#133)
* Add notifee interface

* Add notify function to network interface

* Implement notify feature

* Add tests for notify

* Make notifee functions all async

* Fix linting issue

* Fix linting issue

* Scaffold pubsub router interface

* Scaffold pubsub directory

* Store peer_id in muxed connection

* Implement pubsub notifee

* Remove outdated files

* Implement pubsub first attempt

* Prepare pubsub for floodsub

* Add mplex conn to net stream and add conn in notify tests

* Implement floodsub

* Use NetStream in generic protocol handler

* Debugging async issues

* Modify test to perform proper assert. Test passes

* Remove callbacks. Reduce sleep time

* Add simple three node test

* Clean up code. Add message classes

* Add test for two topics

* Add conn to net stream and conn tests

* Refactor test setup to remove duplicate code

* Fix linting issues

* Fix linting issue

* Fix linting issue

* Fix outstanding unrelated lint issue in multiselect_client

* Add connect function

* Remove debug prints

* Remove debug prints from floodsub

* Use MessageTalk in place of direct message breakdown

* Remove extra prints

* Remove outdated function

* Add message to queues for all topics in message

* Debugging

* Add message self delivery

* Increase read timeout to 5 to get pubsub tests passing

* Refactor testing helper func. Add tests

* Add tests and increase timeout to get tests passing

* Add dummy account demo scaffolding

* Attempt to use threads. Test fails

* Implement basic dummy node tests using threads

* Add generic testing function

* Add simple seven node tree test

* Add more complex seven node tree tests

* Add five node ring tests

* Remove unnecessary get_message_type func

* Add documentation to classes

* Add message id to messages

* Add documentation to test helper func

* Add docs to dummy account node helper func

* Add more docs to dummy account node test helper func

* fixed linting errors in floodsub

* small notify bugfix

* move pubsub into libp2p

* fixed pubsub linting

* fixing pubsub test failures

* linting
2019-04-03 15:13:56 -04:00
zixuanzh fee905ace2 fix linting issues 2019-04-03 15:13:56 -04:00
zixuanzh 2e437e5b8b add test for listen event 2019-04-03 15:13:56 -04:00
zixuanzh 2cb0279b57 fix existing tests 2019-04-03 15:13:56 -04:00
zixuanzh 4c89a59406 refactor host setup helper 2019-04-03 15:13:56 -04:00
zixuanzh fca5782d01 refactor new_node 2019-04-03 15:13:56 -04:00
Stuckinaboot ed3c5f4b51 Add additional initiator and non-initiator notifee tests 2019-04-03 15:13:56 -04:00
Stuckinaboot dfe2b0e7e7 Add return value to Notify 2019-04-03 15:13:56 -04:00
Stuckinaboot 4b9327c5a3 Add opened_stream call for non-initiator 2019-04-03 15:13:56 -04:00
Stuckinaboot a0ef64fff7 Fix outstanding unrelated lint issue in multiselect_client 2019-04-03 15:13:56 -04:00
Stuckinaboot 92bfd816b9 Fix linting issue 2019-04-03 15:13:56 -04:00
Stuckinaboot 5cabc11687 Fix linting issue 2019-04-03 15:13:56 -04:00
Stuckinaboot f58afc0eac Fix linting issues 2019-04-03 15:13:56 -04:00