ICP Proposal Forum

Proposal ID: 138370

# Upgrade the Sns-wasm 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 * A "/sns_canisters" HTTP endpoint for SNS canisters service discovery, used for prometheus. ## New Commits ``` $ git log --format="%C(auto) %h %s" 02571e8215fa3e77da791e693cc238b2de3beae9..0e4c8234a9e0508ae30c5b8a7498406294c25e95 -- ./rs/nns/sns-wasm ./rs/sns/init 8465248b4b feat(sns-wasm): Service discovery for SNS canisters (#6582) 49d659c29d feat: Unify ic-cdk to v0.18.6 (#6264) 758347643c feat(sns): add `Root.register_extension` (#5946) 3671acb49d chore: upgrade rust: 1.85.1 -> 1.86.0 (again) (#5453) b3efb00f64 docs(governance-backend): Update Governance backend CHANGELOG files. (#5450) ``` ## Current Version __Current git hash__: 02571e8215fa3e77da791e693cc238b2de3beae9 __Current wasm hash__: 2b3d631d7c158ef62d71e5f167535bc7f3fa48fe87301361c89f4f37458d60c1 ## 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/sns-wasm-canister.wasm.gz ``` This should match `wasm_module_hash` field of this proposal.

Reviewer Comments:

Add a Comment

Posting as current_user

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