mvs-org / metaverse

The Metaverse individual chain service ETP coin and immutable data space for Hyperspace.
https://mvs.org
GNU Affero General Public License v3.0
307 stars 115 forks source link

[REQUEST] Make avatar name case insensitive and remove special chars #397

Closed canguruhh closed 4 years ago

canguruhh commented 4 years ago

The Avatar name should be case insensitive to avoid confusion and to make it compatible with DNA accounts. The list of allowed special characters should also match the ones from DNA.

vorapoap commented 4 years ago

Is this restriction done on lightwallet or in the MVS core?

canguruhh commented 4 years ago

It should be implemented on the consensus (core). Case sensitivity and the removal of special characters require a soft fork. If we introduce additional characters we would need to do it during the next hardfork.

canguruhh commented 4 years ago

Btw. I closed this issue because its a duplicate of #354