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

Improve upgradability #2445

Merged
merged 2 commits into from
Nov 22, 2024
Merged

Improve upgradability #2445

merged 2 commits into from
Nov 22, 2024

Conversation

maqi
Copy link
Member

@maqi maqi commented Nov 15, 2024

Description

changed couple of places that affects the future upgrade.
Aiming to make future upgrades smoother.

}

pub fn historical_verify(&self, _other: &Self) -> bool {
// TODO: Shall be refactored once new quote filtering scheme deployed

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment
// old_quote.quoting_metrics.close_records_stored
// );

// // TODO: Double check if this applies, as this will prevent a node restart with same ID

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment
Copy link
Member

@grumbach grumbach left a comment

Choose a reason for hiding this comment

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

LGTM

@maqi maqi added this pull request to the merge queue Nov 22, 2024
Merged via the queue into maidsafe:main with commit 199dc78 Nov 22, 2024
29 checks passed
@maqi maqi deleted the improve_upgradability branch November 22, 2024 21:36
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