Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into make-integration2
Browse files Browse the repository at this point in the history
  • Loading branch information
vporton committed Feb 8, 2025
2 parents e0d8b0b + 697d336 commit 49a6353
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/cli-reference/dfx-sns.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";
# dfx sns

<MarkdownChipRow labels={["Reference"]} />

:::caution
The `dfx sns` command is no longer part of dfx, and has now been turned into the dfx extension. In order to obtain it, please run `dfx extension install sns`.
:::
Expand Down
5 changes: 2 additions & 3 deletions src/dfx/src/lib/operations/canister/install_canister.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,9 @@ async fn wait_for_module_hash(
Some(reported_hash) => {
if env.get_network_descriptor().is_playground() {
// Playground may modify wasm before installing, therefore we cannot predict what the hash is supposed to be.
info!(
debug!(
env.get_logger(),
"Something is installed in canister {}. Assuming new code is installed.",
canister_id
"Module hash verification is skipped for playground deployments."
);
break;
}
Expand Down

0 comments on commit 49a6353

Please sign in to comment.