Upgrade UserIndex canister to 2.0.2001
GitHub commit
https://github.com/open-chat-labs/open-chat/commit/5a511efd3168defc9dcd2ef4a352eb6611333943
Changelog
Description
This is a small follow-up to the 2.0.1993 UserIndex release. It fixes the reported_messages query so that platform moderators can view reported messages
Fixed
- Expose
reported_messagesquery over msgpack so the website can call it again (#9116)
Wasm Verification
Verify that the hash of the gzipped WASM matches the proposed hash.
git fetch
git checkout 5a511efd3168defc9dcd2ef4a352eb6611333943
./scripts/verify-release.sh 2.0.2001 28eb1a00349e8b37e9f74f836c470be131311edd8e8294b0b2258aef833ea664
Proposal to execute nervous system function:
Nervous system function:
NervousSystemFunction { id: 9000, name: "Upgrade canister", description: Some( "This will instruct the OpenChatInstaller canister to upgrade the specified canister.", ), function_type: Some( GenericNervousSystemFunction( GenericNervousSystemFunction { target_canister_id: Some( jodzs-iqaaa-aaaar-qamqa-cai, ), target_method_name: Some( "upgrade_canister", ), validator_canister_id: Some( jodzs-iqaaa-aaaar-qamqa-cai, ), validator_method_name: Some( "upgrade_canister_validate", ), topic: Some( DappCanisterManagement, ), }, ), ), }
Payload sha256:
9c570ed38b82f5f2e850116d120809c0b8041faed531a6a73db064fae26934ae
Payload:
{ "canister_type": "UserIndex", "version": { "major": 2, "minor": 0, "patch": 2001 }, "wasm_hash": "28eb1a00349e8b37e9f74f836c470be131311edd8e8294b0b2258aef833ea664", "filter": null }