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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user