What's Changed
- Added support for the JavaScript P2P daemon
- The Daemon class is now part of p2pclient and can be used to spawn a P2P daemon from Python code
- The project now uses anyio to manage asynchronous code
- Removed the dependency to py-libp2p as it is not maintained anymore. The required parts were directly integrated in the codebase.