-
Notifications
You must be signed in to change notification settings - Fork 778
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
move substrate-bip39 into polkadot-sdk #3579
Conversation
Return MiniSecretKey instead of SecretKey
Use schnorrkel 0.1.0 version
Update schnorrkel to 0.9
* Zeroize secret buffer. * spaces indent * Update version for publishing
Update various outdated deps
Downgrade schnorrkel
CLA and check-publish will fail, both should be ignored IMO (although it means we'll need to force merge). |
We will squash this while merging, so the history will not be available. Am I missing sth? |
Contributions will be accounted for and it's easier to refer back to this PR to get full history. I can squash everything under a single import commit if you feel that it's useless though. |
check-publish can be fixed by publishing the crate with Parity Crate Owner before this PR gets merged (needs to be done otherwise this check fails in future PRs), I already bumped the version so should be good to go if we decide to move on with this. |
Keeping history in PR is fine. |
Moves [substrate-bip39](https://github.com/paritytech/substrate-bip39) into substrate. All git history is preserved. Dependencies have been updated to use the same version as the rest of the repo. Fixes paritytech#1934. --------- Co-authored-by: Maciej Hirsz <[email protected]> Co-authored-by: Maciej Hirsz <[email protected]> Co-authored-by: Gav Wood <[email protected]> Co-authored-by: Stanislav Tkach <[email protected]> Co-authored-by: Robert Habermeier <[email protected]> Co-authored-by: Pierre Krieger <[email protected]> Co-authored-by: Demi M. Obenour <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: NikVolf <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Benjamin Kampmann <[email protected]> Co-authored-by: Maciej Hirsz <[email protected]> Co-authored-by: cheme <[email protected]> Co-authored-by: adoerr <[email protected]> Co-authored-by: Jun Jiang <[email protected]> Co-authored-by: Dan Shields <[email protected]> Co-authored-by: Michal Kucharczyk <[email protected]>
Moves substrate-bip39 into substrate. All git history is preserved. Dependencies have been updated to use the same version as the rest of the repo.
Fixes #1934.