Browse Source

abci: add abci_version to requestInfo (#223)

pull/7804/head
Marko 4 years ago
committed by GitHub
parent
commit
033608bbf1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      spec/abci/abci.md

+ 3
- 0
spec/abci/abci.md 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**:


Loading…
Cancel
Save