multiformats / rust-multiaddr

multiaddr implementation in rust
https://crates.io/crates/multiaddr
Other
86 stars 45 forks source link

Change the code of /p2p/ #30

Closed tomaka closed 3 years ago

tomaka commented 6 years ago

To reflect https://github.com/multiformats/multiaddr/pull/64

dignifiedquire commented 6 years ago

Sad CI is sad

tomaka commented 6 years ago

My quick fix was a bit optimistic :sweat_smile: There were a few more things to change than anticipated. Most notably, this removes IPFS entirely from AddrComponent and ProtocolId, as it would conflict with P2P.

mxinden commented 3 years ago

Done via https://github.com/multiformats/rust-multiaddr/pull/40.