Merge PR #1252: Query node version

introduce non store queries
add version query
update lcd spec
changelog
moved version query into baseapp
This commit is contained in:
Fabian
2018-06-14 07:49:21 +02:00
committed by Christopher Goes
parent cc11bd22b2
commit 42e72956f4
14 changed files with 84 additions and 26 deletions
+7
View File
@@ -17,6 +17,13 @@ paths:
responses:
200:
description: Plaintext version i.e. "v0.5.0"
/node_version:
get:
summary: Version of the connected node
description: Get the version of the SDK running on the connected node to compare against expected
responses:
200:
description: Plaintext version i.e. "v0.5.0"
/node_info:
get:
description: Only the node info. Block information can be queried via /block/latest