ICP Dashboard

Execute delete_cache function in WorldHub canister

Summary

This proposal executes the generic function delete_cache in the WorldHub canister, which will clean the current user ids cached in the World Hub and re-add any necessary users in the World Protocol.

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: 1300, name: "Delete cache in the WorldHub canister", description: Some( "Execute delete_cache function in WorldHub canister", ), function_type: Some( GenericNervousSystemFunction( GenericNervousSystemFunction { target_canister_id: Some( j362g-ziaaa-aaaap-abf6a-cai, ), target_method_name: Some( "delete_cache", ), validator_canister_id: Some( j362g-ziaaa-aaaap-abf6a-cai, ), validator_method_name: Some( "validate_delete_cache", ), }, ), ), }

Payload:

validated_delete_cache

Overview