Enable elastic scaling node side feature on Kusama#205
Conversation
This feature is required for Kusama to ensure that Parachains that have multiple cores assigned, still be able to include at least one block.
| let _ = Configuration::set_node_feature(RawOrigin::Root.into(), 1, true); | ||
| Weight::from_parts(1, 0) |
There was a problem hiding this comment.
why are we not returning the actual weight of the extrinsic?
There was a problem hiding this comment.
Because the function doesn't return it, but I got some idea
|
/merge |
|
Enabled Available commands
For more information see the documentation |
Failed to update PR ❌There was an error while trying to keep this PR You may have conflicts More info in the logs 📋 |
Failed to update PR ❌There was an error while trying to keep this PR You may have conflicts More info in the logs 📋 |
Failed to update PR ❌There was an error while trying to keep this PR You may have conflicts More info in the logs 📋 |
This feature is required for Kusama to ensure that Parachains that have multiple cores assigned, still be able to include at least one block. The relay chain itself doesn't support Parachains with multiple cores assigned right now, but this will come in later updates.