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

Add a sudo pallet for Westend Coretime system parachain #6956

Open
mordamax opened this issue Dec 18, 2024 · 1 comment · May be fixed by #6960
Open

Add a sudo pallet for Westend Coretime system parachain #6956

mordamax opened this issue Dec 18, 2024 · 1 comment · May be fixed by #6960
Assignees

Comments

@mordamax
Copy link
Contributor

Recently I was trying to mock a local dev environment with coretime on westend, but found out that there's no sudo available for transaction api, so that forces to use rococo, which is going to be removed soon

Example: https://github.com/pepoviola/coretime-demo/blob/main/src/main.rs#L85

adding sudo pallet to westend would allow to simplify the use-case when we need to set up environment out of polkadot-sdk image + leveraging coretime

@seadanda seadanda self-assigned this Dec 18, 2024
@seadanda seadanda linked a pull request Dec 18, 2024 that will close this issue
@bkchr
Copy link
Member

bkchr commented Dec 18, 2024

Why not send the message via XCM from the relay chain? Basically the same that we are doing on production networks. Also is better for testing, because it is then closer to the reality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants