diff --git a/spec/abci/abci.md b/spec/abci/abci.md index 67088ea20..16ea939b2 100644 --- a/spec/abci/abci.md +++ b/spec/abci/abci.md @@ -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**: