-
Notifications
You must be signed in to change notification settings - Fork 11
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: consider all oracles expirations #1397
Conversation
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 this change include a migration?
Reindexation will be required to consider the |
I would imagine there are not that many oracle registrations/expirations, perhaps we can iterate through registrations/expirations and build a count for each generation and then update the total/delta? Similar to how it was done here for example: d965275#diff-6bec92ed38dd3e93f9c2600420a2eca3d0b410d013b67b4621c61cfbfca967f1 |
The issue is that we need to simulate the registrations, registrations of only new oracles and expirations (some are registered and expires multiple times). |
Sounds reasonable. We can then re-sync on the next version to get the right values |
refs #1278