-
Notifications
You must be signed in to change notification settings - Fork 24
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: Menu tab for forwarding history #93
Comments
Might be a little simplified once this is merged to lnd: lightningnetwork/lnd#7001 |
I am working on this and should have a PR ready soon. |
nice feature, was an option to save these kind off information into a database to go back in time and also analyze the information lntop captures with other tools already discussed ? |
The discussion was started here #68 but hasn't gained traction so far. In this PR I want to introduce a simple view of the forwarding history without the need for additional storage. |
I got the basic functionality working locally but I would like to wait until lightningnetwork/lnd#7083 makes it into the next release. This will simplify the code in this PR. |
It might be nice to view the output of
lncli fwdinghistory
in a separate tab in addition to the live Routing tab. This would allow to display historic forwarding information. The start/end times could be set via config flag.This feature complements the real-time routing event tab with historical settled routing events without storing additional data.
The text was updated successfully, but these errors were encountered: