Get desktop application:
View/edit binary Protocol Buffers messages
VersionService simply provides version information about the node and the protocols it uses. The intention with this service is to offer a stable interface through which clients can access version information. This means that the version of the service should be kept stable at v1, with GetVersionResponse evolving only in non-breaking ways.
GetVersion retrieves version information about the node and the protocols it implements.
GetVersionRequest is the request for the ABCI version.
(message has no fields)
GetVersionResponse contains the ABCI application version info.
The semantic version of the node software.
The version of ABCI used by the node.
The version of the P2P protocol.
The version of the block protocol.