You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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.
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:
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.
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
The text was updated successfully, but these errors were encountered: