-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'leon/master_key_signing_subnet_invariants' into 'master'
chore(registry): key signing subnet invariants This MR adds a new invariant check that conects the `ChainKeyConfigs` with the chain key signing subnet lists. Before, we would only check whether configs mentioned in the ecdsa_signing_subnet_list would match a EcdsaKeyConfig. This is ok, since the Ecdsa data is still the source of truth. In the future, we want to change the source of truth, and therefore, we need to do the same check on the `ChainKey` side as well. This MR also adapts some tests, such that they pass under the new invariant as well. Closes NNS1-3007 Closes NNS1-3007 See merge request dfinity-lab/public/ic!19424
- Loading branch information
Showing
3 changed files
with
86 additions
and
14 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