Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(frontend): remove indexCanisterVersion #3620

Merged
merged 9 commits into from
Nov 20, 2024

Conversation

peterpeterparker
Copy link
Member

Motivation

All SNSes have upgraded their Index Canister version to -ng several months ago. Therefore, the indexCanisterVersion information is no longer necessary.

Notes

The weekly job was interesting because it reported Index Canisters as "outdated" when they were out of cycles. However, detecting such issues is not entirely our responsibility. Additionally, the job incorrectly flagged them as "outdated" due to a failing assertion that checked the error message to determine if they were out of cycles. This assertion stopped working because the error message text had changed. Long story short, we decided to remove the check.

Changes

  • Remove assertion from bi-weekly script.
  • Remove type and usage of indexCanisterVersion in code.

Copy link
Collaborator

@AntonioVentilii AntonioVentilii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM tks!

@peterpeterparker peterpeterparker merged commit 4ac6504 into main Nov 20, 2024
19 checks passed
@peterpeterparker peterpeterparker deleted the feat/remove-indexCanisterVersion branch November 20, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants