Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Fix: add version for abci_info endpoint #26

Open
wants to merge 1 commit into
base: sidechannel
Choose a base branch
from

Conversation

DavidVentura
Copy link

This PR adds the missing version field on ResponseInfo for the /abci_info endpoint.

This field (version) is useful for monitoring that all nodes are running the same version, which helps with automatic upgrades.

The new abci_info endpoint looks like this:

{
  "jsonrpc": "2.0",
  "id": "",
  "result": {
    "response": {
      "data": "Heimdall",
      "version": "1.2.3",
      "last_block_height": "34",
      "last_block_app_hash": "HhAiY2ecdj/P1JWPXFReNJDn8TLxWaKyJL3o3nAolVQ="
    }
  }
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants