Proposal ID: 138366
# Upgrade frontend NNS Dapp canister to commit `e91bdc380d234ed4060f63d50fafe4bbfeda9c70` Wasm sha256 hash: `6555d1b3bd8f0ec9e3be3a7e30a5ecee2650c4d8f2a2b2c766db7af4d499be75` (`https://github.com/dfinity/nns-dapp/actions/runs/17461489580`) ## Change Log ### Changed * Chain-key tokens sorting. * Changed Project's card stat Market Cap to Fully Diluted Valuation. ### Fixed * Remove extra character from a Project's page details. * Upgrate AgentJS to fix canister management issues. ## Commit Log ``` + bash -xc "git log --format='%C(auto) %h %s' ae8fcd4f1..e91bdc380" e91bdc380 Update ckToken sorting (#7322) a994ff3ae bot: Update SNS Aggregator Response (#7327) 69167c542 fix(aggregator): handle new InfoTopic extension field (#7324) 1620fa027 bot: Update proposals candid bindings (#7325) 5126b011a bot: Update sns_aggregator candid bindings (#7318) 4e9542821 feat(projects): replace market cap with FDV metric (#7320) 86b7fee77 feat(config): disable CK tokens through feature flag (#7315) 7dffdf4f3 fix: canisters mgmt calls failing with aaaaa-aa not in ranges field (#7321) d78c186e2 Update changelog after release (#7316) 9bb117406 fix(ui): remove extra character from a Project's page details (#7317) 00b1abf58 feat: Remove SnsAggregator.stable_data as the function is broken in production and no longer used in testing (#7295) a77f06c47 fix(deps): update gix for markdown SVG rendering (#7313) b7ab63a84 bot: Update snsdemo to release-2025-08-27 (#7311) 989e1830c bot: Update SNS Aggregator Response (#7310) 8431d9666 bot: Bump gix-components (#7282) c9200e75c fix(sns_aggregator): ensure last page exists (#7312) ``` ## Wasm Verification To build the wasm module yourself and verify its hash, run the following commands from the root of the [nns-dapp repo](https://github.com/dfinity/nns-dapp): ``` git fetch # to ensure you have the latest changes. git checkout "e91bdc380d234ed4060f63d50fafe4bbfeda9c70" 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 ```
Reviewer Comments:
Add a Comment
No comments yet. Be the first to share your thoughts!