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: Menu tab for forwarding history #93

Open
hieblmi opened this issue Oct 7, 2022 · 5 comments
Open

feature-request: Menu tab for forwarding history #93

hieblmi opened this issue Oct 7, 2022 · 5 comments

Comments

@hieblmi
Copy link
Contributor

hieblmi commented Oct 7, 2022

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.

@hieblmi
Copy link
Contributor Author

hieblmi commented Oct 9, 2022

Might be a little simplified once this is merged to lnd: lightningnetwork/lnd#7001

@hieblmi
Copy link
Contributor Author

hieblmi commented Oct 23, 2022

I am working on this and should have a PR ready soon.

@ziggie1984
Copy link

ziggie1984 commented Oct 25, 2022

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 ?

@hieblmi
Copy link
Contributor Author

hieblmi commented Oct 25, 2022

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.
If needed this can be replaced later on by custom data extracted from the routing events.

@hieblmi
Copy link
Contributor Author

hieblmi commented Nov 6, 2022

I am working on this and should have a PR ready soon.

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.

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