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

sp-std removal from substrate/primitives #3274

Merged
merged 12 commits into from
Mar 18, 2024

Conversation

gilescope
Copy link
Contributor

@gilescope gilescope commented Feb 8, 2024

This PR removes sp-std crate from substrate/primitives sub-directories.

For now crates that have pub use of sp-std or export macros that would necessitate users of the macros to extern crate alloc have been excluded from this PR.

There should be no breaking changes in this PR.

@gilescope gilescope marked this pull request as ready for review February 8, 2024 22:48
@bkchr bkchr added the R0-silent Changes should not be mentioned in any release notes label Mar 11, 2024
substrate/primitives/npos-elections/src/lib.rs Outdated Show resolved Hide resolved
@koute koute added this pull request to the merge queue Mar 18, 2024
Merged via the queue into paritytech:master with commit 1b5f424 Mar 18, 2024
132 of 133 checks passed
dharjeezy pushed a commit to dharjeezy/polkadot-sdk that referenced this pull request Mar 24, 2024
This PR removes sp-std crate from substrate/primitives sub-directories.

For now crates that have `pub use` of sp-std or export macros that would
necessitate users of the macros to `extern crate alloc` have been
excluded from this PR.

There should be no breaking changes in this PR.

---------

Co-authored-by: Koute <koute@users.noreply.github.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants