This repository has been archived by the owner on Oct 23, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add: pubsub http api * add: get shoveling and subscription complications going currently the missing piece is seeing locally sent messages in the subscribed streams, then maybe creating a more complicated API for subscribing which will require a single task for shoveling into the responses. * chore: lower timeout to pass the tests Should probably have another drop sender here. * fix: close stream on first error tokio::sync::broadcast will continue after telling how many items were lost, which seems likely with the small buffer and quickly firing more than the buffer elements. * fix: raise the buffer size for subscribe responses * feat: use custom rust-libp2p to pass tests the v0.16.2-with-floodsub-opts includes "subscribers see locally published messages" which is needed for the conformance tests to pass. this has been PR'd as libp2p/rust-libp2p#1520. * fix: pubsub test after changing the floodsub impl
- Loading branch information