According documentation, the Sns proposal type UpgradeSnsControlledCanister requires an optional parameter mode : opt int32.
At first glance, I would have expected it to be a variant similar to the canister_install_mode of the IC spec. However, since it is an optional number and no particular notes are provided in the documentation, I’m a bit confused about it.
By the way, the latest master of quill can create UpgradeSnsControlledCanister proposals and supports setting the mode (docs). However I’m not sure this version of quill has been released as I landed this functionality fairly recently.
Do I understand correctly that it is now possible to reinstall canisters under SNS control? I was under the impression that only upgrades were possible for SNS controlled canisters. That would indeed be nice!