Hi everyone
Proposal 137237 to upgrade the NNS dapp just went live, please consider voting
This week’s proposal introduces prioritization of ICP within the tokens and neurons table, better filtering on inactive tickers that should avoid issues with wrong conversions and improved user feedback during neuron disbursement operations when stake requirements aren’t met.
Canister ID: qoctq-giaaa-aaaaa-aaaea-cai
Commit: d5182fed284c827d006719e1e7383a04314a0f57440e2a9327e03ba9d8664acf
Wasm hash: d5182fed284c827d006719e1e7383a04314a0f57440e2a9327e03ba9d8664acf
Change Log
Changed
- Prioritize ICP in tokens and staking tables
- Filter out tickers with no trading volume
Fixed
- Improved disburse button feedback when neuron has insufficient stake
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 "e48be20029b8d391814185dba853ca80be417a85"
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