abci: add abci_version to requestInfo (#223)

This commit is contained in:
Marko
2020-11-24 15:15:08 +01:00
committed by GitHub
parent 871d0514cd
commit 033608bbf1

View File

@@ -237,6 +237,7 @@ via light client.
- `Version (string)`: The Tendermint software semantic version
- `BlockVersion (uint64)`: The Tendermint Block Protocol version
- `P2PVersion (uint64)`: The Tendermint P2P Protocol version
- `ABCIVersion (string)`: The Tendermint ABCI semantic version
- **Response**:
- `Data (string)`: Some arbitrary information
- `Version (string)`: The application software semantic version
@@ -253,6 +254,8 @@ via light client.
be updated during `Commit`, ensuring that `Commit` is never
called twice for the same block height.
> Note: Semantic version is reference to [semantic versioning](https://semver.org/). Semantic versions in info will be displayed as X.X.x.
### InitChain
- **Request**: