Skip to content

Commit 32717b8

Browse files
chore: bump candid (#3553)
1 parent 703531b commit 32717b8

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ When using `dfx canister status`, the output now includes the new query statisti
88

99
# 0.17.0
1010

11+
### fix: Candid parser when parsing `vec {number}` with `blob` type
12+
13+
Fix the bug that when parsing `vec {1;2;3}` with `blob` type, dfx silently ignores the numbers.
14+
1115
### fix!: always fetch did file from canister when making canister calls
1216

1317
`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.
@@ -39,6 +43,12 @@ This incorporates the following executed proposals:
3943
- [127461](https://dashboard.internetcomputer.org/proposal/127461)
4044
- [127104](https://dashboard.internetcomputer.org/proposal/127104)
4145

46+
### Candid UI
47+
48+
Module hash: e5f049a97041217554c1849791c093c4103a6844625be3d6453df2e91abeed35
49+
50+
Fix the HTTP header for deploying in remote environments
51+
4252
# 0.16.0
4353

4454
### feat: large canister modules now supported

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ rust-version = "1.75.0"
1919
license = "Apache-2.0"
2020

2121
[workspace.dependencies]
22-
candid = "0.10.0"
23-
candid_parser = "0.1.2"
22+
candid = "0.10.3"
23+
candid_parser = "0.1.3"
2424
ic-agent = { git = "https://github.com/dfinity/agent-rs.git", rev = "6b02f649a569f354a0a1b370368ba28d31dd8702" }
2525
ic-asset = { path = "src/canisters/frontend/ic-asset" }
2626
ic-cdk = "0.12.0"

src/distributed/ui.wasm

14.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)