chore: finalize motoko/backend_only migration to icp-cli#1373
Draft
marc0olo wants to merge 5 commits into
Draft
Conversation
Upgrades icp.yaml to @dfinity/motoko@v5.0.0 (no configuration block), bumps mops.toml to moc 1.9.0 / core 2.5.0 with --default-persistent-actors, removes redundant persistent keyword from actor, adds Makefile with greet test, adds CI workflow backend_only.yml, rewrites README to canonical structure, and deletes dfx.json, BUILD.md, and .devcontainer/. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…dd Makefile - Bump recipe to @dfinity/rust@v3.2.0 with candid: backend/backend.did (v3.1.0 required candid-extractor which is not in the container) - Bump ic-cdk 0.16 → 0.20, candid 0.10.10 → 0.10 - Commit backend/backend.did (greet interface) - Add Makefile with test - Delete dfx.json, BUILD.md, .devcontainer/ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- icp-dev-env 0.3.2 includes candid-extractor — no longer need to commit backend.did as a workaround - Remove candid: backend/backend.did from icp.yaml (backend-only, no bindings) - Delete rust/backend_only/backend/backend.did - Bump both motoko and rust container images to 0.3.2 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
Finalizes the icp-cli migration for
motoko/backend_onlyandrust/backend_only(both previously had dual dfx/icp support).Motoko:
@dfinity/motoko@v4.1.0→v5.0.0; move config fromicp.yamltomops.toml [canisters.backend]mops.toml: moc 1.9.0, core 2.5.0,--default-persistent-actors; remove redundantpersistentkeyword from actorMakefilewith 1 test; deletedfx.json,BUILD.md,.devcontainer/Rust:
@dfinity/rust@v3.1.0→v3.2.0; removecandid:(no frontend — recipe extracts Candid from WASM viacandid-extractorinicp-dev-env-rust:0.3.2)Makefilewith 1 test; deletedfx.json,BUILD.md,.devcontainer/CI: New
backend_only.ymlworkflow; both jobs onicp-dev-env-{motoko,rust}:0.3.2Test plan
motoko-backend_onlyCI passesrust-backend_onlyCI passes🤖 Generated with Claude Code