Commit Graph

490 Commits

Author SHA1 Message Date
69a35536f4 Merge pull request #179 from mhchia/feature/latest-maddr-and-pin-versions
Use the latest multiaddr and pin deps versions
2019-07-20 22:57:35 +08:00
8d3b3fdb6c Add debug msg 2019-07-20 22:47:37 +08:00
085a5e7526 Apply suggestions from code review
Co-Authored-By: NIC Lin <twedusuck@gmail.com>
2019-07-20 22:43:32 +08:00
a2d1aadf25 Add test for checking p2p code 2019-07-20 22:43:32 +08:00
d3eb68fa50 Increase coverage 2019-07-20 22:43:32 +08:00
73125b99b0 Fix the error due to the breaking change
In multiaddr, `split` is moved to `Multiaddr`'s method.
2019-07-20 22:43:31 +08:00
0fbf45d8ca Pin the versions
Especially, use the latest multiaddr
2019-07-20 22:42:18 +08:00
4422888f6f Merge pull request #180 from mhchia/fix/include-all-pkgs-setuptools
Change `packages` in `setup`
2019-07-20 22:39:57 +08:00
d37f7f64e3 Merge pull request #176 from NIC619/small_fix_on_docstring
Fix some docstrings
2019-07-20 22:12:08 +08:00
edd02c498f Ignore pb files 2019-07-11 20:58:03 +08:00
31cd520076 Add the missing __init__.py in pb 2019-07-11 17:50:36 +08:00
a7ce230d05 Change params multiaddr to maddr
To make pylint happy
2019-07-10 19:33:38 +08:00
c8cb375d19 Make pylint happy
Not sure why it fails now, but happy previously.
2019-07-10 17:44:14 +08:00
fa092505e8 Add missing "package file" 2019-07-10 00:07:58 +08:00
10511d4930 Clean up a bit 2019-07-09 23:55:43 +08:00
0188985918 Change packages in setup
Previously, only the top level `libp2p` is included.
This left only `__init__.py` in the built distribution.
Use `setuptools.find_packages` with `exclude` instead, to avoid tiringly
list all of the subpackages.
2019-07-09 23:29:03 +08:00
900b6d9f37 Fix docstring 2019-06-21 11:51:11 -06:00
b001256f5f Merge pull request #166 from libp2p/peer-id
Full-length Peer ID
2019-05-22 12:58:45 -04:00
9340d03660 Merge branch 'peer-id' of https://github.com/libp2p/py-libp2p into peer-id 2019-05-22 11:37:31 -04:00
a4529d827d Modify peer_id str 2019-05-22 11:37:07 -04:00
4b40339b63 Update peerid tests for longer peerids 2019-05-22 11:37:07 -04:00
ae44c062df Remove truncating peerid when converting to string 2019-05-22 11:37:07 -04:00
8bdcc63296 Merge pull request #167 from ralexstokes/pin-multiaddr-version
Pin the version of multiaddr we require.
2019-05-22 11:33:49 -04:00
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
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
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