py-libp2p/libp2p
mhchia 59b373b48a
Add plaintext.proto
Update Makefile to handle the import in `plaintext.proto`.
Import path is modified to be relative to the project root.
And we run `protoc` from where `Makefile` locates, i.e. the project
root.

Reference:
- plaintext.proto: 62b2c6c482/sec/insecure/pb/plaintext.proto
2019-08-22 22:53:46 +08:00
..
crypto Satisfy mypy 2019-08-20 19:28:32 +02:00
host Run black and isort w/ the new config 2019-08-13 14:36:42 -07:00
kademlia Run black and isort w/ the new config 2019-08-13 14:36:42 -07:00
network Remove initiator in Mplex 2019-08-22 22:53:45 +08:00
peer Internalize the protobuf serialization to the concept of a Key 2019-08-20 19:01:36 +02:00
protocol_muxer Add delim_encode and delim_read 2019-08-18 19:51:04 +08:00
pubsub Negotiate multiselect version for Muxer 2019-08-21 11:43:24 +08:00
routing Fix the rest of the typing hints (#232) 2019-08-11 16:47:54 +08:00
security Add plaintext.proto 2019-08-22 22:53:46 +08:00
stream_muxer Remove initiator in Mplex 2019-08-22 22:53:45 +08:00
transport PR feedback: nitpicks 2019-08-21 11:43:24 +08:00
__init__.py PR feedback: set protocol_id to constants 2019-08-21 11:43:24 +08:00
exceptions.py Add ValidationError 2019-08-06 12:37:34 +08:00
typing.py Add delim_encode and delim_read 2019-08-18 19:51:04 +08:00