Wasm sha256 hash: $WASM_HASH
($LINK_TO_GITHUB_ACTION
)
- Write about...
- ... what has changed
- ... in simple bullet points
git log --format="%C(auto) %h %s" ${COMMIT_FROM_LAST_UPGRADE}..${COMMIT}
ADD THE OUTPUT OF THE ABOVE COMMAND HERE
To build the wasm module yourself and verify its hash, run the following commands from the root of the nns-dapp repo:
git pull # to ensure you have the latest changes.
git checkout $COMMIT
docker build -t nns-dapp .
docker run --rm --entrypoint cat nns-dapp /nns-dapp.wasm > nns-dapp.wasm
sha256sum nns-dapp.wasm