Skip to content

fix: update II wasm artifact name from dev to production#1321

Open
marc0olo wants to merge 1 commit intomasterfrom
marc0olo/fix-ii-wasm-artifact-name
Open

fix: update II wasm artifact name from dev to production#1321
marc0olo wants to merge 1 commit intomasterfrom
marc0olo/fix-ii-wasm-artifact-name

Conversation

@marc0olo
Copy link
Copy Markdown
Member

@marc0olo marc0olo commented Apr 8, 2026

Summary

The Internet Identity release restructured its artifacts, renaming internet_identity_dev.wasm.gz to internet_identity_production.wasm.gz (see dfinity/internet-identity#3758).

This PR updates the six examples that already have the II backend/frontend canister split in place:

  • motoko/who_am_i
  • rust/who_am_i
  • motoko/tokenmania
  • rust/tokenmania
  • motoko/nft-creator
  • motoko/filevault

Only these examples are updated because they already reference both the internet_identity (backend) and internet_identity_frontend canisters separately. Examples still using the old single-canister II setup are left unchanged as they require a separate migration.

Note: The internet_identity_frontend canister's candid interface is currently referenced directly from the main branch (https://raw.githubusercontent.com/dfinity/internet-identity/refs/heads/main/src/internet_identity_frontend/internet_identity_frontend.did) rather than as a release artifact. See the question raised in dfinity/internet-identity#3758 (comment).

…roduction

The Internet Identity release structure changed: `internet_identity_dev.wasm.gz`
was renamed to `internet_identity_production.wasm.gz`. Update the six examples
that already use the backend/frontend canister split to reference the correct
artifact name.
@marc0olo marc0olo requested a review from a team as a code owner April 8, 2026 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant