There is a problem with updating our asset dapp canister.
We have made a proposal and attached a wasm file for upgrade together with the proposal. The proposal have passed but the dapp is not updated. TRAX Proposal: 6 - ICP Dashboard
Where could we see the output of the proposal update request.
Do we have to make some additional action? We created the update proposal with quill sns make-upgrade-canister-proposal command, is this enough to update a asset canister or is there some other process that we must follow?
And this works fine.
Instead of normal canister upgrade proposals, asset canister gets upgraded via Commit Batch proposal actually. So i would suggest go through above steps and it should work.
Instead of normal canister upgrade proposals, asset canister gets upgraded via Commit Batch proposal actually.
Right. The upgrade happens in async batches using an IC feature called deterministic time slicing. More details here: Deterministic Time Slicing
But this should be fully automatic, e.g., the end user wouldn’t observe much of a difference, maybe just that the upgrade process might take slightly longer, so if you have some scripts that validate it, you might need to poll with some reasonable timeout and offset.