-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
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
Add monero namespace #65
Conversation
This is great, @silverpill , glad to see this moving forward! Sorry for the delay, I am on family leave and have been off github. As soon as any other editor approves, we'll merge this. |
@bumblefudge I've reviewed your edits; no objections. One thing I'm still uncertain about is the length of chain ID. Since there's only a small number of Monero chains, the genesis block hash can be truncated to a fewer characters, for example:
But I'm leaning towards keeping 32 chars. |
I think the general trend has been towards shorter, but it really comes down to the ergonomics and tradeoffs of whom you think will be using these URIs outside the native/community tooling for cross-chain purposes. If you think those URIs are more useful shortened, I don't think the loss of entropy is a significant collision risk here-- after all, they're already truncated, so it saves space for longer segments after the |
I think it can be merged as is. I posted about it in several channels, but so far no one expressed interest in using this standard. |
#41