chore: bump icp-dev-env to 0.3.1, asset-canister to v2.2.1, and Motoko recipe to v5.0.0#1357
Open
marc0olo wants to merge 3 commits into
Open
chore: bump icp-dev-env to 0.3.1, asset-canister to v2.2.1, and Motoko recipe to v5.0.0#1357marc0olo wants to merge 3 commits into
marc0olo wants to merge 3 commits into
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace the pinned SHA recipe URL (hello_world, who_am_i) and @dfinity/motoko@v4.1.0 (vetkeys examples) with @dfinity/motoko@v5.0.0. The configuration.main field previously passed in icp.yaml is now declared in mops.toml under [canisters.<name>], which the new recipe reads directly — no configuration block needed in icp.yaml. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
icp-dev-env-{motoko,rust}:0.1.0to0.3.1for all examples that already use the new images (hello_world,who_am_i, all vetkeys variants)@dfinity/asset-canister@v2.1.0tov2.2.1in the correspondingicp.yamlfiles — v2.2.1 uses atype: pluginsync step internally, replacing thetype: assetsbuilt-in that was removed in icp-cli v0.3.0@dfinity/motoko@v4.1.0to@dfinity/motoko@v5.0.0— the new recipe reads the entry point frommops.toml's[canisters.<name>]section, so theconfiguration:block inicp.yamlis no longer needed and has been removedTest plan
🤖 Generated with Claude Code