py-libp2p/libp2p
mhchia 6016ea731b
BaseMsgReadWriter
- Change `BaseMsgReadWriter` to encode/decode messages with abstract
method, which can be implemented by the subclasses. This allows us to
create subclasses `FixedSizeLenMsgReadWriter` and
`VarIntLenMsgReadWriter`.
2020-02-28 15:50:01 +08:00
..
crypto enforced f-strings everywhere, %s on logging 2019-12-19 17:31:18 +01:00
host Merge branch 'master' into feature/trio 2020-02-06 10:39:54 +08:00
identity
io BaseMsgReadWriter 2020-02-28 15:50:01 +08:00
network Change async def write 2020-02-08 10:24:37 +08:00
peer Merge branch 'master' into feature/trio 2020-02-06 10:39:54 +08:00
protocol_muxer enforced f-strings everywhere, %s on logging 2019-12-19 17:31:18 +01:00
pubsub Merge branch 'master' into feature/trio 2020-02-06 10:39:54 +08:00
routing Remove kademlia module (#377) 2019-12-06 14:14:33 +08:00
security BaseMsgReadWriter 2020-02-28 15:50:01 +08:00
stream_muxer Change async def write 2020-02-08 10:24:37 +08:00
tools Noise: add noise option in the factories and tests 2020-02-28 15:50:01 +08:00
transport Add comment for serve_tcp 2020-02-04 17:45:56 +08:00
__init__.py PR feedback: async with host.run() 2020-01-26 16:44:42 +08:00
exceptions.py fixes #384 2019-12-17 12:00:11 +01:00
typing.py
utils.py Plaintext: use existing msgio reader 2020-02-28 15:49:59 +08:00