Commit Graph

507 Commits

Author SHA1 Message Date
Stuckinaboot
ce22f06773 Fix linting issue 2019-04-03 14:24:39 -04:00
Stuckinaboot
ef827f90ad Fix linting issue 2019-04-03 14:24:39 -04:00
Stuckinaboot
15883fcf09 Fix linting issues 2019-04-03 14:24:39 -04:00
Stuckinaboot
b340b89819 Refactor test setup to remove duplicate code 2019-04-03 14:24:39 -04:00
Stuckinaboot
91b4d66d50 Add conn to net stream and conn tests 2019-04-03 14:24:39 -04:00
Stuckinaboot
86b4bb5e55 Fix linting issue 2019-04-03 14:24:39 -04:00
Stuckinaboot
a1c0165484 Fix linting issue 2019-04-03 14:24:39 -04:00
Stuckinaboot
0d2aa3f5b1 Make notifee functions all async 2019-04-03 14:24:39 -04:00
Stuckinaboot
5a4af0c81c Add tests for notify 2019-04-03 14:24:39 -04:00
Stuckinaboot
3dbb969b0b Implement notify feature 2019-04-03 14:24:39 -04:00
Stuckinaboot
95f1f0bbf0 Add notify function to network interface 2019-04-03 14:24:39 -04:00
Stuckinaboot
510a5eaa34 Add notifee interface 2019-04-03 14:24:39 -04:00
Stuckinaboot
c61f4297b0 Add test for ring topology multiple messages from two origins 2019-04-03 14:20:50 -04:00
Stuckinaboot
0ff155660d Add test for multiple messages from two origins 2019-04-03 14:17:33 -04:00
ZX
0190481e10
Merge pull request #141 from libp2p/floodsub-rpc
Floodsub RPC
2019-04-03 14:15:32 -04:00
zixuanzh
225bd390df add source to rpc.proto 2019-04-03 14:08:05 -04:00
zixuanzh
3a52d29cb7 remove redundant proto file 2019-04-03 14:05:37 -04:00
Stuckinaboot
e6605f22e9 Add dummy node test 2019-04-03 00:35:39 -04:00
Stuckinaboot
583b79fad7 Fix seen messages bug 2019-04-03 00:34:39 -04:00
Stuckinaboot
726d083a3a Modify pubsub to have seen message check incorporate seqno and node id 2019-04-02 22:34:01 -04:00
Stuckinaboot
1296589800 Adjust floodsub tests for new seqno util 2019-04-02 22:05:32 -04:00
Stuckinaboot
71282678c4 Add priority queues to handle seqno 2019-04-02 22:05:14 -04:00
zixuanzh
0238dff217 remove unused code 2019-04-02 21:17:48 -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
Christophe de Carvalho
c5289952ee
add routing interfaces 2019-03-26 20:44:01 +01:00
Christophe de Carvalho
2d1b9a03d1
clean up 2019-03-26 20:20:14 +01:00
Christophe de Carvalho
cd8cb5c443
refactoring of the code to implement IAdvertiser and IDiscoverer 2019-03-26 20:16:16 +01:00
Christophe de Carvalho Pereira Martins
4889a0a790
First POC of peer routing using kademlia lib 2019-03-26 20:15:19 +01:00
Christophe de Carvalho Pereira Martins
c24a279d2d
update kadmelia lib 2019-03-26 20:14:42 +01: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