You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it's very difficult to identify if the reason a multiaddr failed is because it is corrupt, or because it uses a protocol that is newer than the parsing implementation
It would be useful to have an error type so that errors.Is can indicate that the address might be well-formed, but couldn't be parsed because it has a stanza that we don't recognize.
The text was updated successfully, but these errors were encountered:
Right now it's very difficult to identify if the reason a multiaddr failed is because it is corrupt, or because it uses a protocol that is newer than the parsing implementation
https://github.com/multiformats/go-multiaddr/blob/master/codec.go#L79
It would be useful to have an error type so that
errors.Is
can indicate that the address might be well-formed, but couldn't be parsed because it has a stanza that we don't recognize.The text was updated successfully, but these errors were encountered: