libp2p / specs

Technical specifications for the libp2p networking stack
https://libp2p.io
1.56k stars 273 forks source link

Clarifications in the gossipsub specification #128

Open Mikerah opened 5 years ago

Mikerah commented 5 years ago

Today, I had a chat with some of the libp2p core engineers (@vasco-santos, @raulk and @jacobheun ) and @mgoelzer. Mike mentioned that I should create an issue with clarifications that should be added to the gossipsub specification.

Here are some clarifications that I think the gossipsub specification needs:

AgeManning commented 5 years ago

I think these specifications are also relevant: PR #124

jamesray1 commented 5 years ago

Add more specifications to the message cache data structure. As it stands, one has to go over the Go implementation of a message cache to understand what it does.

Fully agree on this. See also https://github.com/libp2p/specs/issues/120.

vyzo commented 5 years ago

I plan to add an appendix for the default parameters.