-
Notifications
You must be signed in to change notification settings - Fork 205
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
Operator signing computing #1206
Conversation
} | ||
} | ||
|
||
startTime := endTime.Add(-time.Duration(interval) * time.Second) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add to the documentation that the API can only compute the signing info within the 14 day period (maxBlobAge)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a system wide constraint (no data is guaranteed after 14 days), not anything special
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just want to make sure it's clear to the consumer of the Data API that they shouldn't expect to be able to query beyond the 14 days. Some may be interested in historical signing rate beyond the 14 days.
Why are these changes needed?
To support the signing info API for operators.
This should be the last PR following the refactoring to make it functional.
Checks