Proposal ID: 138373
# Publish SNS Governance 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 ### Added * Added `extension_operations` to `list_topics`, which exposes the operations of each registered extension underneath the topic which allows voters to correctly understand the impact of following on particular topics. Extensions are canisters that add additional functionality to an SNS through a privileged integration. ## New Commits ``` $ git log --format="%C(auto) %h %s" 6ab18899e82ac202fea4a549dcc6c5a5191e4992..0e4c8234a9e0508ae30c5b8a7498406294c25e95 -- ./rs/sns/governance 0e4c8234a9 chore(sns): revert rs/sns/governance/canister/canister.rs to state before 070bdf2 (#6631) e43fa2bbf9 feat(sns): Add v1 of kongswap adapter. (#6622) 070bdf267f chore(sns): Cleanup SNS migration code (#6599) d22dd09c6d fix(sns): approval fee added the by SNS approved value (#6593) 186b42991d feat(sns): overwrite allowances (#6472) ``` ## 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-governance-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!