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

Ret classification update #1463

Merged
merged 3 commits into from
Feb 14, 2025
Merged

Ret classification update #1463

merged 3 commits into from
Feb 14, 2025

Conversation

GhenadieVP
Copy link
Contributor

Integration for radixdlt/sargon#373

@GhenadieVP GhenadieVP marked this pull request as ready for review February 12, 2025 08:06
Comment on lines 5 to 8
// We favor more specific classifications.
// Also, RET started to put General classification first in the list, instead of last.
let firstNonGeneral = self.detailedClassification.first { $0 != .general }
return firstNonGeneral ?? self.detailedClassification.first
Copy link
Contributor

Choose a reason for hiding this comment

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

we should put this in Sargon

@GhenadieVP GhenadieVP force-pushed the ret_classification_update branch from 66609ed to 35c1860 Compare February 14, 2025 09:03
case nil:
return nil

case .securifyEntity:
return nil
Copy link
Contributor Author

Choose a reason for hiding this comment

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

To be supported

@GhenadieVP GhenadieVP merged commit f36603e into main Feb 14, 2025
5 checks passed
@GhenadieVP GhenadieVP deleted the ret_classification_update branch February 14, 2025 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants