-
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
refactor substrate-common to entropy-shared #272
refactor substrate-common to entropy-shared #272
Conversation
852f5e2
to
f818f53
Compare
Current dependencies on/for this PR: This comment was auto-generated by Graphite. |
f818f53
to
6ceac45
Compare
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.
ya looks fine.....was initially called substrate as in it needed to be shared with substrate so had to be all std to not leak wasm....but this should still be fine
6ceac45
to
cf8e5a9
Compare
Yeah, having |
waiting on linting |
fmt; update metadata
cf8e5a9
to
f5ab2d4
Compare
This PR modifies the `substrate-common` package: - refactors/renames all "substrate-common" and "substrate_common" to "entropy-shared" and "entropy_shared" - updates crypto/entropy-types/README.md - removes a few unused structs from that package It also makes a small change to `entropy-constraints` Cargo.toml for properly handling std and no_std, unrelated to above
This PR modifies the
substrate-common
package:It also makes a small change to
entropy-constraints
Cargo.toml for properly handling std and no_std, unrelated to above