diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fbc9e1e30..e822d103d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ # UNRELEASED +### feat: dfx deps: wasm_hash_url and loose the hash check + +Providers can provide the hash through `wasm_hash_url` instead of hard coding the hash directly. + +If the hash of downloaded wasm doesn’t match the provided hash (`wasm_hash`, `wasm_hash_url` or read from mainnet state tree), dfx deps won’t abort. Instead, it will print a warning message. + ### feat!: update `dfx cycles` commands with mainnet `cycles-ledger` canister ID The `dfx cycles` command no longer needs nor accepts the `--cycles-ledger-canister-id ` parameter.