Recent Releases of libp2p

libp2p - v0.1.5: three's a crowd.

The main features in this release are the porting of the library to trio for concurrency and the introduction of the noise protocol as a security transport.

- Python
Published by ralexstokes almost 6 years ago

libp2p - v0.1.2: More robust and complete

  • More loggings.
  • A more complete Mplex.
    • Detect disconnection from peers.
  • Align Swarm and BasicHost structure with Go.
    • Multiselect is moved to BasicHost.
    • Swarm is able to detect and remove disconnected peers.
  • A more complete secio.
  • More exception handling.
  • Add Identify and Ping protocols. Besides, they are set as the default protocols in BasicHost.
  • Detect dead peers in Pubsub.

- Python
Published by mhchia over 6 years ago

libp2p - interop

Progress towards a libp2p implementation that is interoperable with the other libp2p implementations, e.g. in Go, Rust, and JS.

- Python
Published by ralexstokes over 6 years ago

libp2p - POC v1

- Python
Published by alexh over 7 years ago