SDK 0.7.2
DFX
fix: set default cycle balance to 3T
Change the default cycle balance of a canister from 10T cycles to 3T cycles.
Cycles Wallet
- Module hash: 1404b28b1c66491689b59e184a9de3c2be0dbdd75d952f29113b516742b7f898
- dfinity/cycles-wallet@e902708
fix: It is no longer possible to remove the last controller.
Fixed an issue where the controller can remove itself from the list of controllers even if it's the only one,
leaving the wallet uncontrolled.
Added defensive checks to the wallet's remove_controller and deauthorize methods.