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
{{ message }}
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
We should amend .toString() method implementation here to print a warning in instances where behavior exhibited by js-multiformats would defer and provide a link to migration guide.
The text was updated successfully, but these errors were encountered:
I think we should make sure that warning printed is actionable in some way e.g. users can opt-in into future behavior otherwise it's just going to be annoyance.
js-multiformats introduced more deterministic behavior of
toString()
method which could lead to a different behavior in comparison to.toString()
method here.We should amend
.toString()
method implementation here to print a warning in instances where behavior exhibited byjs-multiformats
would defer and provide a link to migration guide.The text was updated successfully, but these errors were encountered: