Proposal 137154 to upgrade the NNS dapp (2025-06-27)

Hi everyone :waving_hand:

Proposal 137154 to upgrade the NNS dapp is live — please consider voting :ballot_box_with_ballot:

This week’s proposal introduces new page title styles and improves the accuracy of the critical proposal voting progress indicator.

Canister ID: qoctq-giaaa-aaaaa-aaaea-cai
Commit: 3c94d2276899eba8f18676d92f05e824316804e3
Wasm hash: 680bd7dc750dd1255361fcb1d0f899ab30471af3cddca6797018d056b63492d2

Change Log

Changed

  • Updated and uniformed titles across pages
  • Improved accuracy of proposal voting progress indicators

Fixed

  • Increase open proposals fetch limit and display warning if reached

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 "3c94d2276899eba8f18676d92f05e824316804e3"
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
2 Likes