mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
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:
committed by
Vanshdeep Singh
parent
4d2e58416c
commit
9cfc1e6f5a
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user