Skip to content
New issue

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

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
Member

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

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

No branches or pull requests

2 participants