-
Notifications
You must be signed in to change notification settings - Fork 115
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
Adjust constitutionality down temporarily #4655
Comments
Moved comment from #4654 To expand on the above, performing a runtime upgrade is a long and slow process - for a good reason. Even assuming optimal conditions
As outlined #4653, temporarily lowering the constitutionality of runtime upgrades to 2 will not only allow faster improvements of the protocol in the early days, but also make it easier to plan around other proposals with a constitutionality > 1. There are currently two other proposals with constitutionality > 2 - namely "Set Maximum Validator Count" and "Set Council Budget Increment" - both at 3. If these were kept at 3, it can be impossible to get any of them executed, even with planning, and it would make more sense to include the changes in a runtime upgrade proposal for speed. The problem with runtime upgrade blocking other proposals, and the extra planning required, won't be fully resolved until a safe way of "migrating" non-finalized (and executed) proposals is researched, developed and finally added with a future runtime upgrade. It will at least reduce the problem. In total, only three variables are changed for "production" as shown in the table below where "Current" refers and "Ephesus" refers to old and new Constitutionality values respectively:
Given that these all have a grace period of 5 days, and all other proposals currently have a gracing period below that 5 days, it should always be possible to avoid having a proposal fail due to being "vetoed" at the time |
Done in #4653 |
Background
#4654
Proposal
A deeper fix will require substantial care and time, and in the interim it will get really slow to get runtime upgrades done the next few quarters, which is also the time where the need is likely highest, because we are so early in the lifetime of the system. Therefore, a temporary fix would be to just reduce the constitutionality of a set of proposals in
Ephesus
to reduce the magnitude of the problem.Firs step here is to come up with some concrete set of proposals to change, and by how much, then we need to map out a new testing plan, and of course a JIP has to be prepared.
┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: