-
Notifications
You must be signed in to change notification settings - Fork 13
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
Runtime upgrade/extrinsic scheduling #1
Comments
We do have a scheduler incoming, will this help? |
At first glance I do not think so @joepetrowski. I'm talking specifically about ordering |
Ah, I see what you mean. Yeah, |
@drewstone is this still an issue? If so, please reopen this 🙏🏼 As far as I can tell, there is no plans for such an integration, but if you wanted to bring this up on https://github.com/paritytech/substrate , the core dev team may be able to comment on alternatives and may even try to make this possible. |
It seems useful for future networks that developers are able to schedule the process of upgrades that occur. At the moment it isn't clear what ordering runtime upgrade are processed (maybe they follow the ordering of their position in the
construct_runtime!
call and maybe not).Having a way to schedule which modules will run their on_runtime_upgrade hook sounds nice to have especially given it would allow chains, like Edgeware, to catch up to substrate master without jumping through so many hoops.
The text was updated successfully, but these errors were encountered: