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

rpc: Extend GetInfo RPC #372

Closed

Conversation

natalypeyioti
Copy link

This PR extends GetInfo RPC endpoint with the following info:
lnd identity pubkey, node alias, block height, block hash, synced to chain

This is an example response of the getinfo cli command with the current changes:

{
    "version":  "0.2.0-alpha commit=v0.2.0-94-g1f8dd8a-dirty",
    "lnd_version":  "0.16.2-beta",
    "network":  "signet",
    "lnd_identity_pubkey":  "031498adfc0ddd11d07b78f53230efe0986bea4278932749b95d18ccba42f0c6cf",
    "node_alias":  "031498adfc0ddd11d07b",
    "block_height":  148284,
    "block_hash":  "0000001b5aa637a8ca512471f11b4da1b1086a9e4519d953db2dd07e8c4062e4",
    "synced_to_chain":  true
}

TODO:

  • universe federation
  • universe stats

fixes #311

This commit extends GetInfo RPC endpoint with the following info:
lnd identity pubkey, node alias, block height, block hash,
synced to chain
@dstadulis dstadulis added the v0.3 label Jul 14, 2023
@ben2077
Copy link
Contributor

ben2077 commented Sep 11, 2023

May i take this?

@dstadulis
Copy link
Collaborator

May i take this?

go for it, @ben2077

@dstadulis
Copy link
Collaborator

@ben2077 if you'd like the updated feature in v0.3-alpha, If you can deliver before end of next week, it can be included in the RC tagging.

@ben2077
Copy link
Contributor

ben2077 commented Oct 6, 2023

@ben2077 if you'd like the updated feature in v0.3-alpha, If you can deliver before end of next week, it can be included in the RC tagging.

i will get it done.

@ben2077
Copy link
Contributor

ben2077 commented Oct 9, 2023

#554

@guggero
Copy link
Member

guggero commented Oct 9, 2023

Replaced by #554.

@guggero guggero closed this Oct 9, 2023
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 this pull request may close these issues.

Extend getinfo RPC responses to include more comprehensive tapd information
4 participants