You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea behind the four character limit is that they are just long enough to form a descriptive label, and short enough that they obviously can't be unique. They're not really for identity, but more like a label hanging off the keychain to remind you what it's for (which makes me think they should be renamed to labels / fobs).
Display names are data you'd store inside of an Earthstar share and associate with your keypair, e.g. with the about format. This means your display name can a much broader scope for expression (non-ASCII characters, spaces, extra long, emoji, can change at any time), and you can have different identities in different shares.
Then again, to argue with myself, share addresses don't have this limitation though logically the same argument could be applied. How persuasive is the above?
earthstar/src/core-validators/addresses.ts
Line 79 in 1523c64
If I try this, it returns a ValidationError
Are you open to allowing differently lengthed shortnames?
The text was updated successfully, but these errors were encountered: