Proposal ID: 138371
# Upgrade the Registry 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 ### Added * New update method that will be used for node swapping feature. * `migrate_canisters` returns the new registry version. ## New Commits ``` $ git log --format="%C(auto) %h %s" abbed6b27a69f85f3ff539ed9a214faa666e1299..0e4c8234a9e0508ae30c5b8a7498406294c25e95 -- ./rs/registry/canister cef630e677 feat: Return registry version from `migrate_canisters` endpoint. (#6542) 4f9e7dcb8e feat: adding the data model and canister method for node swapping (#6487) c342b39ffe chore(nervous-system): Update changelog for release 2025-08-22 (#6411) 537b0fd653 feat(): Migrate Type0 and Type1 nodes to Type1dot1 (#6384) ``` ## Current Version __Current git hash__: abbed6b27a69f85f3ff539ed9a214faa666e1299 __Current wasm hash__: 45d28c292ce93744258bf904b107fcdf11a6bc8c87fa4dae04ab7131bc51ac3f ## 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/registry-canister.wasm.gz ``` This should match `wasm_module_hash` field of this proposal.
Reviewer Comments:
Add a Comment
No comments yet. Be the first to share your thoughts!