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

Unconfirmed transcations: Identify and display "dead" transactions #60

Open
kokahunter opened this issue Jul 11, 2018 · 3 comments
Open

Comments

@kokahunter
Copy link

Some nodes seem to have unconfirmed transactions in their mem polo that never get confirmed. That pushed the unconfirmed transaction count to a higher number than the actual transactions per block.

Currently displaying ~200 unconfirmed transactions every block. Avg transactions per block is at ~7-8 tx right now.

To archieve this:

  • Monitor unconfirmed transactions for every block. If one tx hash shows up in the following n blocks it can be considered "dead"
  • Dead unconfirmed tx can be displayed with a note and explanation
  • If dead unconfirmed tx number is steadily rising, one node may have a problem and could potentially run out of memory. Node owners can monitor their node and take actions if needed.
@i25959341
Copy link
Collaborator

Look great, we could implement those three features by next week. It seems like it is very useful to the community

@i25959341
Copy link
Collaborator

We could have a separated component in the UI for dead transactions and the nodes counts

@kokahunter
Copy link
Author

Great! Excited to see results!

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

2 participants