richardschneider / net-ipfs-http-client

InterPlanetary File System client for .Net (C#, VB, F# ...)
MIT License
158 stars 52 forks source link

MultiAddress Peer ID (p2p) #37

Closed richardschneider closed 5 years ago

richardschneider commented 6 years ago

Originally the peer ID of a MultiAddress was the value of the ipfs protocol. It can now also be the value of the p2p protocol.

Need to change the code to use MultiAddress.PeerId and not use protocol specific search.