litep2p v0.1.0
This is the first release of litep2p
, v0.1.0.
Support is added for the following:
- TCP + Noise + Yamux (compatibility with
libp2p
) /ipfs/identify/1.0.0
/ipfs/ping/1.0.0
- Request-response protocol
- Notification protocol
The code quality is atrocious but it works and the second release focuses on providing high test coverage for the library. After that is done and most of the functionality is covered (unit, integration and conformance tests, benchmarks), the focus can be turned to refactoring the code into something clean and efficient.