chore: migrate rust/x509 to icp-cli#1416
Draft
marc0olo wants to merge 1 commit into
Draft
Conversation
Replace dfx.json with icp.yaml (@dfinity/rust@v3.3.0), move src/ to backend/, update Cargo workspace to resolver 2, upgrade ic-cdk to 0.20 and replace ic_cdk::api::management_canister with ic-cdk-management-canister, add Makefile with openssl-based tests, update README to icp-cli workflow, add CI workflow (icp-dev-env-rust:1.0.0), and remove BUILD.md / devcontainer. 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
dfx.jsonwithicp.yamlusing@dfinity/rust@v3.3.0src/x509_example_rust/→backend/, update workspaceCargo.toml(members = ["backend"],resolver = "2")ic-cdkfrom0.16→0.20, replace removedic_cdk::api::management_canister::ecdsawithic-cdk-management-canister = "0.1.1"Cargo.lockwith updated dependenciesMakefilewithtesttarget exercisingroot_ca_certificateandchild_certificatevia openssl CSR generationREADME.mdwith icp-cli deploy instructions, preserving threshold-key and certificate-verification domain knowledge.github/workflows/x509.yml(ghcr.io/dfinity/icp-dev-env-rust:1.0.0, jobrust-x509)dfx.json,BUILD.md,.devcontainer/, oldsrc/tree, legacy CI workflowrust-x509-example.ymlTest plan
icp network start -d && icp deploysucceeds inrust/x509/make testpasses — root CA certificate generated, child certificate signed from Ed25519 CSR, OpenSSL verifies self-signed rootrust-x509passes on push🤖 Generated with Claude Code