ICP Proposal Forum

Proposal ID: 138372

# Upgrade the Cycles-minting Canister to Commit 0e4c823 __Proposer__: shahriar.javidi at dfinity.org __Source code__: [0e4c8234a9e0508ae30c5b8a7498406294c25e95][new-commit] [new-commit]: https://github.com/dfinity/ic/tree/0e4c8234a9e0508ae30c5b8a7498406294c25e95 ## Features & Fixes ### Removed - Removed `transaction_notification` and `transaction_notification_pb` endpoints as they no longer be called. The ICP ledger removed the notify flow, and these methods were not callable by callers other than the ICP ledger. ## New Commits ``` $ git log --format="%C(auto) %h %s" 2407385056dbcd1d5eb15b84a9c0cd5f511ff997..0e4c8234a9e0508ae30c5b8a7498406294c25e95 -- ./rs/nns/cmc 138acf0ef3 chore(cmc): Remove unreachable functions (ledger removed notify flow) (#6575) 49d659c29d feat: Unify ic-cdk to v0.18.6 (#6264) 8cde73b3aa chore(nervous-system): Update changelog for release 2025-08-15 (#6300) ``` ## Upgrade Arguments ```candid () ``` ## Current Version __Current git hash__: 2407385056dbcd1d5eb15b84a9c0cd5f511ff997 __Current wasm hash__: ed459757dde6d88afc38e9034803b8774e850d584bf6292f15c1e28f579cc247 ## Verification See the general instructions on [how to verify] proposals like this. A "quick start" guide is provided here. [how to verify]: https://github.com/dfinity/ic/tree/0e4c8234a9e0508ae30c5b8a7498406294c25e95/rs/nervous_system/docs/proposal_verification.md ### WASM Verification See ["Building the code"][prereqs] for prerequisites. [prereqs]: https://github.com/dfinity/ic/tree/0e4c8234a9e0508ae30c5b8a7498406294c25e95/README.adoc#building-the-code ``` # 1. Get a copy of the code. git clone git@github.com:dfinity/ic.git cd ic # Or, if you already have a copy of the ic repo, git fetch git checkout 0e4c8234a9e0508ae30c5b8a7498406294c25e95 # 2. Build canisters. ./ci/container/build-ic.sh -c # 3. Fingerprint the result. sha256sum ./artifacts/canisters/cycles-minting-canister.wasm.gz ``` This should match `wasm_module_hash` field of this proposal. ### Upgrade Arguments Verification [`didc`][latest-didc] is required. [latest-didc]: https://github.com/dfinity/candid/releases/latest ``` didc encode '()' | xxd -r -p | sha256sum ``` This should match the `arg_hash` field of this proposal.

Reviewer Comments:

Add a Comment

Posting as current_user

No comments yet. Be the first to share your thoughts!