Skip to content

Commit

Permalink
chore: update candid to 0.10 (#3507)
Browse files Browse the repository at this point in the history
And agent-rs to 0.31, and ic-wasm to 0.7. Also gets rid of the 'declared version but always patched' weirdness in Cargo.toml by depending on a git rev directly, and updates a couple dependencies (aes-gcm, atty, rust_decimal) that had raised dependabot alerts.
  • Loading branch information
adamspofford-dfinity authored Jan 17, 2024
1 parent 44fa9a5 commit 81cab15
Show file tree
Hide file tree
Showing 27 changed files with 376 additions and 239 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Now they are stored with nanosecond precision on Windows too.

Updated Motoko to [0.10.4](https://github.com/dfinity/motoko/releases/tag/0.10.4)

### Frontend canister

Module hash: b625e04115725038808dcd6db1e398def28e981f8d6de464bb8438b2656864c8

# 0.15.3

### fix: allow `http://localhost:*` as `connect-src` in the asset canister's CSP
Expand Down Expand Up @@ -1352,7 +1356,7 @@ Additionally, after build step, the `.wasm` file is archived with `gzip`.
### chore: Move all `frontend canister`-related code into the SDK repo

| from (`repository` `path`) | to (path in `dfinity/sdk` repository) | summary |
| :------------------------------------------ | :--------------------------------------------- | :------------------------------------------------------------------------------------------ |
|:--------------------------------------------|:-----------------------------------------------|:--------------------------------------------------------------------------------------------|
| `dfinity/cdk-rs` `/src/ic-certified-assets` | `/src/canisters/frontend/ic-certified-asset` | the core of the frontend canister |
| `dfinity/certified-assets` `/` | `/src/canisters/frontend/ic-frontend-canister` | wraps `ic-certified-assets` to build the canister wasm |
| `dfinity/agent-rs` `/ic-asset` | `/src/canisters/frontend/ic-asset` | library facilitating interactions with frontend canister (e.g. uploading or listing assets) |
Expand Down
Loading

0 comments on commit 81cab15

Please sign in to comment.