Skip to content

Commit

Permalink
chore: bump candid
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Jan 30, 2024
1 parent 703531b commit 32d1eb6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ When using `dfx canister status`, the output now includes the new query statisti

# 0.17.0

### fix: Candid parser when parsing `vec {number}` with `blob` type

Fix the bug that when parsing `vec {1;2;3}` with `blob` type, dfx silently ignores the numbers.

### fix!: always fetch did file from canister when making canister calls

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

### Candid UI

Module hash: e5f049a97041217554c1849791c093c4103a6844625be3d6453df2e91abeed35

Fix the HTTP header for deploying in remote environments

# 0.16.0

### feat: large canister modules now supported
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ rust-version = "1.75.0"
license = "Apache-2.0"

[workspace.dependencies]
candid = "0.10.0"
candid_parser = "0.1.2"
candid = "0.10.3"
candid_parser = "0.1.3"
ic-agent = { git = "https://github.com/dfinity/agent-rs.git", rev = "6b02f649a569f354a0a1b370368ba28d31dd8702" }
ic-asset = { path = "src/canisters/frontend/ic-asset" }
ic-cdk = "0.12.0"
Expand Down
Binary file modified src/distributed/ui.wasm
Binary file not shown.

0 comments on commit 32d1eb6

Please sign in to comment.