Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sns): Add indication of whether a canister is frozen in `sns hea…
…lth` (#2804) Example output: | Name | Memory | Cycles | Upgrades Remaining | |-------------------------|---------------------|--------------------------------------------------------------------------------------------------------------------------------|--------------------| | BOOM DAO | 👍 | ❌ governance: (6.96 TC), index: (0.00 TC 🥶) | 24 | | CYCLES-TRANSFER-STATION | 👍 | 👍 | 8 | | Catalyze | 👍 | ❌ governance: (9.76 TC), swap: (8.83 TC), archive: (9.30 TC) | 1 | (This is using test data, BOOM DAO's index canister is fine) The benefit of this is that it draws attention to the canisters that are really in trouble - the frozen ones. The definition of frozen used by the tool is: the number of cycles is below the freezing threshold (as reported by the canister summary)
- Loading branch information