cpp-libp2p
cpp-libp2p copied to clipboard
C++17 implementation of libp2p
Where i can talk fast with other maintenance man, before i make contribution to cpp-libp2p, such as twitter, facebook, or telegram?
There are two versions for new stream creation in cpp-libp2p yamux - sync and async. Async version is not working - we always will have an error "closed by remote...
The version of Boost currently in use by this library is 1.72.0-p1, which is over a year and a half old. FWIW, I've had no issue compiling it with newer...
Testing of #111 uncovers that protocol negotiation happens more often than in the master branch. Moreover, that negotiation often fails due to unexpected messages which may indicate the error-prone messages...
ub, memory leak and address sanitizers
Move libp2p::protocol::kademlia::events from impl scope to into distributing headers and move out impl scope headers from export.
Way to validate ECDSA keys is not found. Need to research and implement it (if it possible). It using in `KeyValidatorImpl::validateEcdsa` methods
For example: ```c++ const std::vector &BlaBla::toBuffer() const { return data_; } ``` If we use it to make BlaBla and get std::vector from that and that all. ```c++ std::vector vec...
Example
Are examples developed of chat applications like the go-libp2p / chat-with-rendezvous? I searched but was not able to found it. Thanks Megan
Signed-off-by: Yura Zarudniy new version of boost di contains fix for version error.