MetaFam / TheGame

The platform that MetaGame will be played on aka MetaOS - an open source framework for running decentralized societies. Currently featuring MyMeta Profiles, Dashboard & Quests
https://metagame.wtf
Other
131 stars 78 forks source link

Uppercase characters not allowed in DAO contracts #1536

Open alalonde opened 1 year ago

alalonde commented 1 year ago

What happened?

Attempting to e.g. associate a contract address with uppercase characters results in a rather unintuitive error message.

What did you expect to happen?

We should either:

  1. Accept uppercase characters
  2. Auto-lowercase the address
  3. Return a better error message

How can we reproduce the problem (as minimally as possible)?

Edit a guild and include a contract address in the DAO section.

Is there anything else we need to know?

No response

Browser and operating system used (if applicable)

No response

dysbulic commented 1 year ago

I think it should be #1 & #2. Take anything, but store it lowercase for matching purposes.