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

im-online removal final cleanup #3902

Merged
merged 2 commits into from
Apr 1, 2024
Merged

Conversation

s0me0ne-unkn0wn
Copy link
Contributor

Rejoice! Rejoice! The story is nearly over.

This PR removes stale migrations, auxiliary structures, and package dependencies, thus making Rococo and Westend totally free from any im-online-related stuff.

im-online still stays a part of the Substrate node and its runtime:

#[runtime::pallet_index(23)]
pub type ImOnline = pallet_im_online;
I'm not sure if it makes sense to remove it from there considering that we're not removing im-online from FRAME. Please share your opinion.

@s0me0ne-unkn0wn s0me0ne-unkn0wn added R0-silent Changes should not be mentioned in any release notes T2-pallets This PR/Issue is related to a particular pallet. labels Mar 29, 2024
Copy link
Member

@ordian ordian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should remove this pallet after some time from Substrate and maybe find new maintainers in https://github.com/open-web3-stack/open-runtime-module-library or whoever wants to use it.

@bkchr bkchr added this pull request to the merge queue Apr 1, 2024
Merged via the queue into master with commit 52e1037 Apr 1, 2024
132 of 133 checks passed
@bkchr bkchr deleted the s0me0ne/im-online-final-cleanup branch April 1, 2024 22:48
Ank4n pushed a commit that referenced this pull request Apr 9, 2024
Rejoice! Rejoice! The story is nearly over.

This PR removes stale migrations, auxiliary structures, and package
dependencies, thus making Rococo and Westend totally free from any
`im-online`-related stuff.

`im-online` still stays a part of the Substrate node and its runtime:
https://github.com/paritytech/polkadot-sdk/blob/0d9324847391e902bb42f84f0e76096b1f764efe/substrate/bin/node/runtime/src/lib.rs#L2276-L2277
I'm not sure if it makes sense to remove it from there considering that
we're not removing `im-online` from FRAME. Please share your opinion.
dharjeezy pushed a commit to dharjeezy/polkadot-sdk that referenced this pull request Apr 9, 2024
Rejoice! Rejoice! The story is nearly over.

This PR removes stale migrations, auxiliary structures, and package
dependencies, thus making Rococo and Westend totally free from any
`im-online`-related stuff.

`im-online` still stays a part of the Substrate node and its runtime:
https://github.com/paritytech/polkadot-sdk/blob/0d9324847391e902bb42f84f0e76096b1f764efe/substrate/bin/node/runtime/src/lib.rs#L2276-L2277
I'm not sure if it makes sense to remove it from there considering that
we're not removing `im-online` from FRAME. Please share your opinion.
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 T2-pallets This PR/Issue is related to a particular pallet.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants