forked from dfinity/ic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'kpop/CON-979/unhalt_on_cup_2' into 'master'
feat(consensus): [CON-979] set `halt_at_cup_height` to `false` during CUP creation. In order to unhalt a Subnet which was halted due to setting the `halt_at_cup_height` flag to `true`, currently we have to do it in two steps: 1) create a proposal which sets `halt_at_cup_height` to `false`; and then 2) create a new cup proposal. After this step we will still require two steps, namely: 1) create a new cup proposal, and then 2) create a proposal which sets `is_halted` to false, but they will fit nicer in the process of subnet splitting where, on high level, we want to do the following: 1) halt a subnet at cup height 2) split state 3) create a new cup with the new state 4) do some extra validation 5) unhalt the subnet; See merge request dfinity-lab/public/ic!13001
- Loading branch information
Showing
6 changed files
with
170 additions
and
28 deletions.
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
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
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