James Ray
James Ray
rustlib-p2p has implemented relay-0.1.0: https://github.com/libp2p/rust-libp2p/tree/master/relay.
I'll probably implement gossipsub since it is preferable to floodsub.
https://github.com/Drops-of-Diamond/diamond_drops/issues/94
"Exploring Ethereum on libp2p" https://github.com/libp2p/libp2p/issues/33#issuecomment-390508321
I just want to clarify that we don't need to design a libp2p implementation from scratch, a lot of work has already been done with [rust-libp2p](https://github.com/libp2p/rust-libp2p), plus other Rust modules....
I've answered about half of the questions, might come back to them some time later after writing gossipsub and looking at other priorities.
@lgierth hi, it's on the wiki page. I haven't bothered to answer all of them yet as I was tending to repeat myself by referring back to rust-libp2p, which Luke...
Happy to help as a mentor for this.
Right, thanks for correcting me, should've realized that I was on the wrong track!
@tcsiwula or @samparsky, would you like to have a go at this?