Hello, ICPeople! Proposal 135845 to upgrade the NNS dapp just went live, please consider voting.
This week’s update introduces a new card on the portfolio that shows current SNS launches, making it easier for users to participate in SNS decentralization swaps right from the home page.
Other change comes in the form of an improvement to the Neuron Staking page. If adopted, you will be able to hide projects you don’t have neurons in, cleaning up the page.
Upgrade frontend NNS Dapp canister to commit 0a3f0780a642b8a583d356cbdebf764b6ecc0b1f
Wasm sha256 hash: 752b96ffc7a819b0ac2756f928317afe190aa89f557e2d5a95971f58857b8407
(https://github.com/dfinity/nns-dapp/actions/runs/13835588737
)
Change Log
Added
- Added the option to hide projects in the neurons table that have no neurons.
- Added ongoing SNS launch previews to Portfolio page.
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 "0a3f0780a642b8a583d356cbdebf764b6ecc0b1f"
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