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
The epoch indexer is still a bit underdeveloped and requires manual tracking and intervention to get rewards distributions. We want to improve the workflow like so:
Add a new indexed boolean column to the Epochs model, defaulting to false when stored by the update-epochs command
During epoch indexing, as a first step:
Get the current epoch from the RPC server
Compare to our database
Gather epochs that are missing
Run the epoch indexer for all epochs where indexed == false
When an epoch finishes indexing, set indexed = true
The text was updated successfully, but these errors were encountered:
The epoch indexer is still a bit underdeveloped and requires manual tracking and intervention to get rewards distributions. We want to improve the workflow like so:
indexed
boolean column to the Epochs model, defaulting to false when stored by theupdate-epochs
commandindexed == false
indexed
= trueThe text was updated successfully, but these errors were encountered: