NethermindEth / dotnet-libp2p

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

Refactor MultiAddr #20

Closed flcl42 closed 8 months ago

flcl42 commented 1 year ago

MultiAddr implementation is limited and not optimal, it asks for improvements.

Fresh ideas are welcome. Existing ones(that are optional):

JuanuMusic commented 9 months ago

Would it be acceptable to fork https://github.com/multiformats/cs-multiaddress and start from there?

flcl42 commented 9 months ago

@JuanuMusic yep, seems like a viable approach.

JuanuMusic commented 9 months ago

Hope you like my PR!

JuanuMusic commented 8 months ago

Should we close this one?