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

Feature Request: Improve usefulness of the ops over last 100 ledgers graph #143

Open
tomquisel opened this issue Jun 2, 2020 · 2 comments

Comments

@tomquisel
Copy link
Contributor

What problem does your feature solve?

There's currently no way to see if recent ledgers have been full (and therefore subject to surge pricing) or not.

What would you like to see?

Change the "Successful tx & ops over the last 100 ledgers" graph to be "Successful & failed ops over the last 100 ledgers":
image

The current graph is somewhat nonsensical anyway, it's meaningless to have a bar graph that stacks ops on top of txns. The total height of the bar—ops count + txn count—is a useless value. There's already another graph showing the number of successful txns. Change this graph to show the total number of operations, with each bar split into successful & failed operations. This mirrors the other txn graph.

@tomerweller
Copy link
Contributor

Horizon doesn't keep track of failed operations right now. A simple implementation would depend on this: stellar/go#1385

@abuiles
Copy link
Contributor

abuiles commented Jul 1, 2020

stellar/go#1385 has been fixed.

You can now get tx_set_operation_count from the ledgers resource https://horizon.stellar.org/ledgers/30403828

It should unblock this issue.

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