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

Update Data Types in Yaci Following Conway CDDL Changes #71

Open
Sotatek-HuyLe3a opened this issue Jun 26, 2024 · 0 comments
Open

Update Data Types in Yaci Following Conway CDDL Changes #71

Sotatek-HuyLe3a opened this issue Jun 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Sotatek-HuyLe3a
Copy link
Collaborator

Description:
Recent changes in the Conway CDDL files have specified numeric ranges explicitly and named some common types. This issue aims to review and update the corresponding data types in Yaci accordingly.

Changes to Review:

  1. OperationalCert:
    CDDL Change: From uint to uint .size 8
    Current Yaci Data Type: Integer
    Action: Change to Long
    Impact: This will affect the column type in Yaci store. Plan this change post 0.1.0 release.
  2. epoch_no:
    CDDL Change: to uint .size 8
    Current Yaci Data Type: Integer
    Action: No immediate change required. Add as an enhancement for future consideration.

References:
Commit 1
Commit 2
Commit 3
Commit 4
Commit 5

@Sotatek-HuyLe3a Sotatek-HuyLe3a added the enhancement New feature or request label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant