-
Notifications
You must be signed in to change notification settings - Fork 90
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 crates to use underscores #895
Conversation
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.
Looks good, minor questions.
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.
Ran through builds, test and examples in the core and bindings. Everything seems ok.
I reviewed the workflows for any references to the old structure, everything looks good here as well.
Great job! Thank you 🙏
Oh, one minor thing after running the Edit: Had to |
Description of change
Renames all projects to use underscores for their package and directory names.
identity
->identity_iota
identity-account
->identity_account
identity-account-storage
->identity_account_storage
identity-core
->identity_core
identity-credential
->identity_credential
identity-did
->identity_did
identity-iota
->identity_iota_client
identity-iota-core
->identity_iota_core
NOTE: this excludes the
identity-diff
andidentity-diff-derive
packages since those names are already fixed.Notably, the root package is now named
identity_iota
. The root module foridentity_iota_client
(formerlyidentity_iota
) changed from::iota
to::client
.Updated documentation wherever possible but may have missed something.
Links to any relevant issues
Part of #869.
Type of change
How the change has been tested
Tests etc. seem to pass locally.
Change checklist