-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cosmic-swingset): inject kernel upgrade events at a safe time
We use a new `Action_Type.KERNEL_UPGRADE_EVENTS` to call `controller.injectQueuedUpgradeEvents()` at a safe time. The first run after a chain-halting software upgrade will drain the run-queue of any leftover work, then the second run will process the kernel upgrade events. Any embedded core-proposals will be processed in runs after those finish.
- Loading branch information
Showing
2 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters