NethermindEth / dotnet-libp2p

A libp2p implementation for .NET in C#.
MIT License
56 stars 21 forks source link

Revise package names and namespaces #27

Closed rubo closed 1 year ago

rubo commented 1 year ago
rubo commented 1 year ago

@flcl42 Some protocol projects have their default namespace as Nethermind.Libp2p.Protocols instead of Nethermind.Libp2p.Protocols.<ProtocolName>. Is that intentional?

flcl42 commented 1 year ago

@flcl42 Some protocol projects have their default namespace as Nethermind.Libp2p.Protocols instead of Nethermind.Libp2p.Protocols.<ProtocolName>. Is that intentional?

I don't remember any reason for that. Consistency is important, let's change it

flcl42 commented 1 year ago

Btw Gossipsub can be Pubsub, as it includes Floodsub and will include more different pubsub protocols