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

Fix check validators signatures when applying forced changes #4431

Open
dimartiro opened this issue Dec 23, 2024 · 0 comments
Open

Fix check validators signatures when applying forced changes #4431

dimartiro opened this issue Dec 23, 2024 · 0 comments
Assignees

Comments

@dimartiro
Copy link
Contributor

dimartiro commented Dec 23, 2024

We did re introduce an old issue #3468 since the previous fix #4144 did brake the sync process when we have to apply forced justifications. So to prioritize the sync process we decided to re introduce the issue and address it here.

We have to be able to apply auth changes (scheduled or forced) before executing the block and verifying the justification.

I've been checking substrate code and they are:

  1. Applying the authorities changes
  2. Importing the block
  3. Processing the justification

We want to reproduce that behavior on our side

@dimartiro dimartiro self-assigned this Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant