ICP Dashboard

Add a new custom SNS function for upgrading UserNode canisters

Summary

Adding custom function upgrade_usernodes to WorldHub canister of the World Protocol. This upgrade_usernodes function will be executed via sns proposal to push latest features, changes and bug fixes to all UserNode canisters, which are directly under control of the WorldHub canister.

Payload

Proposal to add new NervousSystemFunction:

Function:

NervousSystemFunction { id: 1002, name: "Add a new custom SNS function upgrade_usernodes", description: Some( "Add a new custom SNS function to the WorldHub canister", ), function_type: Some( GenericNervousSystemFunction( GenericNervousSystemFunction { target_canister_id: Some( j362g-ziaaa-aaaap-abf6a-cai, ), target_method_name: Some( "upgrade_usernodes", ), validator_canister_id: Some( j362g-ziaaa-aaaap-abf6a-cai, ), validator_method_name: Some( "validate_upgrade_usernodes", ), }, ), ), }

Overview