We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems we have inconsistent display of our CommunityIdentifier type:
CommunityIdentifier
The same trouble is replicated on subscan as shown in these events:
base64 encoded for Aslah: https://encointer.subscan.io/extrinsic/1689688-2
hex encoded for Leu: https://encointer.subscan.io/event?address=&module=encointerbalances&event=transferred&startDate=&endDate=&startBlock=&endBlock=&timeType=date&version=8
It seems that the frontend just tries to decode to ASCII, which succeeds for Kigali and fails for Leu:
hex2ascii(0x77f79df7) => ��yß hex2ascii(0x45387a38) => E8z8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems we have inconsistent display of our
CommunityIdentifier
type:The same trouble is replicated on subscan as shown in these events:
base64 encoded for Aslah:
https://encointer.subscan.io/extrinsic/1689688-2
hex encoded for Leu:
https://encointer.subscan.io/event?address=&module=encointerbalances&event=transferred&startDate=&endDate=&startBlock=&endBlock=&timeType=date&version=8
It seems that the frontend just tries to decode to ASCII, which succeeds for Kigali and fails for Leu:
The text was updated successfully, but these errors were encountered: