Proposal 136068 to upgrade the NNS dapp (04/04/2025)

Hi everyone :waving_hand:

Proposal ID 136068 to upgrade the NNS dapp just went live, please consider voting :ballot_box_with_ballot:

This week’s proposal introduces visual enhancements to the display of buttons within modals for both mobile and desktop viewports.

Canister ID: qoctq-giaaa-aaaaa-aaaea-cai
Commit: 07f8215ed45dfa95c427c94f94773dd6e7fb3e8c
Wasm hash: a12888aa8074690005cc7e95d99cbc45568b508217abdffbd0d2317f63307300

Change Log

Changed

  • Updates styles for modal buttons

Wasm Verification

To build the wasm module yourself and verify its hash, run the following commands from the root of the nns-dapp repo:

git fetch # to ensure you have the latest changes.
git checkout "07f8215ed45dfa95c427c94f94773dd6e7fb3e8c"
git merge-base --is-ancestor HEAD origin/main && echo "OK" || echo "Commit is not on main branch!"
./scripts/docker-build
sha256sum nns-dapp.wasm.gz

You may also want to verify the canister arguments. In the proposal they are binary, which is not very readable. Docker provides both binary and text formats and you can verify that the text format corresponds to the binary arg_hash field in the proposal.

cat nns-dapp-arg-mainnet.did
didc encode "$(cat nns-dapp-arg-mainnet.did)" | xxd -r -p | sha256sum
1 Like