Commit Graph

105 Commits

Author SHA1 Message Date
89347be526 Prevent self re-unsubscription 2019-07-18 13:26:31 +08:00
f25d97fbd3 Prevent self re-subscription 2019-07-15 16:32:05 +08:00
6d9ec7a9c5 Handle the unsubscribe case 2019-07-15 16:28:29 +08:00
a4529d827d Modify peer_id str 2019-05-22 11:37:07 -04:00
ae44c062df Remove truncating peerid when converting to string 2019-05-22 11:37:07 -04:00
ZX
49384ad3d7 Merge pull request #159 from libp2p/security-dev
Implement security
2019-05-07 09:56:19 -04:00
867f3a70f6 Modify stream to be reader_writer 2019-05-07 01:31:54 -04:00
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
eea6a9fda7 Merge pull request #157 from libp2p/router-refactor
Refactored RoutedHost into Injected Router
2019-05-05 14:45:22 -04:00
ea4fd8e81f requested changes 2019-05-05 14:32:41 -04:00
ff500e6d8e Merge branch 'master' into security-dev 2019-05-01 17:26:23 -04:00
144dc8d854 Move simple security to libp2p/security 2019-05-01 17:21:11 -04:00
4333c2d061 Fix linting issues' 2019-05-01 13:54:19 -04:00
0f5854a83b Merge pull request #160 from libp2p/providers
implement add get providers
2019-04-30 21:48:17 -04:00
e555f17a7b Fix bug in security multistream 2019-04-30 16:07:26 -04:00
f59f27d4d0 Integrate security selectin into libp2p system 2019-04-30 03:09:05 -04:00
1fb4372ede Refine security 2019-04-29 18:05:38 -04:00
e1d6fdae73 pass test 2019-04-28 18:18:56 -04:00
2efc0d3b5c updated peerinfo encoding stored in DHT 2019-04-28 17:38:40 -04:00
8ab387ac05 refactor add_router in swarm 2019-04-28 15:00:43 -04:00
ZX
21a99287b1 Merge branch 'master' into router-refactor 2019-04-28 14:51:54 -04:00
3b1a3fb198 fix tests 2019-04-28 13:58:57 -04:00
fdaa4f56b9 working on adding tests 2019-04-27 21:59:25 -04:00
eb26661652 Remove outdated encryption folder 2019-04-27 20:09:25 -04:00
d861a00d60 Scaffold security 2019-04-27 19:42:05 -04:00
4436886371 implement add get providers 2019-04-25 13:25:09 -04:00
35f75c4dcd move transport to swarm constructor 2019-04-24 22:36:09 -04:00
159301306d Merge branch 'router-refactor' of https://github.com/libp2p/py-libp2p into router-refactor 2019-04-24 22:26:17 -04:00
7962060cc0 refactored routedhost into router passed to swarm 2019-04-24 22:17:35 -04:00
6c5bac53d7 refactored routedhost into router passed to swarm 2019-04-24 22:11:54 -04:00
c4f8bf6ce1 fixed requested changes 2019-04-24 20:59:22 -04:00
73ce3461e2 fixed typo 2019-04-21 13:45:18 -04:00
9c5cd05042 updated id access in kadpeerinfo 2019-04-21 13:27:44 -04:00
5fc57c1076 removed duplicate code 2019-04-21 13:22:11 -04:00
e7424d3673 added RoutedHost and updated new_node to support it 2019-04-20 17:35:05 -04:00
b0edc47b9a removed commented out code 2019-04-19 21:04:18 -04:00
dbe3fcbf5a updated same_home_as to work for variable number of addresses 2019-04-19 21:00:55 -04:00
69f9aa5f0e refactor KadPeerInfo construction 2019-04-19 20:44:17 -04:00
1512ae27a1 fix all tests 2019-04-19 20:09:32 -04:00
fb687dad09 refactor peerinfo 2019-04-19 20:09:32 -04:00
c03f2f63d2 replace id with peer_id 2019-04-19 20:09:32 -04:00
9ddbd18ded replace node with KadPeerInfo
replace node with kadpeerinfo
2019-04-19 20:09:18 -04:00
ZX
14da7d49fe Merge branch 'master' into peer_routing 2019-04-17 21:22:37 -04:00
d5c7cc7cb7 added changes from future commits to last passing bmuller commit 2019-04-17 20:21:59 -04:00
d04798ce7c lru cache seen_messages 2019-04-05 21:46:03 -04:00
686c55b09c Remove unnecessary print #146 2019-04-05 17:38:29 -04:00
feaa393c5f Fix seen messages bug 2019-04-03 23:32:03 -04:00
9d16aa834d Modify pubsub to have seen message check incorporate seqno and node id 2019-04-03 23:32:03 -04:00
f6299c7dee Add priority queues to handle seqno 2019-04-03 23:32:03 -04:00
225bd390df add source to rpc.proto 2019-04-03 14:08:05 -04:00