How do I upgrade child canisters that were dynamically created from a parent canister of which I am the controlller (In Motoko)?

In rust it’s just a matter of passing an arg when calling canister_install and you read it in the init() function of the child canister.

I’ve done exactly this in the scaling quickstart bounty. Sending here and receiving the args here.

2 Likes