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

I116 unapprove validators #117

Merged
merged 13 commits into from
Mar 20, 2023
Merged

I116 unapprove validators #117

merged 13 commits into from
Mar 20, 2023

Conversation

PopcornPaws
Copy link
Contributor

Description

Aims to close #116 via a runtime upgrade. What's missing is a storage migration implementation that removes dangling id's from the approved validator set. @OnyxSkyscape do you think that's an easy migration? This is quite a high priority change because there's someone who I cannot add as a validator, because I removed them first.

@PopcornPaws PopcornPaws added the bug something isn't working as intended label Mar 7, 2023
@PopcornPaws PopcornPaws self-assigned this Mar 7, 2023
@PopcornPaws PopcornPaws marked this pull request as ready for review March 17, 2023 12:48
Copy link
Contributor

@OnyxSkyscape OnyxSkyscape left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on dev chain and applied to prod, ready for merging

@PopcornPaws
Copy link
Contributor Author

CI/CD pipeline fails due to a compiler error in latest (1.70.0) nightly.

Since nightly is pulled in from the dockerfile via rust:nightly-bullseye-slim, directly reverting nightly wouldn't be trivial. So for now we decided to ignore this and wait for the next nightly to fix the compiler error and/or this PR to be merged in substrate.

@PopcornPaws PopcornPaws merged commit b082aa8 into main Mar 20, 2023
@PopcornPaws PopcornPaws deleted the I116-unapprove-validators branch March 20, 2023 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something isn't working as intended
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validator manager pallet fails to unapprove validators.
2 participants