ICP Dashboard

Execute upgrade_worlds function in World Deployer canister to upgrade World canisters

Summary

This proposal executes the generic function upgrade_worlds in the World Deployer canister, which will programmatically upgrade all the existing World canisters to the latest WASM version. This will make all old World canisters compatible with the latest version of WorldHub and UserNode canisters.

More information about the details of this upgrade to the World Protocol can be found here: https://docs.boomdao.xyz/release-notes

Payload

Proposal to execute nervous system function:

Nervous system function:

NervousSystemFunction { id: 1100, name: "Upgrade all World canisters", description: Some( "Execute upgrade_worlds function in World Deployer to upgrade all World canisters", ), function_type: Some( GenericNervousSystemFunction( GenericNervousSystemFunction { target_canister_id: Some( js5r2-paaaa-aaaap-abf7q-cai, ), target_method_name: Some( "upgrade_worlds", ), validator_canister_id: Some( js5r2-paaaa-aaaap-abf7q-cai, ), validator_method_name: Some( "validate_upgrade_worlds", ), }, ), ), }

Payload:

last_verified_update passed

Overview