ICP DashboardICP Dashboard

Add a new custom SNS function to "Upgrade storage_bucket canisters"

Summary

This will upload the given WASM to the storage_index canister and trigger a rolling upgrade of the storage_bucket canisters.

Payload

Proposal to add new NervousSystemFunction:

Function:

NervousSystemFunction { id: 5003, name: "Upgrade storage_bucket canisters", description: Some( "This will upload the given WASM to the storage_index canister and trigger a rolling upgrade of the storage_bucket canisters.", ), function_type: Some( GenericNervousSystemFunction( GenericNervousSystemFunction { target_canister_id: Some( rturd-qaaaa-aaaaf-aabaq-cai, ), target_method_name: Some( "upgrade_bucket_canister_wasm", ), validator_canister_id: Some( rturd-qaaaa-aaaaf-aabaq-cai, ), validator_method_name: Some( "upgrade_bucket_canister_wasm_validate", ), }, ), ), }

Overview