Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom dfx canister principals #284

Merged
merged 3 commits into from
Jun 11, 2024
Merged

Conversation

rvanasa
Copy link
Contributor

@rvanasa rvanasa commented Jun 11, 2024

This PR adds support for "type": "custom" canisters with explicit canister IDs.

Because these canisters are not included in .dfx/local/canister_ids.json or the .dfx/local/lsp/ directory, a special case is required for these canisters.

Although this fixes compiler errors in the Cycles Faucet codebase, additional follow-up changes to the extension and/or dfx may be needed to generalize this to all possible cases (e.g. deploying with a --specified-id flag).

@rvanasa rvanasa merged commit 2192518 into master Jun 11, 2024
3 checks passed
@rvanasa rvanasa deleted the custom-dfx-canisters branch June 11, 2024 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants