-
Notifications
You must be signed in to change notification settings - Fork 123
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
Rename cosmos_sdk
again: cosmrs
?
#113
Comments
I like it. It also pairs nicely with CosmJS, which is a client side js lib. Cosmrs or cosm-rs, both work for me. But the name seems more clear (I was expecting a server side sdk as well) |
Clarifying that the repo is a "Cosmos Rust Support Library" would definitely improve usability and expectations. |
I would rather it to be called Another thing that I think it'd be important for the ecosystem would be to eventually track the client side implementations features so users can understand what is already implemented or not, for example CosmJS currently probably offers the broadest implementation support for modules (bank, auth, etc). This could be useful for other client libraries too like Alan.dart (Dart) for example. |
We've previously been tacking However, in this case I'm proposing actually putting it in the crate name and calling it |
As discussed in #113, this renames "cosmos-sdk-rs" (i.e. the `cosmos_sdk` crate) to `cosmrs`.
After we got the
cosmos_sdk
crate, I was somewhat disappointed to discover that it's locked into using an underscore, which is somewhat annoying given it doesn't matchcosmos-sdk-proto
.Additionally, the
cosmos-sdk-rs
branding isn't great in many ways: it implements a minute amount of functionality of the actual Gocosmos-sdk
. Given that I think it inevitably sets a user up for disappointment when they're looking for a full-blown analog of the upstream Go library.I've been wondering if a pithier name for a "Cosmos Rust Support Library" might be appropriate. The name I've been batting around in my head is "cosmrs", as in cosmos + rs. I think it also pairs nicely with CosmWasm.
WDYT?
The text was updated successfully, but these errors were encountered: