Alex Stokes
50ae439d20
remove friendly IDs
2019-09-07 11:04:20 -04:00
Kevin Mai-Husan Chia
e9ca372fb5
Merge pull request #271 from mhchia/fix/pubsub-interop
...
Pubsub interop with go-libp2p-daemon
2019-09-04 22:28:14 +08:00
mhchia
0e3d4508d6
PR feedback
...
- Use `Sequence` instead of `List`
- Add note
- Remove redundant words in docstring
2019-09-04 20:52:18 +08:00
Alex Stokes
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
mhchia
dfd9ebdc5e
Change PeerInfo
to remove dep on PeerData
2019-09-02 14:30:27 +08:00
mhchia
d35b8ffc64
Conform stream_id
to go-mplex
2019-08-28 21:43:34 +08:00
Alex Stokes
44e5de636f
Add "friendly" peer ID string representation for debugging
2019-08-24 22:38:26 +02:00
Alex Stokes
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
Alex Stokes
ab7653526f
Code cleanup / formatting
2019-08-15 16:33:33 -07:00
Alex Stokes
6506079a36
Generate peer IDs according to the spec
2019-08-14 09:00:39 -07:00
Alex Stokes
f9e859a8e9
Clean up peer.ID
2019-08-14 09:00:39 -07:00
Alex Stokes
3debd2c808
Run black
and isort
w/ the new config
2019-08-13 14:36:42 -07:00
Alex Stokes
7477b29508
run black w/ extended line length
2019-08-04 12:37:41 +08:00
Alex Stokes
c8005c8113
Run isort
in repo
2019-08-03 17:50:14 +08:00
Alex Stokes
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
mhchia
2e94fcf56c
Remove pylint:disable
2019-08-02 23:26:06 +08:00
NIC619
ee290b2ac2
Fix missing asterisk
2019-08-02 16:48:32 +08:00
NIC619
0173b5e0d9
Add ID.to_base58() and comparison against str type
2019-08-02 14:46:01 +08:00
NIC619
924e965537
Change argument name of Network.listen
and blakc format
2019-08-02 14:45:59 +08:00
NIC619
f00e80bc25
Fix wrong peer id type used in KadPeerInfo
2019-08-02 14:42:10 +08:00
NIC619
b928bdb356
Convert from base58/pubkey/privkey to class method
2019-08-02 14:42:10 +08:00
NIC619
80481252ca
Refactor ID to take in type bytes only
2019-08-02 14:42:10 +08:00
Alex Stokes
0ae9840928
Run black
over repo
2019-07-31 15:00:12 -07:00
NIC619
5e215901c0
Apply PR feedback
2019-07-30 23:41:28 +08:00
NIC619
c4105688d1
Fix after rebase
2019-07-30 17:31:08 +08:00
NIC619
e53727d301
Apply PR feedback: fix type hints
2019-07-30 16:28:25 +08:00
NIC619
2d4e23cfe2
Fix cyclic import and lint
2019-07-30 16:28:05 +08:00
NIC619
a4a0d79f6d
Improve import layout
2019-07-30 16:27:29 +08:00
NIC619
f2de986c74
Add type hints to peer folder
2019-07-30 16:24:51 +08:00
mhchia
93cf5a2c32
A roughly skeleton of floodsub.publish
...
Still need to ensure when to deliver to ourselves
2019-07-24 22:33:32 +08:00
mhchia
8d3b3fdb6c
Add debug msg
2019-07-20 22:47:37 +08:00
Kevin Mai-Husan Chia
085a5e7526
Apply suggestions from code review
...
Co-Authored-By: NIC Lin <twedusuck@gmail.com>
2019-07-20 22:43:32 +08:00
mhchia
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
Stuckinaboot
a4529d827d
Modify peer_id str
2019-05-22 11:37:07 -04:00
Stuckinaboot
ae44c062df
Remove truncating peerid when converting to string
2019-05-22 11:37:07 -04:00
Alex Haynes
159301306d
Merge branch 'router-refactor' of https://github.com/libp2p/py-libp2p into router-refactor
2019-04-24 22:26:17 -04:00
Alex Haynes
7962060cc0
refactored routedhost into router passed to swarm
2019-04-24 22:17:35 -04:00
Alex Haynes
6c5bac53d7
refactored routedhost into router passed to swarm
2019-04-24 22:11:54 -04:00
Alex Haynes
e7424d3673
added RoutedHost and updated new_node to support it
2019-04-20 17:35:05 -04:00
zixuanzh
fb687dad09
refactor peerinfo
2019-04-19 20:09:32 -04:00
Alexander Koshkin
113021eacd
Delete trailing whitespace issue, ignore previously untested folders for now.
2019-01-09 22:30:18 +03:00
Alexander Koshkin
ce6ddb27a9
Migrate to new project structure.
2019-01-09 21:38:56 +03:00