We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Workspace names need to be case sensitive to preserve their base58 secrets.
URL locations are supposed to be NOT case sensitive, and some URL parsers will lowercase them for you.
This matters if we want to make our own URL scheme like earthstar:// without fighting the URL parser.
earthstar://
Switch workspace and author addresses to lowercase base32 encoding.
Secrets will be 52 chars long instead of 44. This isn't significantly worse.
See this comment for details.
The text was updated successfully, but these errors were encountered:
Done!
Sorry, something went wrong.
Congrats on the change!
No branches or pull requests
Problem
Workspace names need to be case sensitive to preserve their base58 secrets.
URL locations are supposed to be NOT case sensitive, and some URL parsers will lowercase them for you.
This matters if we want to make our own URL scheme like
earthstar://
without fighting the URL parser.Solution?
Switch workspace and author addresses to lowercase base32 encoding.
Secrets will be 52 chars long instead of 44. This isn't significantly worse.
See this comment for details.
The text was updated successfully, but these errors were encountered: