Skip to content
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

Merged
merged 48 commits into from
Mar 7, 2024
Merged

Conversation

andresilva
Copy link
Contributor

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.

@andresilva andresilva added R0-silent Changes should not be mentioned in any release notes T0-node This PR/Issue is related to the topic “node”. labels Mar 5, 2024
@andresilva
Copy link
Contributor Author

CLA and check-publish will fail, both should be ignored IMO (although it means we'll need to force merge).

@michalkucharczyk
Copy link
Contributor

All git history is preserved

We will squash this while merging, so the history will not be available. Am I missing sth?

@andresilva
Copy link
Contributor Author

All git history is preserved

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.

@paritytech paritytech deleted a comment from paritytech-cicd-pr Mar 5, 2024
@andresilva
Copy link
Contributor Author

andresilva commented Mar 5, 2024

CLA and check-publish will fail, both should be ignored IMO (although it means we'll need to force merge).

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. CLA not sure how to fix, either we ignore and force-merge, or we squash all commit history.

@michalkucharczyk
Copy link
Contributor

All git history is preserved

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.

Keeping history in PR is fine.

@andresilva andresilva added this pull request to the merge queue Mar 7, 2024
Merged via the queue into master with commit 30c32e3 Mar 7, 2024
129 of 130 checks passed
@andresilva andresilva deleted the andre/substrate-bip39 branch March 7, 2024 12:42
bgallois pushed a commit to duniter/duniter-polkadot-sdk that referenced this pull request Mar 25, 2024
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R0-silent Changes should not be mentioned in any release notes T0-node This PR/Issue is related to the topic “node”.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Request] Move substrate-bip39 into polkadot-sdk monorepo