Update all skills to latest dependency versions#11
Merged
Conversation
- ic-cdk 0.18 → 0.19 across all 11 Rust skills (caller() → msg_caller(), call() → Call builder) - ic-cdk-timers 0.12 → 1.0 (ckbtc) - ic-http-certification 2.6 → 3.1 (certified-variables) - icrc2-types mops 0.1.0 → 1.1.0 (ckbtc) - ic-vetkeys mops 0.1.0 → 0.4.0 (vetkd) - @dfinity/assets → @icp-sdk/canisters/assets (asset-canister)
This was referenced Mar 3, 2026
dfinityianblenke
added a commit
that referenced
this pull request
Apr 2, 2026
Address team feedback (Marco Walz): - Prerequisites: @icp-sdk/core >= 5.0.0 instead of @dfinity/agent/candid/principal - Auth: @icp-sdk/auth instead of @dfinity/auth-client - Added pitfall #11: using deprecated @dfinity/* packages - Step 1: notes icp.yaml compatibility is planned, dfx.json used for now - Step 4: AuthClient import from @icp-sdk/auth - Pipeline diagram: references icp.yaml alongside dfx.json - Verification: uses icp deploy - Evaluation: added expected behavior for @icp-sdk/auth Co-Authored-By: Claude Opus 4.6 (1M context) <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
caller()→msg_caller(),call()→Call::unbounded_wait()builder pattern,set_certified_data()→certified_data_set()Files changed
All 12 skill files + llms-full.txt (13 files, ~200 lines changed)
Test plan
npm run build