-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moving forward with multiaddr #62
Comments
Try to figure out a way to allow partial decoding of multiaddrs where segments aren't understood (missing codecs). Currently, a missing codec means one can't know the length of the value and can't decode the address. We should at least come up with a way to allow custom/experimental codecs. That'll cover most of this use-case. |
#102 resolves some of that last item... |
Stabilize the spec
I posted about encoding/decoding on #54; just posting this here in case nobody notices. I'm not sure if its too late... I was going to implement an IPFS library but then saw that the multiaddr format wasn't specified in terms of encoding/decoding so that lead me to that PR. |
Speaking with @lgierth we've come up with a preliminary todo list for making multiaddr fit for general usage:
The text was updated successfully, but these errors were encountered: