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

fix: load dfx.json with extension-defined canister type #153

Merged

Conversation

ericswanson-dfinity
Copy link
Member

@ericswanson-dfinity ericswanson-dfinity commented Sep 24, 2024

dfx nns install, dfx nns import, and dfx sns import all load dfx.json if present. If dfx.json includes a canister with a type defined by an extension, the config loader won't recognize the type unless we provide an ExtensionManager. This PR provides the needed ExtensionManager.

Fixes https://dfinity.atlassian.net/browse/SDK-1832

@ericswanson-dfinity ericswanson-dfinity force-pushed the ens/sdk-1832-load-dfx-json-with-extension-canister branch 2 times, most recently from 5f3e038 to a832777 Compare November 7, 2024 17:44
@ericswanson-dfinity ericswanson-dfinity force-pushed the ens/sdk-1832-load-dfx-json-with-extension-canister branch from ca8cfdc to 89c17ff Compare November 7, 2024 21:55
@ericswanson-dfinity ericswanson-dfinity force-pushed the ens/sdk-1832-load-dfx-json-with-extension-canister branch from 89c17ff to 68844c9 Compare November 7, 2024 22:42
@ericswanson-dfinity ericswanson-dfinity marked this pull request as ready for review November 8, 2024 17:37
@ericswanson-dfinity ericswanson-dfinity requested review from a team as code owners November 8, 2024 17:37
@ericswanson-dfinity ericswanson-dfinity merged commit c9885ba into main Nov 8, 2024
11 checks passed
@ericswanson-dfinity ericswanson-dfinity deleted the ens/sdk-1832-load-dfx-json-with-extension-canister branch November 8, 2024 21:10
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