Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add TODO incl. ticket number to delete migration code
  • Loading branch information
fspreiss committed Jan 8, 2026
commit e1500f8292b91ade55d23c5aa09634fce297af1a
2 changes: 2 additions & 0 deletions rs/registry/canister/src/registry_lifecycle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ fn fix_node_operators_corrupted(registry: &Registry) -> Vec<RegistryMutation> {
mutations
}

// TODO(CRP-2973): Delete this after it has been released.
// (Deletion need not take place right away.)
fn fix_vetkd_pre_signatures_field(registry: &Registry) -> Vec<RegistryMutation> {
Comment thread
fspreiss marked this conversation as resolved.
let mut mutations = Vec::new();

Expand Down