Skip to content

chore: migrate motoko/send_http_get to icp-cli#1365

Draft
marc0olo wants to merge 8 commits into
masterfrom
chore/migrate-send-http-get-to-icp-cli
Draft

chore: migrate motoko/send_http_get to icp-cli#1365
marc0olo wants to merge 8 commits into
masterfrom
chore/migrate-send-http-get-to-icp-cli

Conversation

@marc0olo

@marc0olo marc0olo commented Jun 10, 2026

Copy link
Copy Markdown
Member

Summary

Migrates motoko/send_http_get from dfx to icp-cli.

  • Replace dfx.json with icp.yaml (@dfinity/motoko@v5.0.0)
  • Move src/send_http_get_backend/main.mobackend/app.mo; rename actor to SendHttpGet
  • Replace import IC "ic:aaaaa-aa" with import { ic } "mo:ic" + import IC "mo:ic/Types"
  • Update mops.toml: moc 1.9.0, core 2.5.0, ic 4.0.0; apply mops check --fix
  • Add icp.yaml, Makefile with 1 test, CI workflow (icp-dev-env-motoko:0.3.2)
  • README: drop ## Overview / GitHub link; fix dapp→app

Test plan

  • motoko-send_http_get CI passes

🤖 Generated with Claude Code

marc0olo and others added 8 commits June 10, 2026 17:15
Replace dfx.json with icp.yaml, move source to backend/app.mo, update
mops.toml to moc 1.9.0 / core 2.5.0 / ic 4.0.0, replace ic:aaaaa-aa
with mo:ic import, rewrite Makefile and README for icp-cli, add CI workflow.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… mops check --fix

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>
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>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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