|
8 | 8 |
|
9 | 9 | ### chore: Improve help text of `dfx identity new` to include which characters are valid in identity names |
10 | 10 |
|
| 11 | +### fix: Capitalization of "Wasm" in docs and messages |
| 12 | + |
| 13 | +The output of `dfx canister status` has been also changed to use consistent capitalization of words. |
| 14 | + |
11 | 15 | ## Dependencies |
12 | 16 |
|
13 | 17 | ### Updated to [agent-rs 0.35.0](https://github.com/dfinity/agent-rs/blob/main/CHANGELOG.md#0350---2024-05-10) |
@@ -51,7 +55,7 @@ Stderr: |
51 | 55 |
|
52 | 56 | ### fix: "Failed to decrypt PEM file" errors messages will now include the cause |
53 | 57 |
|
54 | | -### feat: WASM memory soft-limit |
| 58 | +### feat: Wasm memory soft-limit |
55 | 59 |
|
56 | 60 | Adds support for the `wasm_memory_limit` canister setting, which limits the canister's heap during most calls but does not affect queries. As with other canister settings, it can be set in `dfx canister create` or `dfx canister update-settings` via the `--wasm-memory-limit` flag, as well as in `dfx.json` under `canisters[].initialization_values.wasm_memory_limit`. |
57 | 61 |
|
@@ -555,7 +559,7 @@ Fix the HTTP header for deploying in remote environments |
555 | 559 |
|
556 | 560 | ### feat: large canister modules now supported |
557 | 561 |
|
558 | | -When using `dfx deploy` or `dfx canister install`, previously WASM modules larger than 2MiB would be rejected. |
| 562 | +When using `dfx deploy` or `dfx canister install`, previously Wasm modules larger than 2MiB would be rejected. |
559 | 563 | They are now automatically submitted via the chunking API if they are large enough. |
560 | 564 | From a user perspective the limitation will simply have been lifted. |
561 | 565 |
|
@@ -1413,7 +1417,7 @@ The identity may be specified using the environment variable `DFX_IDENTITY`. |
1413 | 1417 |
|
1414 | 1418 | ### feat: Add DFX_ASSETS_WASM |
1415 | 1419 |
|
1416 | | -Added the ability to configure the WASM module used for assets canisters through the environment variable `DFX_ASSETS_WASM`. |
| 1420 | +Added the ability to configure the Wasm module used for assets canisters through the environment variable `DFX_ASSETS_WASM`. |
1417 | 1421 |
|
1418 | 1422 | ### fix: dfx deploy and icx-asset no longer retry on permission failure |
1419 | 1423 |
|
@@ -1529,7 +1533,7 @@ Added validate_grant_permission() and validate_revoke_permission() methods per S |
1529 | 1533 |
|
1530 | 1534 | ### feat: Add dfx sns download |
1531 | 1535 |
|
1532 | | -This allows users to download SNS canister WASMs. |
| 1536 | +This allows users to download SNS canister Wasm binaries. |
1533 | 1537 |
|
1534 | 1538 | ### fix: fixed error text |
1535 | 1539 | - `dfx nns install` had the wrong instructions for setting up the local replica type |
@@ -2126,7 +2130,7 @@ It is now possible to inhibit automatic wallet creation by setting the `DFX_DISA |
2126 | 2130 |
|
2127 | 2131 | ### feat: canister installation now waits for the replica |
2128 | 2132 |
|
2129 | | -When installing a new WASM module to a canister, DFX will now wait for the updated state (i.e. the new module hash) to be visible in the replica's certified state tree before proceeding with post-installation tasks or producing a success status. |
| 2133 | +When installing a new Wasm module to a canister, DFX will now wait for the updated state (i.e. the new module hash) to be visible in the replica's certified state tree before proceeding with post-installation tasks or producing a success status. |
2130 | 2134 |
|
2131 | 2135 | ### feat!: remove `dfx config` |
2132 | 2136 |
|
@@ -2410,7 +2414,7 @@ can instead use `dfx canister metadata`. |
2410 | 2414 |
|
2411 | 2415 | ### refactor: optimize from ic-wasm |
2412 | 2416 |
|
2413 | | -Optimize Rust canister WASM module via ic-wasm library instead of ic-cdk-optimizer. A separate installation of ic-cdk-optimizer is no longer needed. |
| 2417 | +Optimize Rust canister Wasm module via ic-wasm library instead of ic-cdk-optimizer. A separate installation of ic-cdk-optimizer is no longer needed. |
2414 | 2418 |
|
2415 | 2419 | The actual optimization was kept the same. |
2416 | 2420 |
|
@@ -3707,7 +3711,7 @@ dfx deploy or dfx install will delete them. |
3707 | 3711 |
|
3708 | 3712 | ### feat: get certified canister info from read state #1514 |
3709 | 3713 |
|
3710 | | -Added `dfx canister info` command to get certified canister information. Currently this information is limited to the controller of the canister and the SHA256 hash of its WASM module. If there is no WASM module installed, the hash will be None. |
| 3714 | +Added `dfx canister info` command to get certified canister information. Currently this information is limited to the controller of the canister and the SHA256 hash of its Wasm module. If there is no Wasm module installed, the hash will be None. |
3711 | 3715 |
|
3712 | 3716 | ## Asset Canister |
3713 | 3717 |
|
@@ -3850,18 +3854,18 @@ Please submit your Principal ("dfx identity get-principal") in the intake form t |
3850 | 3854 | - feat: add deploy wallet subcommand to identity (#1414) |
3851 | 3855 |
|
3852 | 3856 | This feature adds the deploy-wallet subcommand to the dfx identity. |
3853 | | -The User provides the ID of the canister onto which the wallet WASM is deployed. |
| 3857 | +The User provides the ID of the canister onto which the wallet Wasm is deployed. |
3854 | 3858 |
|
3855 | 3859 | ``` bash |
3856 | 3860 | dfx identity deploy-wallet --help |
3857 | 3861 | dfx-identity-deploy-wallet |
3858 | | -Installs the wallet WASM to the provided canister id |
| 3862 | +Installs the wallet Wasm to the provided canister id |
3859 | 3863 |
|
3860 | 3864 | USAGE: |
3861 | 3865 | dfx identity deploy-wallet <canister-id> |
3862 | 3866 |
|
3863 | 3867 | ARGS: |
3864 | | - <canister-id> The ID of the canister where the wallet WASM will be deployed |
| 3868 | + <canister-id> The ID of the canister where the wallet Wasm will be deployed |
3865 | 3869 |
|
3866 | 3870 | FLAGS: |
3867 | 3871 | -h, --help Prints help information |
|
0 commit comments