Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Reject leading/trailing whitespaces for token id #113

Open
alpe opened this issue Mar 2, 2023 · 1 comment
Open

Reject leading/trailing whitespaces for token id #113

alpe opened this issue Mar 2, 2023 · 1 comment

Comments

@alpe
Copy link

alpe commented Mar 2, 2023

Follow up on CosmWasm/wasmd#1206 (comment)

@taitruong
Copy link
Collaborator

Agree on this - respectively I don't see why token ids should have whitespaces.

valid token ids:

  • alphaNumeric111
  • 001
  • spaces between words
  • _underscore_

invalid token ids:

  • leading spaces
  • trailing spaces

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants