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
Copy file name to clipboardExpand all lines: CHANGELOG.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,6 @@ When using `dfx canister status`, the output now includes the new query statisti
12
12
13
13
Fix the bug that when parsing `vec {1;2;3}` with `blob` type, dfx silently ignores the numbers.
14
14
15
-
### fix!: always fetch did file from canister when making canister calls
16
-
17
-
`dfx canister call` will always fetch did file from the canister metadata. This is especially helpful for calling remote canisters. It's a breaking change in the sense that if the canister doesn't have the `candid:service` metadata, we will not read the local did file from build artifact, and dfx will issue a warning in this case to encourage canister developers to put the did file into canister metadata.
18
-
19
15
### fix: support `import` for local did file
20
16
21
17
If the local did file contains `import` or init args, dfx will rewrite the did file when storing in canister metadata.
0 commit comments