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

dcrdata_version is empty #2009

Open
ukane-philemon opened this issue Feb 20, 2025 · 0 comments
Open

dcrdata_version is empty #2009

ukane-philemon opened this issue Feb 20, 2025 · 0 comments

Comments

@ukane-philemon
Copy link
Collaborator

The response from https://dcrdata.decred.org/api/status is supposed to contain a dcrdata version but it currently does not have it set. I think instead of a regular version like v1 or v2, it should return the github hash we are currently running. what do you think @davecgh, @itswisdomagain?

I recall asking @davecgh about dcrdata releases and learnt we now always deploy from masters. Having this info set would at least inform API consumers if any and other people interested in knowing if dcrdata is up-to date.

{
  "ready": true,
  "db_height": 950569,
  "db_block_time": 1740043042,
  "node_height": 950569,
  "node_connections": 23,
  "api_version": 1,
  "dcrdata_version": "",
  "network_name": "mainnet"
}

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

1 participant