-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Chain-selection subsystem data revert #5350
Conversation
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.
Generally looks good, a few nits that need to be addressed or clarified. We should also document what is reverted and what is not and reference an issue for outstanding TODOs.
I already started working on the "approval-voting" subsystem revert, but before opening a PR for that, this needs to be merged since some code is shared. If it is not a problem, I prefer to keep the PRs for the subtasks separated in order to simplify the review. |
Looks good to me, greenlit from my side. I prefer smaller reviewable PRs, so very much in favor of splitting the work into concise chunks as you do 👍 |
Co-authored-by: Sebastian Kunert <skunert49@gmail.com>
Partially addresses #5396
This PR introduces the revert of some of the data related to parachains management.
In particular, this addresses revert of chain-selection subsystem.
More work should be done to revert approval voting information, this will be addressed by a separate PR.