You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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
The text was updated successfully, but these errors were encountered: