Add docs for bigchaindb tendermint-version

This commit is contained in:
Ahmed Muawia Khan 2018-09-13 11:40:54 +02:00
parent 41b35bb725
commit 2105cdfbfe

View File

@ -158,4 +158,8 @@ $ bigchaindb election show ELECTION_ID
status=<status>
```
The election data is the same set of arguments used in the `election new` command that originally triggered the election. `status` takes three possible values, `ongoing`, if the election has not yet reached a 2/3 majority, `concluded`, if the election reached the 2/3 majority needed to pass, or `inconclusive`, if the validator set changed while the election was in process, rendering it undecidable.
The election data is the same set of arguments used in the `election new` command that originally triggered the election. `status` takes three possible values, `ongoing`, if the election has not yet reached a 2/3 majority, `concluded`, if the election reached the 2/3 majority needed to pass, or `inconclusive`, if the validator set changed while the election was in process, rendering it undecidable.
## bigchaindb tendermint-version
Show the Tendermint versions supported by BigchainDB server.