You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building canister is possible only after it's created. That's wrong, because the user may want for example receive WASM code of canister (e.g. for later installation, as I do in my IC package manager) without actually creating the canister.
This is especially bad on production where creating canister requires to spend funds.
Building canister is possible only after it's created. That's wrong, because the user may want for example receive WASM code of canister (e.g. for later installation, as I do in my IC package manager) without actually creating the canister.
This is especially bad on production where creating canister requires to spend funds.
I tried the following:
I expected to see this happen: building the canister.
Instead, this happened: canister cannot be built.
Meta
dfx --version
:The text was updated successfully, but these errors were encountered: