Proposal ID: 138374
# Publish SNS Swap WASM Built at Commit 0e4c823 __Proposer__: shahriar.javidi at dfinity.org __Source code__: [0e4c8234a9e0508ae30c5b8a7498406294c25e95][new-commit] [new-commit]: https://github.com/dfinity/ic/tree/0e4c8234a9e0508ae30c5b8a7498406294c25e95 ## Features & Fixes ### Changed * Expose a metric for whether auto finalization has failed. ## New Commits ``` $ git log --format="%C(auto) %h %s" 1377da9b6cec9d1b050864a44540311ae4be77d0..0e4c8234a9e0508ae30c5b8a7498406294c25e95 -- ./rs/sns/swap 4fd62f6e4b feat(swap): Expose a metric for whether auto finalization has failed (#6581) 186b42991d feat(sns): overwrite allowances (#6472) 43657c20bc feat(sns): use icrc-2 for the initialization of the SNS-Extensions (#6344) 49d659c29d feat: Unify ic-cdk to v0.18.6 (#6264) 6b037840af chore(nns/sns): Update changelogs for release (#6130) ``` ## Wasm 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 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-swap-canister.wasm.gz ``` This should match `wasm` field of this proposal.
Reviewer Comments:
Add a Comment
No comments yet. Be the first to share your thoughts!