remove need to swap dids for canisters with deploy arguments #2997
letmejustputthishere
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
currently when a canister is referencing another canister using the
"canister:name_of_other_canister"
syntax, and that canister has deploy arguments, we first have to deploy the canister with adid
file that contains the deploy arguments, then swap thedid
file to a version that does not contain the deploy arguments, until we finally can deploy the canister the references the canister with the deploy arguments.that's pretty cumbersome and involves manual intervention or additional scripts that have to be written to automatically change the reference to the did file.
ideally
dfx
automagically removes the deploy arguments from thedid
when the referencing canister is deployed.Beta Was this translation helpful? Give feedback.
All reactions