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 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.
The text was updated successfully, but these errors were encountered:
tomaka
changed the title
Enforce that ProtocolId should be UTF-8
Enforce that ProtocolId and the notifications protocol names should be UTF-8
Aug 25, 2020
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 thatProtocolId
is a string.The text was updated successfully, but these errors were encountered: