feat(governance): Enable CreateCanisterAndInstallCode proposals.#9826
Merged
daniel-wong-dfinity-org merged 2 commits intomasterfrom Apr 13, 2026
Conversation
- Done.
- Notified clients last week.
- Existing proposals and neurons are fine.
- Requested.
jasonz-dfinity
approved these changes
Apr 13, 2026
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Apr 14, 2026
…9807) An integration test based on PocketIc. Outline/summary of the test: 1. Prepare the world: Create an IC with another system subnet (besides the NNS subnet), install NNS. 2. Execute a proposal of the new type, CreateCanisterAndInstallCode. 3. Inspect the resulting canister. In particular, it should: 1. Live in the other system subnet. 2. Have the specified code. 3. Be controlled by the Root canister. # References Closes [NNS1-4345]. [NNS1-4345]: https://dfinity.atlassian.net/browse/NNS1-4345 [👈 Previous PR][prev] | [Next PR 👉][next] [prev]: #9789 [next]: #9826 --------- Co-authored-by: IDX GitHub Automation <infra+github-automation@dfinity.org>
daniel-wong-dfinity-org
added a commit
that referenced
this pull request
Apr 15, 2026
# References [👈 Previous PR][prev] [prev]: #9807
daniel-wong-dfinity-org
added a commit
that referenced
this pull request
Apr 15, 2026
…9807) An integration test based on PocketIc. Outline/summary of the test: 1. Prepare the world: Create an IC with another system subnet (besides the NNS subnet), install NNS. 2. Execute a proposal of the new type, CreateCanisterAndInstallCode. 3. Inspect the resulting canister. In particular, it should: 1. Live in the other system subnet. 2. Have the specified code. 3. Be controlled by the Root canister. # References Closes [NNS1-4345]. [NNS1-4345]: https://dfinity.atlassian.net/browse/NNS1-4345 [👈 Previous PR][prev] | [Next PR 👉][next] [prev]: #9789 [next]: #9826 --------- Co-authored-by: IDX GitHub Automation <infra+github-automation@dfinity.org>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
References
Closes NNS1-4346.
👈 Previous PR | Next PR 👉