-
Notifications
You must be signed in to change notification settings - Fork 9
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
total_num_canonical_blocks
is likely to be misunderstood and misused
#1557
Comments
The data is probably right, just not presented correctly or in the right place. We need to rethink our |
This datum is about the total number of canonical blocks, similarly for the others. What are you expecting? Number of (canonical/supercharged/etc) blocks bounded by the query? |
These |
Yes, as a user in the front end, I expected the query for that block height to give me the correct value for I'll assign back to you for now. |
Okay. This sort of response requires some additional support in the database. We'll need to keep CFs for |
@n1tranquilla where does this issue stand? |
This is a presentation issue with the data. It's not strictly wrong, it's just presented in a way that it might be used improperly. I think we need to deprioritize this issue. Moving to bottom of backlog. |
total_num_canonical_blocks
is wrongtotal_num_canonical_blocks
is likely to be misunderstood
total_num_canonical_blocks
is likely to be misunderstoodtotal_num_canonical_blocks
is likely to be misunderstood and misused
Here is a query where we are limiting to the first 6k blocks, however the result for
total_num_blocks
is the length of the entire blockchain.Query:
Variables:
Response:
The text was updated successfully, but these errors were encountered: