Hi everyone
Proposal 136984 to upgrade the NNS dapp just went live — please consider voting
This week’s proposal introduces a more straightforward Disburse Maturity process, replacing the previous Spawn Neuron feature. The new functionality allows users to specify both the percentage of maturity to disburse and the destination account, similar to how maturity is disbursed for SNS neurons (see wiki).
Note: For Ledger devices, Spawn Neuron is still available, as support for Disburse Maturity will be added later.
The release also includes usability improvements and bug fixes. Users now receive visual feedback when copying to the clipboard.
Display issues have been resolved for SNS neurons with pending disbursements, the disburse maturity button layout has been corrected, and proposal cards now render properly on mobile devices.
Canister ID: qoctq-giaaa-aaaaa-aaaea-cai
Commit: e72b95531ad82d59be5a3cc8b562cf13033243a7
Wasm hash: 65632e888201fbad31c5b6b02a51846b10c20f737da00c0527f184cab859dd30
Change Log
Added
- Visual feedback on copy to clipboard actions
- Disburse maturity for NNS neurons
Fixed
- Fix an issue where SNS neurons that had been disbursed but still had active maturity disbursements were not displayed in the dapp.
- Fix disburse maturity disabled button width.
- Fix proposal card display issues on mobile devices
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 "e72b95531ad82d59be5a3cc8b562cf13033243a7"
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