- check that the username is valid (no invalid special characters, min length 1, max length 191, starts with alphanumeric character)
- return invalid username error instead of username reserved error if username is a valid eth address
Details
Details
- unit tests
- used commtest to try registering various invalid usernames, confirmed that i got an invalid username response from identity each time
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable