Skip to content
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

Open
erikd opened this issue Sep 9, 2021 · 5 comments
Open

Provide a table with status of EpochStake table #797

erikd opened this issue Sep 9, 2021 · 5 comments

Comments

@erikd
Copy link
Contributor

erikd commented Sep 9, 2021

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.

@CyberCyclone
Copy link

CyberCyclone commented Sep 9, 2021

Just for clarity, the table would look something like this?

 | epochNo | totalStakeAddresses | insertedStakeAddresses
 +---------+---------------------+------------------------
 | 254     | 1000                | 1000
 | 255     | 1000                | 500

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.

@erikd
Copy link
Contributor Author

erikd commented Sep 10, 2021

Yes, it would look something like that.

@dostrelith678
Copy link

Yes, it would look something like that.

Hi Erik, will this be included in the 12.0.0 release?

@dostrelith678
Copy link

@erikd any updates on this? is it still on the horizon?

@erikd
Copy link
Contributor Author

erikd commented Dec 22, 2021

Its still on the wishlist, but there are a bunch of higher priority items ahead of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants