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
It's used in many places, they're spec'd in IPIP. We have a full list of the registered ones via Ipfs.Registry.Codec.All. If we created a constant for one, we'd want the rest. That would be doable if we extracted the strings/ints passed into Register many times in static Codec() into a class of constants.
This is a doable improvement, but it's not priority right now. We can track this in an issue and move on for now.