Update to tendermint version 0.22.3 (#2380)

* Update to tendermint version 0.22.3 for dev/test deployment docs and scripts

* Update version and parameters for 0.22.3

- Sync docker-compose
- Power should be a "string" not a int,uint
This commit is contained in:
Muawia Khan
2018-07-11 16:59:42 +02:00
committed by Vanshdeep Singh
parent 4d2e58416c
commit 9cfc1e6f5a
12 changed files with 23 additions and 23 deletions

View File

@@ -74,13 +74,13 @@ Note: The `mongodb` package is _not_ the official MongoDB package from MongoDB t
#### Install Tendermint
Install a [recent version of Tendermint][tendermint:releases]. BigchainDB Server requires version 0.19.9 or newer.
Install a [recent version of Tendermint][tendermint:releases]. BigchainDB Server requires version 0.22.3 or newer.
```
sudo apt install -y unzip
wget https://github.com/tendermint/tendermint/releases/download/v0.19.9/tendermint_0.19.9_linux_amd64.zip
unzip tendermint_0.19.9_linux_amd64.zip
rm tendermint_0.19.9_linux_amd64.zip
wget https://github.com/tendermint/tendermint/releases/download/v0.22.3/tendermint_0.22.3_linux_amd64.zip
unzip tendermint_0.22.3_linux_amd64.zip
rm tendermint_0.22.3_linux_amd64.zip
sudo mv tendermint /usr/local/bin
```