-
Notifications
You must be signed in to change notification settings - Fork 163
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
Provide a table with status of EpochStake table #797
Comments
Just for clarity, the table would look something like this?
From this we can determine that epoch 254 has fully inserted however epoch 255 is still in progress. If this was the line of thinking then I believe that solves issues 709. |
Yes, it would look something like that. |
Hi Erik, will this be included in the |
@erikd any updates on this? is it still on the horizon? |
Its still on the wishlist, but there are a bunch of higher priority items ahead of it. |
Task generated as a result of the discussion in #709.
Need a table (say
EpochStakeSummary
) containing the total number of epoch stake entries for a epoch and the number so far inserted into the table.This table should contain the total number of stake addresses for an epoch and the number that have been inserted so far. When these two numbers are the same, the
EpochStake
table for that epoch is complete.The text was updated successfully, but these errors were encountered: