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

@@ -11,7 +11,7 @@ stack_repo=${STACK_REPO:="bigchaindb/bigchaindb"}
stack_size=${STACK_SIZE:=4}
stack_type=${STACK_TYPE:="docker"}
stack_type_provider=${STACK_TYPE_PROVIDER:=""}
tm_version=${TM_VERSION:="0.19.9"}
tm_version=${TM_VERSION:="0.22.3"}
mongo_version=${MONGO_VERSION:="3.6"}
stack_vm_memory=${STACK_VM_MEMORY:=2048}
stack_vm_cpus=${STACK_VM_CPUS:=2}