Commit Graph

290 Commits

Author SHA1 Message Date
Stuckinaboot
445a77ddfa Merge branch 'random-topology-testing' of https://github.com/libp2p/py-libp2p into random-topology-testing 2019-04-03 17:46:38 -04:00
Stuckinaboot
db917b2e3e Add random testing mechanism 2019-04-03 17:46:33 -04:00
Stuckinaboot
19fd445bb7 Remove print statement 2019-04-03 17:46:20 -04:00
Stuckinaboot
101693d319 Merge branch 'random-topology-testing' of https://github.com/libp2p/py-libp2p into random-topology-testing 2019-04-03 16:34:06 -04:00
Stuckinaboot
9d48861e90 Merge branch 'random-topology-testing' of https://github.com/libp2p/py-libp2p into random-topology-testing 2019-04-03 16:33:51 -04:00
Stuckinaboot
b62ac80ac5 Add multiple message on same topic handling 2019-04-03 16:33:37 -04:00
Stuckinaboot
ae19d9a872 Add multiple message on same topic handlingC 2019-04-03 16:33:11 -04:00
Stuckinaboot
d83db6d910 Modify perform_test_obj to handle messages received in any order 2019-04-03 16:28:32 -04:00
Stuckinaboot
2ba281b511 Increase timeouts significantly. Add visualization of graph structure 2019-04-02 03:47:43 -04:00
Stuckinaboot
be5cbfb7d1 Implement basic random topology 2019-04-02 01:59:43 -04:00
Stuckinaboot
0be7d3dd03 Brainstorming 2019-04-02 01:18:41 -04:00
zixuanzh
41d1aae55b clean up 2019-04-01 16:55:44 -04:00
zixuanzh
6eb070b78e fix all tests 2019-04-01 16:23:20 -04:00
zixuanzh
2e5e7e3c10 remove message from test dummy 2019-04-01 15:04:20 -04:00
zixuanzh
de6bc011f0 update dummy account node 2019-03-31 22:16:49 -04:00
zixuanzh
89a19a9213 reworked floodsub logic 2019-03-31 22:16:28 -04:00
zixuanzh
971dbe1a96 fix encoding issue 2019-03-30 19:30:58 -04:00
zixuanzh
ec7bc45a58 remove Message from dummy account 2019-03-30 19:12:31 -04:00
zixuanzh
f5af4b9016 remove message.py 2019-03-30 18:49:50 -04:00
zixuanzh
aec783b843 reworked subscribe unsubsrcibe 2019-03-30 17:59:08 -04:00
Alex Haynes
bf17f424b3 RPC conversion progress 2019-03-29 16:23:30 -04:00
Alex Haynes
9be1214c44 Merge branch 'floodsub-rpc' of https://github.com/libp2p/py-libp2p into floodsub-rpc 2019-03-29 15:02:15 -04:00
zixuanzh
a81628f99d update dependencies 2019-03-28 15:42:55 -04:00
zixuanzh
3cfeccaf17 rewrote get_hello_packet 2019-03-28 15:25:33 -04:00
zixuanzh
81d121a029 update from to from_id in proto 2019-03-28 15:23:56 -04:00
zixuanzh
1e8d93fcf6 add generated rpc code 2019-03-28 09:55:14 -04:00
zixuanzh
041e0fbe34 add pubsub proto 2019-03-28 09:41:38 -04:00
Alex Haynes
cb6b76d3b5 added rpc.proto from go repo 2019-03-24 15:08:36 -04:00
stuckinaboot
57077cd3b4 [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-03-23 13:52:02 -04:00
ZX
6c4bbd1e85
Merge pull request #139 from libp2p/swarm-refactor
Refactor libp2p new_node creation
2019-03-19 00:03:24 -04:00
zixuanzh
d67aeb1974 fix linting issues 2019-03-17 21:30:56 -04:00
zixuanzh
0d15126ffc add test for listen event 2019-03-17 21:15:14 -04:00
zixuanzh
1886258fbf fix existing tests 2019-03-17 19:33:40 -04:00
zixuanzh
72a8d55faa refactor host setup helper 2019-03-17 19:33:10 -04:00
zixuanzh
fea26d9087 refactor new_node 2019-03-17 19:20:46 -04:00
Stuckinaboot
d42a0d7e9f Add additional initiator and non-initiator notifee tests 2019-03-15 11:22:20 -04:00
Stuckinaboot
a5fa053815 Add return value to Notify 2019-03-15 11:22:20 -04:00
Stuckinaboot
01099e9f2c Add opened_stream call for non-initiator 2019-03-15 11:22:20 -04:00
Stuckinaboot
745c5e677c Fix outstanding unrelated lint issue in multiselect_client 2019-03-15 11:22:20 -04:00
Stuckinaboot
58bdee499b Fix linting issue 2019-03-15 11:22:20 -04:00
Stuckinaboot
a46779918f Fix linting issue 2019-03-15 11:22:20 -04:00
Stuckinaboot
0c60e28150 Fix linting issues 2019-03-15 11:22:20 -04:00
Stuckinaboot
2eb8382280 Refactor test setup to remove duplicate code 2019-03-15 11:22:20 -04:00
Stuckinaboot
22d6c97ef3 Add conn to net stream and conn tests 2019-03-15 11:22:20 -04:00
Stuckinaboot
26dd385c95 Fix linting issue 2019-03-15 11:22:20 -04:00
Stuckinaboot
670076035c Fix linting issue 2019-03-15 11:22:20 -04:00
Stuckinaboot
3e64520506 Make notifee functions all async 2019-03-15 11:22:20 -04:00
Stuckinaboot
7a8878411f Add tests for notify 2019-03-15 11:22:20 -04:00
Stuckinaboot
1ce8225c7d Implement notify feature 2019-03-15 11:22:20 -04:00
Stuckinaboot
f7d1bb3a89 Add notify function to network interface 2019-03-15 11:22:20 -04:00