feat: display proxy canister principal in network status#357
Merged
Conversation
Extends the `icp network status` command to display the proxy canister principal alongside the existing Candid UI principal field. The field appears in both text and JSON output formats when a proxy canister is deployed on the managed network. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
The proxy canister is now automatically installed when starting a managed network, so the test no longer needs to manually deploy it. Instead, the test retrieves the proxy canister ID from `icp network status --json` using the proxy_canister_principal field. This simplifies the test and demonstrates the real-world usage pattern. Also removes the vendored proxy.wasm file as it's no longer needed. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Documents the addition of proxy_canister_principal field to the `icp network status` command output. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
adamspofford-dfinity
approved these changes
Feb 12, 2026
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.
The canister_call_through_proxy test is simplified.