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] Add a LND chain/graph sync status #6

Closed
VajraOfIndra opened this issue Oct 11, 2022 · 0 comments · Fixed by #13
Closed

[FEATURE REQUEST] Add a LND chain/graph sync status #6

VajraOfIndra opened this issue Oct 11, 2022 · 0 comments · Fixed by #13

Comments

@VajraOfIndra
Copy link
Collaborator

In light of the recent LND bug, it'd be useful to have an indicator of the sync status (both chain and graph) of LND/CLN.

For LND:

$ lncli getinfo | grep synced_to_chain,

"synced_to_chain": true,
$ lncli getinfo | grep synced_to_graph,
"synced_to_graph": true,

Maybe one line in the LND column:

Lightning (LND) up
v0.15.2
Synced? chain | graph
Indra

..with chain & graph in green if synced or in red if not synced..
just one example, could be anything else.

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

Successfully merging a pull request may close this issue.

1 participant