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

Fix trusted name expiration check #693

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

apaillier-ledger
Copy link
Contributor

@apaillier-ledger apaillier-ledger commented Dec 12, 2024

Description

The version comparison loop was, for some reason, looping only as long as each element of the version numbers were the same.
Removed that condition and switched to a simpler for () {} loop.

Changes include

  • Bugfix (non-breaking change that solves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (change that is not backwards-compatible and/or changes current functionality)
  • Tests
  • Documentation
  • Other (for changes that might not fit in any category)

@apaillier-ledger apaillier-ledger linked an issue Dec 12, 2024 that may be closed by this pull request
@apaillier-ledger apaillier-ledger merged commit 61eef99 into develop Dec 12, 2024
172 checks passed
@apaillier-ledger apaillier-ledger deleted the fix/apa/trusted_name_expiration_check branch December 12, 2024 13: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.

Fix version compare
1 participant