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: Filter Failed HTLCs to remove those for which the potential fee was 0, or a split Insufficient Balance + non-zero potential fee table #382

Open
zapomatic opened this issue Feb 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@zapomatic
Copy link
Contributor

zapomatic commented Feb 18, 2024

The Failed HTLC table is immensely useful for identifying which channels are attempting to route to each other but don't have enough liquidity. However, this table gets muddied and filled with many non-useful entries that cannot be rectified by the node runner.

There are two ways this could be improved:

  1. add a filter to the table and query to only return records for which the potential fee > 0. If filtering is the solution, it would also be useful to have checkbox toggles to filter the table by reason detail.
  2. create a secondary table of actionable records where the potential fee > 0 and the failure reason is Temporary Channel Failure + Insufficient Balance.
@cryptosharks131 cryptosharks131 added the enhancement New feature or request label Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants