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
Describe the feature you'd like
Currently, cardano-cli doesn't support non-UTF8 TokenName as an arg input in its syntax, as well as displaying non-UTF8 TokenName (see: #2999)
With Alonzo coming soon, encoding information in TokenName in raw bytes will become popular, so I think it's a good idea to support building/displaying it with cardano-cli as hex-encoded ByteString.
My idea is to prefix TokenName with 0x, something like policyId.0x.tokenName to tell that the tokenName is hex-encoded.
Describe alternatives you've considered
Additional context / screenshots
The text was updated successfully, but these errors were encountered:
Internal/External
External
Area
Alonzo
Describe the feature you'd like
Currently,
cardano-cli
doesn't support non-UTF8 TokenName as an arg input in its syntax, as well as displaying non-UTF8 TokenName (see: #2999)With Alonzo coming soon, encoding information in TokenName in raw bytes will become popular, so I think it's a good idea to support building/displaying it with
cardano-cli
as hex-encoded ByteString.My idea is to prefix TokenName with 0x, something like
policyId.0x.tokenName
to tell that the tokenName is hex-encoded.Describe alternatives you've considered
Additional context / screenshots
The text was updated successfully, but these errors were encountered: