Commit Graph

1903 Commits

Author SHA1 Message Date
f9721a2ade Modify peer_id str 2019-05-21 22:25:08 -04:00
c934100526 Pin the version of multiaddr we require.
Temporary workaround for https://github.com/multiformats/py-multiaddr/issues/47
2019-05-16 11:15:23 -04:00
1250182e7c Update peerid tests for longer peerids 2019-05-08 20:19:13 -04:00
702af198f2 Remove truncating peerid when converting to string 2019-05-08 20:19:02 -04:00
ZX
daec48b601 Merge pull request #165 from libp2p/green-apples
update green apples
2019-05-07 13:53:54 -04:00
82682ab03f update green apples 2019-05-07 10:08:41 -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
dc9f04c18f Skip venv in template filler & print progress 2019-05-03 14:45:55 -07: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
515a461172 Add more security tests 2019-05-01 17:13:01 -04:00
81af1b6444 Merge pull request #26 from pipermerriam/piper/update-to-native-pypy-markdown-support
switch to native pypy markdown support
2019-05-01 13:53:19 -07:00
84d2b22a7b switch to native pypy markdown support 2019-05-01 14:32:48 -06: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
a0bd6e5eb0 Add simple security with communication test 2019-04-30 03:27:06 -04:00
f59f27d4d0 Integrate security selectin into libp2p system 2019-04-30 03:09:05 -04:00
999e64854c Add security tests 2019-04-29 18:05:49 -04:00
1fb4372ede Refine security 2019-04-29 18:05:38 -04:00
e1d6fdae73 pass test 2019-04-28 18:18:56 -04:00
db7be2d561 add simple test 2019-04-28 17:57:57 -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
b9ae73d317 Merge pull request #158 from libp2p/init-refactor
move transport to swarm constructor
2019-04-27 22:59:05 -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
720b2cf3d2 Add mypy support 2019-04-26 18:22:24 +02: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
98f8df25ab Merge branch 'router-refactor' of https://github.com/libp2p/py-libp2p into router-refactor 2019-04-24 22:26:30 -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
2b8c7c294a Merge branch 'router-refactor' of https://github.com/libp2p/py-libp2p into router-refactor 2019-04-24 22:18:03 -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
fc4fc74b87 Merge pull request #153 from libp2p/routed-host
Added RoutedHost
2019-04-24 21:12:15 -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
db7f890e93 remove unused umsgpack (#155) 2019-04-21 12:16:24 -04:00
e7424d3673 added RoutedHost and updated new_node to support it 2019-04-20 17:35:05 -04:00
ZX
367a939087 Merge pull request #152 from libp2p/node-refactor
Node refactor
2019-04-19 21:09:44 -04:00