Commit Graph

50 Commits

Author SHA1 Message Date
ded3792924 Merge pull request #331 from dmuhs/fix/docs-format
Add automatic docstring formatting
2019-10-28 09:39:52 -06:00
bafdd8512d Enforce pre-summary newline in docstrings 2019-10-24 20:10:45 +02:00
eef505f2d9 Add automatic docstring formatter and apply 2019-10-24 08:41:10 +02:00
211e2f6dd0 Catch PeerDataError in PeerStore.get 2019-10-17 15:52:57 +08:00
ac9feef26c Pull request feedback 2019-10-15 20:32:25 +02:00
d1d91e4091 Refactored for 'lint' testenv 2019-10-15 19:02:03 +02:00
65b5e7aeea Update libp2p/peer/peerinfo.py
Co-Authored-By: Kevin Mai-Husan Chia <mhchia@users.noreply.github.com>
2019-10-15 16:31:20 +02:00
8143563831 Added tests for 'RoutedHost' and modified 'FindPeer' 2019-10-15 01:01:16 +02:00
50ae439d20 remove friendly IDs 2019-09-07 11:04:20 -04:00
e9ca372fb5 Merge pull request #271 from mhchia/fix/pubsub-interop
Pubsub interop with go-libp2p-daemon
2019-09-04 22:28:14 +08:00
0e3d4508d6 PR feedback
- Use `Sequence` instead of `List`
- Add note
- Remove redundant words in docstring
2019-09-04 20:52:18 +08:00
345e696a7d Add option to inline "short" public keys for peer IDs
Added to remain interoperable w/ the Go implementation
2019-09-03 13:14:04 -07:00
dfd9ebdc5e Change PeerInfo to remove dep on PeerData 2019-09-02 14:30:27 +08:00
d35b8ffc64 Conform stream_id to go-mplex 2019-08-28 21:43:34 +08:00
44e5de636f Add "friendly" peer ID string representation for debugging 2019-08-24 22:38:26 +02:00
87d943aa39 Internalize the protobuf serialization to the concept of a Key
Given its use across various components of `libp2p` (not just peer IDs),
it makes the abstraction cleaner to pull the serialization into the
key class and expose the canonical serialization to bytes.
2019-08-20 19:01:36 +02:00
ab7653526f Code cleanup / formatting 2019-08-15 16:33:33 -07:00
6506079a36 Generate peer IDs according to the spec 2019-08-14 09:00:39 -07:00
f9e859a8e9 Clean up peer.ID 2019-08-14 09:00:39 -07:00
3debd2c808 Run black and isort w/ the new config 2019-08-13 14:36:42 -07:00
7477b29508 run black w/ extended line length 2019-08-04 12:37:41 +08:00
c8005c8113 Run isort in repo 2019-08-03 17:50:14 +08:00
bd8d45fbc1 Refactor ID to not use third-party type for cryptographic keys
Remove `ID.from_privkey` which would require specific knowledge per cryptosystem
2019-08-02 21:51:16 -07:00
2e94fcf56c Remove pylint:disable 2019-08-02 23:26:06 +08:00
ee290b2ac2 Fix missing asterisk 2019-08-02 16:48:32 +08:00
0173b5e0d9 Add ID.to_base58() and comparison against str type 2019-08-02 14:46:01 +08:00
924e965537 Change argument name of Network.listen and blakc format 2019-08-02 14:45:59 +08:00
f00e80bc25 Fix wrong peer id type used in KadPeerInfo 2019-08-02 14:42:10 +08:00
b928bdb356 Convert from base58/pubkey/privkey to class method 2019-08-02 14:42:10 +08:00
80481252ca Refactor ID to take in type bytes only 2019-08-02 14:42:10 +08:00
0ae9840928 Run black over repo 2019-07-31 15:00:12 -07:00
5e215901c0 Apply PR feedback 2019-07-30 23:41:28 +08:00
c4105688d1 Fix after rebase 2019-07-30 17:31:08 +08:00
e53727d301 Apply PR feedback: fix type hints 2019-07-30 16:28:25 +08:00
2d4e23cfe2 Fix cyclic import and lint 2019-07-30 16:28:05 +08:00
a4a0d79f6d Improve import layout 2019-07-30 16:27:29 +08:00
f2de986c74 Add type hints to peer folder 2019-07-30 16:24:51 +08:00
93cf5a2c32 A roughly skeleton of floodsub.publish
Still need to ensure when to deliver to ourselves
2019-07-24 22:33:32 +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
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
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
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
e7424d3673 added RoutedHost and updated new_node to support it 2019-04-20 17:35:05 -04:00
fb687dad09 refactor peerinfo 2019-04-19 20:09:32 -04:00
113021eacd Delete trailing whitespace issue, ignore previously untested folders for now. 2019-01-09 22:30:18 +03:00
ce6ddb27a9 Migrate to new project structure. 2019-01-09 21:38:56 +03:00