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

Add Status method to consensus backend API #2902

Closed
kostko opened this issue May 11, 2020 · 0 comments · Fixed by #2915
Closed

Add Status method to consensus backend API #2902

kostko opened this issue May 11, 2020 · 0 comments · Fixed by #2915
Assignees
Labels
c:client Category: client interface c:consensus/cometbft Category: CometBFT

Comments

@kostko
Copy link
Member

kostko commented May 11, 2020

We should add a Status method to the consensus client backend API which returns things like:

  • Latest block height, hash and timestamp.
  • Genesis block height and hash.
  • List of peers (backend-dependent).
  • Other things that I am forgetting.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:client Category: client interface c:consensus/cometbft Category: CometBFT
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants