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: prevent stuck SLCs waiting for valset #1274

Merged

Conversation

maharifu
Copy link
Contributor

@maharifu maharifu commented Aug 23, 2024

Related Github tickets

Background

If a JIT ValsetUpdate fails, it can lead to SLC messages being stuck. In order to overcome this, we set a watcher on the end blocker to insert new ValsetUpdates when needed if there is an SLC message in the queue (or UploadUserSmartContract message).

Testing completed

  • test coverage exists or has been added/updated
  • tested in a private testnet

Breaking changes

  • I have checked my code for breaking changes
  • If there are breaking changes, there is a supporting migration.

@maharifu maharifu force-pushed the fix/1040-valset-update-watchdog branch from e90b543 to c32b14a Compare August 24, 2024 00:13
@byte-bandit byte-bandit force-pushed the fix/1040-valset-update-watchdog branch from 7795605 to 32cf9fc Compare August 30, 2024 06:21
@byte-bandit byte-bandit merged commit 7410481 into palomachain:master Aug 30, 2024
4 checks passed
@byte-bandit byte-bandit deleted the fix/1040-valset-update-watchdog branch August 30, 2024 07:15
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

Successfully merging this pull request may close these issues.

[BUG] Failed JIT Valset Update might lead to stuck SLC messages
2 participants