chore: bump source submodules and update docs for icp-cli v1.0.0#297
Open
marc0olo wants to merge 3 commits into
Open
chore: bump source submodules and update docs for icp-cli v1.0.0#297marc0olo wants to merge 3 commits into
marc0olo wants to merge 3 commits into
Conversation
- Bump icp-cli v0.3.1 -> v1.0.0; icp-cli-recipes, icp-cli-templates, icskills to latest main - Replace removed --set-controller with --remove-all-controllers/--add-controller - Migrate Motoko recipe examples to v5.0.0 (mops build / mops.toml config) - Move mainnet HTTP gateway domain icp0.io/ic0.app -> icp.net across docs (keep API hosts on icp-api.io/icp0.io, named dapps, and II domain-rewriting behavior) - Advertise Rust recipe v3.3.0 with optional package parameter
|
🤖 Here's your preview: https://uc7il-jaaaa-aaaam-ai2gq-cai.icp0.io |
…o NNS - Fix broken http-gateway-protocol-spec link in edge-infrastructure.md (validation failure) - Motoko GC example: use a real legacy-persistence alternative (--legacy-persistence + --compacting-gc) instead of the now-default --incremental-gc - Update NNS app references nns.ic0.app -> nns.icp.net (verified serving) - Clean up pre-existing lint in touched files (mo:base prose reference, em-dash in upstream comment)
identity.ic0.app -> id.ai (canonical; identity.icp.net redirects there). VC issuer (iss) claim values left unchanged as protocol identifiers (already flagged for human verification).
tmu0
approved these changes
Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps pinned source submodules and updates docs to match. Driven by the icp-cli v1.0.0 release.
Submodule bumps
icp-cliv0.3.1 → v1.0.0 (.sources/VERSIONSupdated)icp-cli-recipes,icp-cli-templates,icskills→ latestmainicp-js-sdk-docsalready at tipicp-cli v1.0.0
--set-controllerwas removed;settings.mdxnow uses--remove-all-controllerscombined with--add-controller.Motoko recipe v5.0.0
The recipe now compiles via
mops build, so the source file, Candid file, and compiler args move from the recipeconfiguration:block intomops.toml. Updated inproject-structure.mdx,candid.mdx,optimization.md, andethereum.mdx. The GC-options example now shows a real legacy-persistence alternative (--legacy-persistence+--compacting-gc) rather than the now-default--incremental-gc.Latest recipes
packagedropped where it equals the canister name (v3.3.0 defaults it), with an explanatory note kept in the getting-started page.v2.2.1and prebuiltv2.0.0already current.Mainnet domain →
icp.net/id.aiThe icp-cli mainnet HTTP gateway domain is now
icp.net(wasicp0.io). Browser/canister-access URLs,raw.*domains, thecustom-domains/v1/API, live canister links, and the NNS app (nns.ic0.app→nns.icp.net) were updated across the docs (all verified resolving). The Internet Identity service link now points to its canonicalhttps://id.ai.Deliberately left unchanged (these are not the gateway):
HttpAgent/ agent API hosts — the API endpoint isicp-api.io/icp0.io, separate from the gateway.icp0.io↔ic0.appdelegation-rewriting behavior.iss(issuer) claim — a protocol identifier that must match what II signs (already flagged for human verification).Reconciling the icskills to
icp.netis tracked in dfinity/icskills#224.Other
edge-infrastructure.md(http-gateway-spec.md→http-gateway-protocol-spec.md) surfaced by validation, plus minor lint cleanup (em-dash,mo:basereference) in files touched here.Notes
npm run buildandscripts/validate.jsboth pass (209 pages)..sources/with no must-fix findings.settings.mdx, in a different section).