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 was archived by the owner on Nov 15, 2023. It is now read-only.
The ProtocolId (ksmcc, dot, etc.) is, in practice, always a string. But at some point within the code we convert it into bytes, then employ shenanigans to turn it back into a string.
We should entirely remove maybe_utf8_bytes_to_string and enforce that ProtocolId is a string.