Problem: Tendermint RPC server gets stuck. (#2337)

Solution: Upgrade Tendermint to v0.19.0. Fixes #2322.
This commit is contained in:
Lev Berman
2018-06-06 14:18:27 +02:00
committed by Troy McConaghy
parent cf1202fe0c
commit 6f9dc5168b
8 changed files with 16 additions and 16 deletions

View File

@@ -32,7 +32,7 @@ $ curl -fOL https://raw.githubusercontent.com/bigchaindb/bigchaindb/${GIT_BRANCH
## Quick Start
If you run `stack.sh` out of the box i.e. without any configuration changes, you will be able to deploy a 4 node
BigchainDB network with Docker containers, created from `master` branch of `bigchaindb/bigchaindb` repo and Tendermint version `0.19.7`.
BigchainDB network with Docker containers, created from `master` branch of `bigchaindb/bigchaindb` repo and Tendermint version `0.19.9`.
**Note**: Run `stack.sh` with either root or non-root user with sudo enabled.
@@ -90,7 +90,7 @@ $ bash stack.sh -h
variable. (default: master)
ENV[TM_VERSION]
(Optional) Tendermint version to use for the setup. (default: 0.19.7)
(Optional) Tendermint version to use for the setup. (default: 0.19.9)
ENV[MONGO_VERSION]
(Optional) MongoDB version to use with the setup. (default: 3.6)
@@ -171,8 +171,8 @@ $ export STACK_REPO=bigchaindb/bigchaindb
# Default: master
$ export STACK_BRANCH=master
#Optional, since 0.19.7 is the default tendermint version.
$ export TM_VERSION=0.19.7
#Optional, since 0.19.9 is the default tendermint version.
$ export TM_VERSION=0.19.9
#Optional, since 3.6 is the default MongoDB version.
$ export MONGO_VERSION=3.6
@@ -222,8 +222,8 @@ $ export STACK_REPO=bigchaindb/bigchaindb
# Default: master
$ export STACK_BRANCH=master
#Optional, since 0.19.7 is the default tendermint version
$ export TM_VERSION=0.19.7
#Optional, since 0.19.9 is the default tendermint version
$ export TM_VERSION=0.19.9
#Optional, since 3.6 is the default MongoDB version.
$ export MONGO_VERSION=3.6