-
Notifications
You must be signed in to change notification settings - Fork 337
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
Add force-debug flag, and pallet-sudo to moonriver #2491
Add force-debug flag, and pallet-sudo to moonriver #2491
Conversation
runtime/moonriver/src/lib.rs
Outdated
$($common_pallets)* | ||
|
||
// Aditional pallets with `force-debug` feature: | ||
// Sudo was previously index 40 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For safety, it would be better to use a different index. Because the sudo key storage was not removed on moonriver live storage
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed index to 240
force-debug will be always enable and then removed: paritytech/polkadot-sdk#3005 And we finally don't want sudo on moonriver |
Enables "evm/force-debug" feature and pallet-sudo in moonriver.
Supersedes #2490