-
Notifications
You must be signed in to change notification settings - Fork 721
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
[BUG] - query kes-period-info
returns null
for qKesKesKeyExpiry
metric
#4396
Comments
duplication of #4383 |
Closing this. Please reopen if this is still relevant. |
This issue is still present on master (46d8db3) |
On a testnet, this is the error that is returned by
This error gets hushed to |
This is the relevant code: let time = epochInfoSlotToUTCTime
eInfo
(SystemStart $ protocolParamSystemStart gParams)
(fromIntegral $ oCertExpiryKesPeriod * fromIntegral (protocolParamSlotsPerKESPeriod gParams)) |
The above code passes in as the In my testnet, Anything outside the forecasting horizon is not reliable passed the HFC so if this functionality were fixed, it would only be an estimate. |
Internal
Area
Other Any other topic (Delegation, Ranking, ...).
Summary
The
query kes-period-info
returnsnull
value forqKesKesKeyExpiry
metric instead of time and date of kes key expiry.Expected behavior
The command reports time and date of kes key expiry.
System info (please complete the following information):
The text was updated successfully, but these errors were encountered: