ICP Proposal Forum

Proposal ID: 138285

# Upgrade frontend NNS Dapp canister to commit `ae8fcd4f1b5be1bd48a7892a05e89212ef23e9c0` Wasm sha256 hash: `f2ed7ae8000e6b350e3e2d6060fedc5d58e0d19133f95eaec65683fa0f23973a` (`https://github.com/dfinity/nns-dapp/actions/runs/17288724971`) ## Change Log ### Added * Added support for additional chain-key tokens. #### Changed * Upgrade AgentJS to v3. ## Commit Log ``` + bash -xc "git log --format='%C(auto) %h %s' d5274ad04..ae8fcd4f1" ae8fcd4f1 Display more ck tokens (#7306) 4766c492d chore(deps): bump devalue from 5.1.1 to 5.3.2 (#7309) 7d8e23c2a style(cards): fix title layout and remove extra character (#7308) bbd94db39 bot: Update proposals candid bindings (#7302) 878406768 content(copy): improve application text clarity (#7297) 75c9bcda4 chore(table sorting): change naming of token sort chip (#7303) 89c455ddd fix(markdown): preserve heading styles when headings contain links (#7298) 16e7b9ed9 chore: Launchpad cleanup (#7292) f14ca6655 Update changelog after release (#7293) 459f4833f bot: Update SNS Aggregator Response (#7294) f82b8caa7 feat: migrate to AgentJS v3 (#7192) ``` ## 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 "ae8fcd4f1b5be1bd48a7892a05e89212ef23e9c0" 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

Posting as current_user

No comments yet. Be the first to share your thoughts!