-
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 'jason/NNS1-2951-rosetta' into 'master'
test: NNS1-2951 Change rosetta tests to set up NNS neurons in valid states We want 3 invariants to hold for every NNS neuron: 1. Dissolve state always exists 2. For non-dissolving neurons, dissolve delay should be positive (no longer use delay = 0 to represent dissolved neurons) 3. For dissolving neurons, aging_since_timestamp_seconds is u64::MAX Those are already ensured within the NNS Governance. In this MR we try to change the test setup rosetta_tests so that post_upgrade can fail with bad initial governance state without breaking those tests. See merge request dfinity-lab/public/ic!19668
- Loading branch information
Showing
6 changed files
with
26 additions
and
19 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