-
Notifications
You must be signed in to change notification settings - Fork 2
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
Crate name refactor #561
Crate name refactor #561
Conversation
This should be more accurate
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -1,4 +1,6 @@ | |||
[profile.release] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may want to add this back at some point, but actually populate it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm very happy to have entropy
as a prefix rather than an acronym. And this is a big step towards being able to publish.
I guess the next thing is going to be trying to not have git dependencies...
@@ -122,7 +122,7 @@ jobs: | |||
- release | |||
|
|||
parameters: | |||
crypto: | |||
crates: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Im happy with crates
- but another possibilty would be tss-server
or just tss
since these crates are all related to or dependecies of entropy-tss
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to keep it a bit generic since there are some crates used in both, and we could potentially have "standalone" crates that just happen to be part of the monorepo here
This PR updates our crate names and folder structure a bit in preparation for publishing.
The main changes introduced are:
crypto
folder is nowcrates
crates
are all now prefixed withentropy-
server
binary has been renamed toentropy-tss
on crates.io
entropyxyz/entropy-tss
afterthis!
I hope this doesn't cause too much churn 😅
cc @vitropy @frankiebee @jawndiego